TableAlias class
- Inheritance
-
- Object
- ResultSet
- NamedResultSet
- TableAlias
- Implemented types
- Available extensions
Constructors
- TableAlias.new(ResultSet delegate, String alias)
Properties
- alias → String
-
final
- delegate → ResultSet
-
final
- escapedName → String
-
If name is a reserved sql keyword, wraps it in double ticks. Otherwise
just returns the name directly.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of this result set, as it appears in sql statements. This should
be the raw name, not an escaped version.
no setteroverride
-
resolvedColumns
→ List<
Column> -
The columns that will be returned when evaluating this query.
no setteroverride
- resultSet → ResultSet
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visibleToChildren → bool
-
Whether this referencable is still visible in child scopes. This doesn't
apply to many things, basically only to tables.
no setteroverride
Methods
-
findColumn(
String name) → Column? -
override
-
humanReadableDescription(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unalias(
) → ResultSet -
Available on ResultSet, provided by the UnaliasResultSet extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited