SelectParameters class

Contains information about the parameters used for a select.

Constructors

SelectParameters({String? expression, ExpressionType? expressionType, InputSerialization? inputSerialization, OutputSerialization? outputSerialization})
SelectParameters.fromJson(Map<String, dynamic> json)
factory

Properties

expression String?
The expression that is used to select the object.
final
expressionType ExpressionType?
The type of the provided expression, for example SQL.
final
hashCode int
The hash code for this object.
no setterinherited
inputSerialization InputSerialization?
Describes the serialization format of the object.
final
outputSerialization OutputSerialization?
Describes how the results of the select job are serialized.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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