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