TableProto class
- Available extensions
Constructors
- TableProto(Type type)
-
factory
Properties
-
columns
→ List<
TableColumn> -
final
- executor → TranscationalExecutor
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- nameSQL → String
-
latefinal
-
primaryKeys
→ List<
TableColumn> -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → Type
-
final
Methods
-
CROSS_JOIN(
Object other) → JoinExpress -
Available on TableProto, provided by the TypeTableExt extension
-
find(
String fieldName) → TableColumn? -
FULL_JOIN(
Object other) → JoinExpress -
Available on TableProto, provided by the TypeTableExt extension
-
FULL_OUTER_JOIN(
Object other) → JoinExpress -
Available on TableProto, provided by the TypeTableExt extension
-
INNER_JOIN(
Object other) → JoinExpress -
Available on TableProto, provided by the TypeTableExt extension
-
JOIN(
Object other) → JoinExpress -
Available on TableProto, provided by the TypeTableExt extension
-
LEFT_JOIN(
Object other) → JoinExpress -
Available on TableProto, provided by the TypeTableExt extension
-
LEFT_OUTER_JOIN(
Object other) → JoinExpress -
Available on TableProto, provided by the TypeTableExt extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
RIGHT_JOIN(
Object other) → JoinExpress -
Available on TableProto, provided by the TypeTableExt extension
-
RIGHT_OUTER_JOIN(
Object other) → JoinExpress -
Available on TableProto, provided by the TypeTableExt extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isRegisted<
T> () → bool -
of(
Type type) → TableProto -
register<
T extends TableColumn> (List< T> fields, {required TranscationalExecutor executor, String? tableName, OnMigrate? onMigrate}) → Future<bool>