PreparedStatement class abstract

Implemented types

Constructors

PreparedStatement()

Properties

columnCount int
no setter
columns List<ColumnDefinition>
no setter
columnTypes List<int>
no setter
connection → ConnectionImpl
no setter
hashCode int
The hash code for this object.
no setterinherited
isClosed bool
no setter
parameterCount int
no setter
parameters List<ColumnDefinition>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future
inherited
executeQuery() Future<QueryResult>
free() Future
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setParameter(int index, dynamic value, [SqlType sqlType]) → void
toString() String
A string representation of this object.
inherited

Operators

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