CustomResultSet class

A custom result set that has columns but isn't a table.

Mixed in types
Available Extensions

Constructors

CustomResultSet(List<Column> resolvedColumns)

Properties

hashCode int
The hash code for this object.
no setterinherited
resolvedColumns List<Column>
The columns that will be returned when evaluating this query.
final
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