getColumnIndexOrThrow method

NativeCursorGetBatch getColumnIndexOrThrow(
  1. String columnName
)

Implementation

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