class
PostgreSQLDialect extends Dialect
Instance Constructors
-
new
PostgreSQLDialect()
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
ALL: String
-
def
AND: String
-
def
AVG(ex: String): String
-
def
BETWEEN(ex: String, v1: String = "?", v2: String = "?"): String
-
def
COUNT(ex: String): String
-
def
COUNT_DISTINCT(ex: String): String
-
def
DISTINCT: String
-
def
EQ(ex1: String, ex2: String = "?"): String
-
def
EXCEPT: String
-
def
EXCEPT_ALL: String
-
def
EXISTS: String
-
def
GE(ex1: String, ex2: String = "?"): String
-
def
GT(ex1: String, ex2: String = "?"): String
-
def
ILIKE(ex1: String, ex2: String = "?"): String
-
def
IN(ex: String): String
-
def
INTERSECT: String
-
def
INTERSECT_ALL: String
-
def
IS_NOT_NULL(ex: String): String
-
def
IS_NULL(ex: String): String
-
def
LE(ex1: String, ex2: String = "?"): String
-
def
LIKE(ex1: String, ex2: String = "?"): String
-
def
LT(ex1: String, ex2: String = "?"): String
-
def
MAX(ex: String): String
-
def
MIN(ex: String): String
-
def
NE(ex1: String, ex2: String = "?"): String
-
def
NOT: String
-
def
NOT_EXISTS: String
-
def
NOT_IN(ex: String): String
-
def
NULL: String
-
def
OR: String
-
def
SOME: String
-
def
SUM(ex: String): String
-
def
UNION: String
-
def
UNION_ALL: String
-
def
alias(expression: String, alias: String): String
-
def
alterTable(rel: ru.circumflex.orm.Relation[_, _], action: String): String
-
def
alterTableAddConstraint(constraint: Constraint): String
-
def
alterTableDropConstraint(constraint: Constraint): String
-
final
def
asInstanceOf[T0]: T0
-
def
asc: String
-
def
binaryType: String
-
def
booleanType: String
-
def
checkConstraintDefinition(check: CheckConstraint): String
-
def
clone(): AnyRef
-
def
columnDefinition[R <: ru.circumflex.orm.Record[_, R]](field: ru.circumflex.orm.Field[_, R]): String
-
def
compositeFieldName(names: String*): String
-
def
constraintDefinition(constraint: Constraint): String
-
def
createIndex(idx: Index): String
-
def
createSchema(schema: Schema): String
-
def
createTable[PK, R <: Record[PK, R]](table: Table[PK, R]): String
-
def
createView[PK, R <: Record[PK, R]](view: View[PK, R]): String
-
def
dateType: String
-
def
defaultExpression[R <: ru.circumflex.orm.Record[_, R]](field: ru.circumflex.orm.Field[_, R]): String
-
def
delete[PK, R <: Record[PK, R]](dml: Delete[PK, R]): String
-
def
desc: String
-
def
driverClass: String
-
def
dropIndex(idx: Index): String
-
def
dropSchema(schema: Schema): String
-
def
dropTable[PK, R <: Record[PK, R]](table: Table[PK, R]): String
-
def
dropView[PK, R <: Record[PK, R]](view: View[PK, R]): String
-
def
emptyPredicate: String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
escapeParameter(value: Any): String
-
def
finalize(): Unit
-
def
fkCascade: String
-
def
fkNoAction: String
-
def
fkRestrict: String
-
def
fkSetDefault: String
-
def
fkSetNull: String
-
def
foreignKeyDefinition(fk: ForeignKey): String
-
def
fullJoin: String
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
def
identityLastIdPredicate[PK, R <: Record[PK, R]](node: RelationNode[PK, R]): Predicate
-
def
identityLastIdQuery[PK, R <: Record[PK, R]](node: RelationNode[PK, R]): SQLQuery[PK]
-
def
initializeField[R <: ru.circumflex.orm.Record[_, R]](field: ru.circumflex.orm.Field[_, R]): Any
-
def
initializeRelation[R <: ru.circumflex.orm.Record[_, R]](relation: ru.circumflex.orm.Relation[_, R]): Unit
-
def
innerJoin: String
-
def
insert[PK, R <: Record[PK, R]](dml: Insert[PK, R]): String
-
def
insertSelect[PK, R <: Record[PK, R]](dml: InsertSelect[PK, R]): String
-
def
integerType: String
-
final
def
isInstanceOf[T0]: Boolean
-
def
join(j: ru.circumflex.orm.JoinNode[_, _, _, _]): String
-
def
joinInternal(node: ru.circumflex.orm.RelationNode[_, _], on: String): String
-
def
leftJoin: String
-
def
longType: String
-
final
def
ne(arg0: AnyRef): Boolean
-
def
not(expression: String): String
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
numericType(precision: Int, scale: Int): String
-
def
on(expression: Expression): String
-
def
parameterizedIn(ex: String, params: Iterable[String]): String
-
def
placeholder: String
-
def
prepareStatement(conn: Connection, sql: String): PreparedStatement
-
def
qualifyColumn(vh: ru.circumflex.orm.ValueHolder[_, _], tableAlias: String): String
-
def
quoteLiteral(expr: String): String
-
def
relationQualifiedName(relation: ru.circumflex.orm.Relation[_, _]): String
-
def
rightJoin: String
-
def
select(q: ru.circumflex.orm.Select[_]): String
-
def
sequenceName[R <: ru.circumflex.orm.Record[_, R]](vh: ru.circumflex.orm.ValueHolder[_, R]): String
-
def
sequenceNextValQuery[PK, R <: Record[PK, R]](node: RelationNode[PK, R]): SQLQuery[PK]
-
def
subquery(expression: String, subquery: ru.circumflex.orm.SQLQuery[_]): String
-
def
supportsDropConstraints: Boolean
-
def
supportsSchema: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
textType: String
-
def
timeType: String
-
def
timestampType: String
-
def
toString(): String
-
def
uniqueKeyDefinition(uniq: UniqueKey): String
-
def
update[PK, R <: Record[PK, R]](dml: Update[PK, R]): String
-
def
varcharType(length: Int): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
xmlPlaceholder: String
-
def
xmlType: String
Inherited from AnyRef
Inherited from Any