getType method

NativeCursorGetBatch getType(
  1. int columnIndex
)

Implementation

NativeCursorGetBatch getType(int columnIndex) {
  _getTypeIndexes.add(_operations.length);
  _add('getType', columnIndex);
  return this;
}