column_bytes method

int column_bytes(
  1. PtrStmt arg1,
  2. int iCol
)
inherited

Implementation

int column_bytes(PtrStmt arg1, int iCol) {
  return _h_sqlite3_column_bytes(arg1, iCol);
}