getColumnNames method

NativeCursorGetBatch getColumnNames()

Implementation

NativeCursorGetBatch getColumnNames() {
  _stringListIndexes.add(_operations.length);
  _add('getColumnNames');
  return this;
}