TableBlockBase class abstract

Table base class

Inheritance
Implementers

Constructors

TableBlockBase(QueryBuilderOptions options)

Properties

hashCode int
The hash code for this object.
no setterinherited
mOptions QueryBuilderOptions
getter/setter pairinherited
mTables List<TableNode>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildReturningFields() List<String?>?
inherited
buildStr(QueryBuilder queryBuilder) String
override
buildSubstitutionValues() Map<String, dynamic>
inherited
doSetTable(Object? table, String? alias) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFromRaw(String fromRawSqlString) → void
setTable(String? table, String? alias) → void
setTableFromQueryBuilder(QueryBuilder table, String? alias) → void
toString() String
A string representation of this object.
inherited

Operators

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