menu
dsqlite package
documentation
sqlite_native.dart
SQLiteLibrary
column_type method
column_type method
dark_mode
light_mode
column_type
method
int
column_type
(
PtrStmt
arg1
,
int
iCol
)
inherited
Implementation
int column_type(PtrStmt arg1, int iCol) { return _h_sqlite3_column_type(arg1, iCol); }
dsqlite package
documentation
sqlite_native
SQLiteLibrary
column_type method
SQLiteLibrary class