column_type method

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

Implementation

int column_type(PtrStmt arg1, int iCol) {
  return _h_sqlite3_column_type(arg1, iCol);
}