pro.savant.circumflex.orm

Dialect

class Dialect extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Dialect
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Dialect()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def ALL: String

  7. def AND: String

  8. def AVG(ex: String): String

  9. def BETWEEN(ex: String, v1: String = "?", v2: String = "?"): String

  10. def COUNT(ex: String): String

  11. def COUNT_DISTINCT(ex: String): String

  12. def DISTINCT: String

  13. def EQ(ex1: String, ex2: String = "?"): String

  14. def EXCEPT: String

  15. def EXCEPT_ALL: String

  16. def EXISTS: String

  17. def GE(ex1: String, ex2: String = "?"): String

  18. def GT(ex1: String, ex2: String = "?"): String

  19. def ILIKE(ex1: String, ex2: String = "?"): String

  20. def IN(ex: String): String

  21. def INTERSECT: String

  22. def INTERSECT_ALL: String

  23. def IS_NOT_NULL(ex: String): String

  24. def IS_NULL(ex: String): String

  25. def LE(ex1: String, ex2: String = "?"): String

  26. def LIKE(ex1: String, ex2: String = "?"): String

  27. def LT(ex1: String, ex2: String = "?"): String

  28. def MAX(ex: String): String

  29. def MIN(ex: String): String

  30. def NE(ex1: String, ex2: String = "?"): String

  31. def NOT: String

  32. def NOT_EXISTS: String

  33. def NOT_IN(ex: String): String

  34. def NOW: String

  35. def NULL: String

  36. def OR: String

  37. def RANDOM: String

  38. def SOME: String

  39. def SUM(ex: String): String

  40. def UNION: String

  41. def UNION_ALL: String

  42. def alias(expression: String, alias: String): String

  43. def alterTable(rel: Relation[_, _], action: String): String

  44. def alterTableAddConstraint(constraint: Constraint): String

  45. def alterTableDropConstraint(constraint: Constraint): String

  46. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  47. def asc: String

  48. def binaryType: String

  49. def booleanType: String

  50. def checkConstraintDefinition(check: CheckConstraint): String

  51. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. def columnDefinition[R <: Record[_, R]](field: Field[_, R]): String

  53. def compositeFieldName(names: String*): String

  54. def constraintDefinition(constraint: Constraint): String

  55. def createIndex(idx: Index): String

  56. def createSchema(schema: Schema): String

  57. def createTable[PK, R <: Record[PK, R]](table: Table[PK, R]): String

  58. def createView[PK, R <: Record[PK, R]](view: View[PK, R]): String

  59. def dateType: String

  60. def defaultExpression[R <: Record[_, R]](field: Field[_, R]): String

  61. def delete[PK, R <: Record[PK, R]](dml: Delete[PK, R]): String

  62. def desc: String

  63. def driverClass: String

  64. def dropIndex(idx: Index): String

  65. def dropSchema(schema: Schema): String

  66. def dropTable[PK, R <: Record[PK, R]](table: Table[PK, R]): String

  67. def dropView[PK, R <: Record[PK, R]](view: View[PK, R]): String

  68. def emptyPredicate: String

  69. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  70. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  71. def escapeParameter(value: Any): String

  72. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  73. def fkCascade: String

  74. def fkNoAction: String

  75. def fkRestrict: String

  76. def fkSetDefault: String

  77. def fkSetNull: String

  78. def foreignKeyDefinition(fk: ForeignKey): String

  79. def fullJoin: String

  80. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  81. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  82. def identityLastIdPredicate[PK, R <: Record[PK, R]](node: RelationNode[PK, R]): Predicate

  83. def identityLastIdQuery[PK, R <: Record[PK, R]](node: RelationNode[PK, R]): SQLQuery[PK]

  84. def initializeField[R <: Record[_, R]](field: Field[_, R]): Any

  85. def initializeRelation[R <: Record[_, R]](relation: Relation[_, R]): Unit

  86. def innerJoin: String

  87. def insert[PK, R <: Record[PK, R]](dml: Insert[PK, R]): String

  88. def insertSelect[PK, R <: Record[PK, R]](dml: InsertSelect[PK, R]): String

  89. def integerType: String

  90. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  91. def join(j: JoinNode[_, _, _, _]): String

  92. def joinInternal(node: RelationNode[_, _], on: String): String

    Attributes
    protected
  93. def leftJoin: String

  94. def longType: String

  95. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  96. def not(expression: String): String

  97. final def notify(): Unit

    Definition Classes
    AnyRef
  98. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  99. def numericType(precision: Int, scale: Int): String

  100. def on(expression: Expression): String

  101. def parameterizedIn(ex: String, params: Iterable[String]): String

  102. def placeholder: String

  103. def prepareStatement(conn: Connection, sql: String): PreparedStatement

  104. def qualifyColumn(vh: ValueHolder[_, _], tableAlias: String): String

  105. def quoteLiteral(expr: String): String

  106. def relationQualifiedName(relation: Relation[_, _]): String

  107. def rightJoin: String

  108. def select(q: Select[_]): String

  109. def sequenceName[R <: Record[_, R]](vh: ValueHolder[_, R]): String

  110. def sequenceNextValQuery[PK, R <: Record[PK, R]](node: RelationNode[PK, R]): SQLQuery[PK]

  111. def subquery(expression: String, subquery: SQLQuery[_]): String

  112. def supportsDropConstraints: Boolean

  113. def supportsSchema: Boolean

  114. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  115. def textType: String

  116. def timeType: String

  117. def timestampType: String

  118. def toString(): String

    Definition Classes
    AnyRef → Any
  119. def uniqueKeyDefinition(uniq: UniqueKey): String

  120. def update[PK, R <: Record[PK, R]](dml: Update[PK, R]): String

  121. def varcharType(length: Int): String

  122. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  123. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  124. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  125. def xmlPlaceholder: String

  126. def xmlType: String

Inherited from AnyRef

Inherited from Any

Ungrouped