ru.circumflex.orm

Dialect

class Dialect extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Dialect
  2. AnyRef
  3. Any
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 NULL: String

  35. def OR: String

  36. def SOME: String

  37. def SUM(ex: String): String

  38. def UNION: String

  39. def UNION_ALL: String

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

  41. def alterTable(rel: ru.circumflex.orm.Relation[_, _], action: String): String

  42. def alterTableAddConstraint(constraint: Constraint): String

  43. def alterTableDropConstraint(constraint: Constraint): String

  44. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  45. def asc: String

  46. def binaryType: String

  47. def booleanType: String

  48. def checkConstraintDefinition(check: CheckConstraint): String

  49. def clone(): AnyRef

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

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

  52. def constraintDefinition(constraint: Constraint): String

  53. def createIndex(idx: Index): String

  54. def createSchema(schema: Schema): String

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

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

  57. def dateType: String

  58. def defaultExpression[R <: ru.circumflex.orm.Record[_, R]](field: ru.circumflex.orm.Field[_, R]): String

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

  60. def desc: String

  61. def driverClass: String

  62. def dropIndex(idx: Index): String

  63. def dropSchema(schema: Schema): String

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

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

  66. def emptyPredicate: String

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

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

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

  70. def finalize(): Unit

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

  72. def fkNoAction: String

  73. def fkRestrict: String

  74. def fkSetDefault: String

  75. def fkSetNull: String

  76. def foreignKeyDefinition(fk: ForeignKey): String

  77. def fullJoin: String

  78. final def getClass(): java.lang.Class[_]

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

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

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

  82. def initializeField[R <: ru.circumflex.orm.Record[_, R]](field: ru.circumflex.orm.Field[_, R]): Any

  83. def initializeRelation[R <: ru.circumflex.orm.Record[_, R]](relation: ru.circumflex.orm.Relation[_, R]): Unit

  84. def innerJoin: String

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

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

  87. def integerType: String

  88. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  89. def join(j: ru.circumflex.orm.JoinNode[_, _, _, _]): String

  90. def joinInternal(node: ru.circumflex.orm.RelationNode[_, _], on: String): String

    Attributes
    protected
  91. def leftJoin: String

  92. def longType: String

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

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

  95. final def notify(): Unit

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

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

  98. def on(expression: Expression): String

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

  100. def placeholder: String

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

  102. def qualifyColumn(vh: ru.circumflex.orm.ValueHolder[_, _], tableAlias: String): String

  103. def quoteLiteral(expr: String): String

  104. def relationQualifiedName(relation: ru.circumflex.orm.Relation[_, _]): String

  105. def rightJoin: String

  106. def select(q: ru.circumflex.orm.Select[_]): String

  107. def sequenceName[R <: ru.circumflex.orm.Record[_, R]](vh: ru.circumflex.orm.ValueHolder[_, R]): String

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

  109. def subquery(expression: String, subquery: ru.circumflex.orm.SQLQuery[_]): String

  110. def supportsDropConstraints: Boolean

  111. def supportsSchema: Boolean

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

    Definition Classes
    AnyRef
  113. def textType: String

  114. def timeType: String

  115. def timestampType: String

  116. def toString(): String

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

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

  119. def varcharType(length: Int): String

  120. final def wait(): Unit

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

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

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

  124. def xmlType: String

Inherited from AnyRef

Inherited from Any