menu
dbapi_sqlite package
documentation
dbapi_sqlite.dart
SQLiteConnector class
SQLiteConnector class
dark_mode
light_mode
SQLiteConnector
class
Constructors
SQLiteConnector
(
String
filename
, {
String
?
vfs
,
OpenMode
mode
=
OpenMode.readWriteCreate
,
bool
uri
=
false
,
bool
?
mutex
})
Properties
filename
→
String
final
hashCode
→
int
The hash code for this object.
no setter
inherited
mode
→ OpenMode
final
mutex
→
bool
?
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
supportedFeatures
→
Set
<
DatabaseFeature
>
Implementors must return a correct set of supported feature. The provided
ConnectorTestSuite
runs tests conditionally based on what this set contains. Core features are implicit, so a basic implementation could return an empty set.
no setter
uri
→
bool
final
vfs
→
String
?
final
Methods
connect
(
[
InitFunction?
init
])
→
Future
<
SQLiteConnection
>
Connects to the database, optionally performing any initialization tasks.
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
dbapi_sqlite package
documentation
dbapi_sqlite
SQLiteConnector class
dbapi_sqlite library