SqlCreateRelation class

Mixed-in types

Constructors

SqlCreateRelation(String schemaName, PostgresqlRelation relation)

Properties

hashCode int
The hash code for this object.
no setterinherited
relation PostgresqlRelation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaName String
final

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