getFloat method

NativeCursorGetBatch getFloat(
  1. int columnIndex
)

Implementation

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