IndexParameter<T> class

SQLite indexed parameter

Inheritance

Constructors

IndexParameter(int index, dynamic value, [ParameterBinder<T>? paramBinder])
Create indexed parameter

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
An explicit index for a parameter
final
paramBinder ParameterBinder<T>?
Custom binder to bind value to the statement
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T?
value to bind to the statement
finalinherited

Methods

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