TableBackend class abstract
Common metadata surface for in-memory and paged tables.
Implementations: Table (memory) and PagedTable (paged).
- Implementers
Constructors
Properties
-
columnNames
→ List<
String> -
Column names in declaration order.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → TableBackendKind
-
Which storage engine backs this table.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableName → String
-
User-visible table name as known to the SQL layer.
no setter
Methods
-
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