getInt method

NativeCursorGetBatch getInt(
  1. int columnIndex
)

Implementation

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