ReferenceType class abstract
Constructors
- ReferenceType(String otype, {String constraint = notNull, String cascade = "", String column = fdOid})
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → List -
inherited
-
toSqlString(
) → String -
Returns the string that will be part of SQL statement.
inherited
-
toSqlStringBy(
bool deferred) → String - Returns the SQL statment depending on if the reference is deferred. By default, we mean the referenced table is not created yet.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited