class H2Dialect extends Dialect[H2Profile]

Linear Supertypes
Dialect[H2Profile], AstHelpers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2Dialect
  2. Dialect
  3. AstHelpers
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new H2Dialect()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from H2Dialect toany2stringadd[H2Dialect] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (H2Dialect, B)
    Implicit
    This member is added by an implicit conversion from H2Dialect toArrowAssoc[H2Dialect] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addColumn(table: TableInfo, column: ColumnInfo): String
    Definition Classes
    Dialect
  7. def addColumnWithInitialValue(table: TableInfo, column: ColumnInfo, rawSqlExpr: String): List[String]
    Definition Classes
    Dialect
  8. def alterColumnDefault(table: TableInfo, column: ColumnInfo): String
    Definition Classes
    Dialect
  9. def alterColumnNullability(table: TableInfo, column: ColumnInfo): String
    Definition Classes
    Dialect
  10. def alterColumnType(table: TableInfo, column: ColumnInfo): List[String]
    Definition Classes
    Dialect
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def autoInc(ci: ColumnInfo): String
    Definition Classes
    H2DialectDialect
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. def colInfo[T <: jdbc.JdbcProfile.Table[_]](table: T)(f: (T) => Rep[_]): ColumnInfo
    Attributes
    protected
    Definition Classes
    AstHelpers
  15. def columnInfo(driver: JdbcProfile, column: FieldSymbol): ColumnInfo

    driver

    a Slick driver, used to extract ColumnInfo#sqlType and ColumnInfo#notNull by calling typeInfoFor

    returns

    a ColumnInfo representing the relevant information in column

    Attributes
    protected
    Definition Classes
    AstHelpers
  16. def columnList(columns: Seq[FieldSymbol]): String
    Definition Classes
    Dialect
  17. def columnSql(ci: ColumnInfo, newTable: Boolean): String
    Definition Classes
    Dialect
  18. def columnType(ci: ColumnInfo): String
    Definition Classes
    H2DialectDialect
  19. def createForeignKey(sourceTable: TableInfo, name: String, sourceColumns: Seq[FieldSymbol], targetTable: TableInfo, targetColumns: Seq[FieldSymbol], onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction): String
    Definition Classes
    Dialect
  20. def createIndex(index: IndexInfo): String
    Definition Classes
    Dialect
  21. def createPrimaryKey(table: TableInfo, name: String, columns: Seq[FieldSymbol]): String
    Definition Classes
    Dialect
  22. def createTable(table: TableInfo, columns: Seq[ColumnInfo]): List[String]
    Definition Classes
    Dialect
  23. def dropColumn(table: TableInfo, column: String): List[String]
    Definition Classes
    Dialect
  24. def dropConstraint(table: TableInfo, name: String): String
    Definition Classes
    Dialect
  25. def dropForeignKey(sourceTable: TableInfo, name: String): String
    Definition Classes
    Dialect
  26. def dropIndex(index: IndexInfo): String
    Definition Classes
    Dialect
  27. def dropPrimaryKey(table: TableInfo, name: String): String
    Definition Classes
    Dialect
  28. def dropTable(table: TableInfo): String
    Definition Classes
    Dialect
  29. def ensuring(cond: (H2Dialect) => Boolean, msg: => Any): H2Dialect
    Implicit
    This member is added by an implicit conversion from H2Dialect toEnsuring[H2Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: (H2Dialect) => Boolean): H2Dialect
    Implicit
    This member is added by an implicit conversion from H2Dialect toEnsuring[H2Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean, msg: => Any): H2Dialect
    Implicit
    This member is added by an implicit conversion from H2Dialect toEnsuring[H2Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean): H2Dialect
    Implicit
    This member is added by an implicit conversion from H2Dialect toEnsuring[H2Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  35. def fieldSym(node: Node): Option[FieldSymbol]

    returns

    if node represents a reference to a table's column, that is, it is a Select(_, f: FieldSymbol), then Some(f); otherwise None

    Attributes
    protected
    Definition Classes
    AstHelpers
  36. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from H2Dialect toStringFormat[H2Dialect] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  37. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def indexInfo(index: Index): IndexInfo

    returns

    an IndexInfo containing the relevant information from a Slick Index

    Attributes
    protected
    Definition Classes
    AstHelpers
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def migrateTable(table: TableInfo, actions: List[Action]): List[String]
    Definition Classes
    Dialect
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def notNull(ci: ColumnInfo): String
    Definition Classes
    Dialect
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. def primaryKey(ci: ColumnInfo, newTable: Boolean): String
    Definition Classes
    Dialect
  47. def quoteIdentifier(id: String): String
    Definition Classes
    Dialect
  48. def quoteTableName(t: TableInfo): String
    Definition Classes
    Dialect
  49. def quotedColumnNames(ns: Seq[FieldSymbol]): Seq[String]
    Attributes
    protected
    Definition Classes
    Dialect
  50. def renameColumn(table: TableInfo, from: ColumnInfo, to: String): String
    Definition Classes
    Dialect
  51. def renameColumn(table: TableInfo, from: String, to: String): String
    Definition Classes
    Dialect
  52. def renameIndex(old: IndexInfo, newName: String): List[String]
    Definition Classes
    Dialect
  53. def renameTable(table: TableInfo, to: String): String
    Definition Classes
    Dialect
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def tableInfo(table: TableNode): TableInfo

    table

    a Slick table object whose qualified name is needed

    returns

    a TableInfo representing the qualified name of table

    Attributes
    protected
    Definition Classes
    AstHelpers
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (H2Dialect, B)
    Implicit
    This member is added by an implicit conversion from H2Dialect toArrowAssoc[H2Dialect] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Dialect[H2Profile]

Inherited from AstHelpers

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromH2Dialect to any2stringadd[H2Dialect]

Inherited by implicit conversion StringFormat fromH2Dialect to StringFormat[H2Dialect]

Inherited by implicit conversion Ensuring fromH2Dialect to Ensuring[H2Dialect]

Inherited by implicit conversion ArrowAssoc fromH2Dialect to ArrowAssoc[H2Dialect]

Ungrouped