column_type method

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

Cross platform interface api for sqlite3_column_type

Implementation

int column_type(cpf.PtrStmt arg1, int iCol) => _sqlite.column_type(arg1, iCol);