QueryResult class abstract

Implemented types

Constructors

QueryResult()

Properties

affectedRows int?
no setter
columnCount int?
no setter
columns List<ColumnDefinition>?
no setter
hashCode int
The hash code for this object.
no setterinherited
isClosed bool
no setterinherited
lastInsertId int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future
inherited
free() Future
inherited
getBoolValue(int index) bool?
inherited
getDateTimeValue(int index) DateTime?
inherited
getDecimalValue(int index) → Decimal?
inherited
getDoubleValue(int index) double?
inherited
getIntegerValue(int index) int?
inherited
getNextRows() Future<List<List>>
getNumValue(int index) num?
inherited
getStringValue(int index) String?
inherited
next() Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rawNext() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited