Command class abstract
- Inheritance
-
- Object
- ClauseSuper
- Command
- Implementers
Constructors
- Command(BracketOrFilter bracketOrFilter, [Command? cmd1, Command? cmd2, Command? cmd3])
Properties
- bracketOrFilter → BracketOrFilter
-
finalinherited
- cmd1 → Command?
-
finalinherited
- cmd2 → Command?
-
finalinherited
- cmd3 → Command?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sql → String?
-
no setterinherited
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