getColumnIndex method

NativeCursorGetBatch getColumnIndex(
  1. String columnName
)

Implementation

NativeCursorGetBatch getColumnIndex(String columnName) {
  _add('getColumnIndex', columnName);
  return this;
}