Get class
Constructors
Properties
- dbType → DbType
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- postgresqlDb ↔ Connection?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sqliteDb ↔ Database?
-
getter/setter pair
- tableName → String
-
final
Methods
-
all(
) → Get -
inherited
-
column(
List< String> query) → Get -
inherited
-
count(
{required String column, bool distinct = false}) → Future< int> -
fetchAll(
) → Future< List< Map< >String, dynamic> > -
fetchOne(
) → Future< Map< String, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
orderBy(
String query) → Get -
inherited
-
pagination(
{required int limit, int offset = 0}) → Get -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
where(
{required String query, required List data}) → Get -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited