BaseDbProvider class abstract

基类

Implementers

Constructors

BaseDbProvider()

Properties

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

Methods

getDataBase() Future<Database>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() → dynamic
prepare(dynamic name, String createSql) → dynamic
tableBaseString(String name, String columnId) → dynamic
tableName() → dynamic
tableSqlString() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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