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