menu
powersync package
documentation
sqlite_async.dart
SyncSqliteConnection
close method
close method
dark_mode
light_mode
close
method
@
override
Future
<
void
>
close
(
)
override
Implementation
@override
Future<
void
> close()
async
{ _closed =
true
;
return
db.dispose(); }
powersync package
documentation
sqlite_async
SyncSqliteConnection
close method
SyncSqliteConnection class
Constructors
new
Properties
closed
db
hashCode
mutex
profileQueries
runtimeType
updates
Methods
close
computeWithDatabase
execute
executeBatch
get
getAll
getAutoCommit
getOptional
noSuchMethod
onChange
readLock
readTransaction
refreshSchema
toString
watch
writeLock
writeTransaction
Operators
operator ==