getDouble method

NativeCursorGetBatch getDouble(
  1. int columnIndex
)

Implementation

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