NeuroDBResultSet class
Constructors
- NeuroDBResultSet(ResultSet rs)
Properties
-
columns
→ List<
String?> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metas
↔ List<
ValueMetaData> -
getter/setter pairoverride-getter
- plan ↔ ExecutionPlan?
-
getter/setter pairinherited
-
rows
↔ List<
List> -
getter/setter pairoverride-getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- success ↔ bool
-
getter/setter pairinherited
Methods
-
meta(
List< int> indexes, [List<ValueMetaData> ? metas]) → ValueMetaData? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
value(
List< int> colIndexes, [int rowIndex = 0, Iterable? values]) → dynamic -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
typeGetter
↔ Map<
GdbTypes, bool Function(dynamic)> -
getter/setter pair
-
typeHandler
↔ Map<
GdbTypes, dynamic Function(dynamic, ValueMetaData, String? nget(int, dynamic)?)> -
getter/setter pair