NamedResultSet class abstract

Something that returns a set of Columns and can be referenced by a name, such as a table or a view.

Inheritance
Implementers
Available Extensions

Constructors

NamedResultSet()

Properties

escapedName String
If name is a reserved sql keyword, wraps it in double ticks. Otherwise just returns the name directly.
no setter
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 setter
resolvedColumns List<Column>?
The columns that will be returned when evaluating this query.
no setterinherited
resultSet ResultSet
no setterinherited
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 setterinherited

Methods

findColumn(String name) Column?
inherited
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