getBytes method

NativeCursorGetBatch getBytes(
  1. int columnIndex
)

Implementation

NativeCursorGetBatch getBytes(int columnIndex) {
  _add('getBytes', columnIndex);
  return this;
}