menu
dsqlite package
documentation
sqlite_native.dart
SQLiteLibrary
column_count method
column_count method
dark_mode
light_mode
column_count
method
int
column_count
(
PtrStmt
pStmt
)
inherited
Implementation
int column_count(PtrStmt pStmt) { return _h_sqlite3_column_count(pStmt); }
dsqlite package
documentation
sqlite_native
SQLiteLibrary
column_count method
SQLiteLibrary class