getShort method

NativeCursorGetBatch getShort(
  1. int columnIndex
)

Implementation

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