SqlSelectTarget class abstract
- Mixed-in types
- Implementers
Constructors
- SqlSelectTarget()
-
const
Properties
Methods
-
getEncodedParameters(
) → Iterable -
inherited
-
getParameters(
) → Iterable -
inherited
-
getParameterTypes(
) → Iterable< PostgresqlDataType> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toLiteralString(
) → String -
inherited
-
toSql(
) → Sql -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
wrap(
) → Sql -
inherited
Operators
-
operator +(
Sql other) → Sql -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited