column_bytes16 method

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

Implementation

int column_bytes16(PtrStmt arg1, int iCol) {
  return _h_sqlite3_column_bytes16(arg1, iCol);
}