ConnectionsHandler class

Constructors

ConnectionsHandler()
factory

Properties

forceRasterMobileCompatibility bool
getter/setter pair
forceVectorMobileCompatibility bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close(String path, {String? tableName}) → void
Close an existing db connection, if all tables bound to it were released.
closeAll() → void
getOpenDbReport() List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(String path, {String? tableName}) GeopackageDb
Open a new db or retrieve it from the cache.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited