menu
libsimple_flutter package
documentation
libsimple_flutter.dart
Sqlite class
Sqlite class
dark_mode
light_mode
Sqlite
class
abstract
Implementers
SqliteImpl
SqliteImpl
Constructors
Sqlite
(
String
filename
)
Properties
filename
↔
String
getter/setter pair
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
exec
(
String
sql
, [
List
bind
=
const []
])
→
Future
<
void
>
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query
(
String
sql
, [
List
bind
=
const []
])
→
Future
<
List
>
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
libsimple_flutter package
documentation
libsimple_flutter
Sqlite class
libsimple_flutter library