StringLiteralOperand class final
Represents a string literal operand in a SQL expression.
- Implemented types
Constructors
- StringLiteralOperand(String value)
- Creates a new string literal operand.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override