getLong method

NativeCursorGetBatch getLong(
  1. int columnIndex
)

Implementation

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