slick.driver

H2Driver

trait H2Driver extends JdbcDriver

Slick driver for H2.

This driver implements slick.driver.JdbcProfile without the following capabilities:

Self Type
H2Driver
Source
H2Driver.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. H2Driver
  2. JdbcDriver
  3. JdbcMappingCompilerComponent
  4. JdbcStatementBuilderComponent
  5. JdbcProfile
  6. JdbcModelComponent
  7. JdbcTypesComponent
  8. JdbcExecutorComponent
  9. JdbcInsertInvokerComponent
  10. JdbcInvokerComponent
  11. JdbcActionComponent
  12. SqlDriver
  13. SqlUtilsComponent
  14. SqlProfile
  15. SqlActionComponent
  16. SqlTableComponent
  17. SqlExecutorComponent
  18. RelationalDriver
  19. RelationalProfile
  20. RelationalActionComponent
  21. RelationalTypesComponent
  22. RelationalSequenceComponent
  23. RelationalTableComponent
  24. BasicDriver
  25. BasicProfile
  26. BasicActionComponent
  27. BasicExecutorComponent
  28. BasicInsertInvokerComponent
  29. BasicInvokerComponent
  30. AnyRef
  31. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait API extends JdbcDriver.LowPriorityAPI with JdbcDriver.API with JdbcDriver.CommonImplicits

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  2. type Backend = JdbcBackend

    The back-end type required by this profile

    The back-end type required by this profile

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  3. type BaseColumnType[T] = JdbcType[T] with BaseTypedType[T]

    Definition Classes
    JdbcProfileRelationalTypesComponent
  4. abstract class BaseInsertInvoker[U] extends JdbcDriver.FullInsertInvokerDef[U]

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  5. class CheckInsertBuilder extends JdbcDriver.UpsertBuilder

    Builder for SELECT statements that can be used to check for the existing of primary keys supplied to an INSERT operation.

  6. class ColumnDDLBuilder extends AnyRef

    Builder for column specifications in DDL statements.

  7. trait ColumnOptions extends SqlDriver.ColumnOptions

  8. type ColumnType[T] = JdbcType[T]

    Definition Classes
    JdbcProfileRelationalTypesComponent
  9. trait CommonAPI extends RelationalDriver.CommonAPI

    Attributes
    protected
    Definition Classes
    RelationalProfileBasicProfile
  10. trait CommonImplicits extends JdbcDriver.CommonImplicits with JdbcDriver.ImplicitColumnTypes

    Attributes
    protected
    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  11. type CompiledInsert = JdbcCompiledInsert

    The type of a (partially) compiled AST for Insert operations.

    The type of a (partially) compiled AST for Insert operations. Unlike querying or deleting, inserts may require different compilation results which should be computed lazily.

    Definition Classes
    JdbcProfileBasicInsertInvokerComponent
  12. trait CountingInsertActionComposer[U] extends JdbcDriver.InsertActionComposer[U]

    An InsertInvoker that returns the number of affected rows.

  13. class CountingInsertActionComposerImpl[U] extends JdbcDriver.InsertActionComposerImpl[U] with JdbcDriver.CountingInsertActionComposer[U]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  14. class CountingInsertInvoker[U] extends H2Driver.CountingInsertInvoker[U]

    Definition Classes
    H2DriverJdbcInsertInvokerComponent
  15. trait CountingInsertInvokerDef[U] extends JdbcDriver.FullInsertInvokerDef[U]

    An InsertInvoker that returns the number of affected rows.

  16. trait DDL extends SqlDriver.SchemaDescriptionDef

    Definition Classes
    SqlProfile
  17. class DDLInvoker extends JdbcDriver.DDLInvoker

    Pseudo-invoker for running DDL statements.

  18. type DeleteActionExtensionMethods = DeleteActionExtensionMethodsImpl

    Definition Classes
    JdbcActionComponent
  19. class DeleteActionExtensionMethodsImpl extends AnyRef

    Definition Classes
    JdbcActionComponent
  20. class DeleteInvoker extends AnyRef

    Pseudo-invoker for running DELETE calls.

  21. type DriverAction[+R, +S <: NoStream, -E <: Effect] = FixedSqlAction[R, S, E]

  22. abstract class DriverJdbcType[T] extends JdbcType[T]

    Definition Classes
    JdbcTypesComponent
  23. trait FullInsertInvokerDef[U] extends JdbcDriver.InsertInvokerDef[U]

    An InsertInvoker that can also insert from another query.

  24. trait ImplicitColumnTypes extends JdbcDriver.ImplicitColumnTypes

  25. trait Implicits extends JdbcDriver.LowPriorityImplicits with JdbcDriver.Implicits with JdbcDriver.CommonImplicits

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  26. trait InsertActionComposer[U] extends JdbcDriver.SimpleInsertActionComposer[U]

    Extension methods to generate the JDBC-specific insert actions.

  27. class InsertActionComposerImpl[U] extends JdbcDriver.InsertActionComposer[U]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  28. type InsertActionExtensionMethods[T] = CountingInsertActionComposerImpl[T]

  29. trait InsertActionExtensionMethodsImpl[T] extends AnyRef

    Definition Classes
    RelationalActionComponent
  30. class InsertBuilder extends AnyRef

    Builder for INSERT statements.

  31. type InsertInvoker[T] = CountingInsertInvokerDef[T]

    The type of insert invokers returned by the driver

    The type of insert invokers returned by the driver

    Definition Classes
    JdbcInsertInvokerComponentBasicInsertInvokerComponent
  32. trait InsertInvokerDef[U] extends JdbcDriver.InsertInvokerDef[U]

    The JDBC-specific InsertInvoker with additional methods

  33. trait IntoInsertActionComposer[U, RU] extends JdbcDriver.SimpleInsertActionComposer[U]

    An InsertActionComposer that returns a mapping of the inserted and generated data.

  34. trait IntoInsertInvokerDef[U, R] extends JdbcDriver.InsertInvokerDef[U]

    An InsertInvoker that returns a mapping of inserted values and generated keys.

  35. class JdbcActionExtensionMethods[E <: Effect, R, S <: NoStream] extends AnyRef

    Definition Classes
    JdbcActionComponent
  36. class JdbcCodeGen extends CodeGen

    Code generator phase for queries on JdbcProfile-based drivers.

  37. class JdbcCompiledInsert extends AnyRef

  38. class JdbcFastPathExtensionMethods[T, P] extends AnyRef

    Definition Classes
    JdbcMappingCompilerComponent
  39. class JdbcInsertCodeGen extends CodeGen

    Code generator phase for inserts on JdbcProfile-based drivers.

  40. class JdbcTypes extends H2Driver.JdbcTypes

    Definition Classes
    H2DriverJdbcTypesComponent
  41. trait LowPriorityAPI extends AnyRef

    Definition Classes
    JdbcProfile
  42. trait LowPriorityImplicits extends AnyRef

    Attributes
    protected
    Definition Classes
    JdbcProfile
  43. trait MappedColumnTypeFactory extends AnyRef

    Definition Classes
    RelationalTypesComponent
  44. abstract class MappedJdbcType[T, U] extends JdbcType[T]

    Definition Classes
    JdbcTypesComponent
  45. class MappingCompiler extends ResultConverterCompiler[JdbcResultConverterDomain]

    A ResultConverterCompiler that builds JDBC-based converters.

  46. class ModelBuilder extends JdbcModelBuilder

  47. class MutatingResultAction[T] extends SynchronousDatabaseAction[Nothing, Streaming[ResultSetMutator[T]], JdbcDriver.Backend, Effect] with JdbcDriver.DriverAction[Nothing, Streaming[ResultSetMutator[T]], Effect]

    Definition Classes
    JdbcActionComponent
  48. trait OracleStyleRowNum extends JdbcDriver.QueryBuilder

    QueryBuilder mix-in for Oracle-style ROWNUM (applied before ORDER BY and GROUP BY) instead of the standard SQL ROWNUMBER().

  49. class PushStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, JdbcDriver.Backend, Effect]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  50. type QueryActionExtensionMethods[R, S <: NoStream] = QueryActionExtensionMethodsImpl[R, S]

  51. class QueryActionExtensionMethodsImpl[R, S <: NoStream] extends JdbcDriver.QueryActionExtensionMethodsImpl[R, S]

  52. class QueryBuilder extends H2Driver.QueryBuilder with OracleStyleRowNum

    Builder for SELECT and UPDATE statements.

  53. type QueryExecutor[T] = QueryExecutorDef[T]

    The type of query executors returned by the driver

    The type of query executors returned by the driver

    Definition Classes
    JdbcExecutorComponentSqlExecutorComponentBasicExecutorComponent
  54. class QueryExecutorDef[R] extends JdbcDriver.QueryExecutorDef[R]

    Base class for QueryExecutor implementations

  55. trait QueryInvoker[R] extends StatementInvoker[R] with MutatingStatementInvoker[R]

    An Invoker for queries.

  56. class QueryInvokerImpl[R] extends StatementInvoker[R] with JdbcDriver.QueryInvoker[R]

    Definition Classes
    JdbcInvokerComponent
  57. class QuotingSymbolNamer extends SymbolNamer

    Definition Classes
    SqlUtilsComponent
  58. trait ReturningInsertActionComposer[U, RU] extends JdbcDriver.InsertActionComposer[U]

    An InsertActionComposer that returns generated keys or other columns.

  59. class ReturningInsertInvoker[U, RU] extends JdbcDriver.BaseInsertInvoker[U] with JdbcDriver.ReturningInsertInvokerDef[U, RU]

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  60. trait ReturningInsertInvokerDef[U, RU] extends JdbcDriver.FullInsertInvokerDef[U]

    An InsertInvoker that returns generated keys or other columns.

  61. trait RowNumberPagination extends JdbcDriver.QueryBuilder

    QueryBuilder mix-in for pagination based on RowNumber.

  62. type SchemaActionExtensionMethods = SchemaActionExtensionMethodsImpl

  63. class SchemaActionExtensionMethodsImpl extends JdbcDriver.SchemaActionExtensionMethodsImpl

  64. type SchemaDescription = DDL

    The type of a schema description (DDL)

    The type of a schema description (DDL)

    Definition Classes
    SqlProfileBasicProfile
  65. trait SchemaDescriptionDef extends AnyRef

    A schema description contains the SQL statements for creating and dropping database entities.

  66. class Sequence[T] extends Typed

    Definition Classes
    RelationalSequenceComponent
  67. class SequenceDDLBuilder extends AnyRef

    Builder for DDL statements for sequences.

  68. class SetTransactionIsolation extends SynchronousDatabaseAction[Int, NoStream, JdbcDriver.Backend, Effect]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  69. trait SimpleInsertActionComposer[U] extends JdbcDriver.InsertActionExtensionMethodsImpl[U]

    Extension methods to generate the JDBC-specific insert actions.

  70. abstract class SimpleJdbcDriverAction[+R] extends SynchronousDatabaseAction[R, NoStream, JdbcDriver.Backend, Effect] with JdbcDriver.DriverAction[R, NoStream, Effect]

    Definition Classes
    JdbcActionComponent
  71. trait SimpleQL extends JdbcDriver.SimpleQL with JdbcDriver.Implicits

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  72. abstract class StatementPart extends AnyRef

  73. type StreamingDriverAction[+R, +T, -E <: Effect] = FixedSqlStreamingAction[R, T, E]

  74. type StreamingQueryActionExtensionMethods[R, T] = StreamingQueryActionExtensionMethodsImpl[R, T]

  75. class StreamingQueryActionExtensionMethodsImpl[R, T] extends JdbcDriver.QueryActionExtensionMethodsImpl[R, Streaming[T]] with JdbcDriver.StreamingQueryActionExtensionMethodsImpl[R, T]

  76. abstract class Table[T] extends AbstractTable[T]

    Definition Classes
    RelationalTableComponent
  77. class TableDDLBuilder extends AnyRef

    Builder for various DDL statements.

  78. class TableQueryExtensionMethods[T <: RelationalDriver.Table[_], U] extends AnyRef

    Definition Classes
    RelationalProfile
  79. type UpdateActionExtensionMethods[T] = UpdateActionExtensionMethodsImpl[T]

    Definition Classes
    JdbcActionComponent
  80. class UpdateActionExtensionMethodsImpl[T] extends AnyRef

    Definition Classes
    JdbcActionComponent
  81. class UpdateInsertBuilder extends JdbcDriver.UpsertBuilder

    Builder for UPDATE statements used as part of an insertOrUpdate operation on databases that don't support this in a single server-side statement.

  82. class UpdateInvoker[T] extends AnyRef

    Pseudo-invoker for running UPDATE calls.

  83. class UpsertBuilder extends InsertBuilder

    Builder for upsert statements, builds standard SQL MERGE statements by default.

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from H2Driver to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (H2Driver, B)

    Implicit information
    This member is added by an implicit conversion from H2Driver to ArrowAssoc[H2Driver] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. object Commit extends SynchronousDatabaseAction[Unit, NoStream, JdbcDriver.Backend, Effect]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  9. object DDL

    Definition Classes
    SqlProfile
  10. object FromPart extends JdbcDriver.StatementPart with Product with Serializable

  11. object JdbcType

    Definition Classes
    JdbcTypesComponent
  12. lazy val MappedColumnType: MappedJdbcType.type

    Definition Classes
    JdbcProfileRelationalTypesComponent
  13. object MappedJdbcType extends JdbcDriver.MappedColumnTypeFactory

    Definition Classes
    JdbcTypesComponent
  14. object OtherPart extends JdbcDriver.StatementPart with Product with Serializable

  15. object PopStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, JdbcDriver.Backend, Effect]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  16. object Rollback extends SynchronousDatabaseAction[Unit, NoStream, JdbcDriver.Backend, Effect]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  17. object SelectPart extends JdbcDriver.StatementPart with Product with Serializable

  18. object Sequence

    Definition Classes
    RelationalSequenceComponent
  19. object StartTransaction extends SynchronousDatabaseAction[Unit, NoStream, JdbcDriver.Backend, Effect]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  20. object WherePart extends JdbcDriver.StatementPart with Product with Serializable

  21. val api: API

    The API for using the query language with a single import statement.

    The API for using the query language with a single import statement. This provides the driver's implicits, the Database and Session objects for DB connections, and commonly used query language types and objects.

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. val backend: Backend

    The back-end implementation for this profile

    The back-end implementation for this profile

    Definition Classes
    JdbcProfileBasicProfile
  24. final def buildSequenceSchemaDescription(seq: Sequence[_]): DDL

  25. final def buildTableSchemaDescription(table: Table[_]): DDL

    Definition Classes
    JdbcProfileRelationalTableComponent
  26. final val capabilities: Set[Capability]

    The capabilities supported by this driver.

    The capabilities supported by this driver. This can be used to query at runtime whether a specific feature is supported.

    Definition Classes
    BasicProfile
  27. lazy val checkInsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  28. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. val columnOptions: ColumnOptions

  30. val columnTypes: JdbcTypes

    Definition Classes
    H2DriverJdbcProfile
  31. def compileInsert(tree: Node): JdbcCompiledInsert

    (Partially) ompile an AST for insert operations

    (Partially) ompile an AST for insert operations

    Definition Classes
    JdbcProfileBasicProfile
  32. final lazy val compiler: QueryCompiler

    Definition Classes
    RelationalProfile
  33. def computeCapabilities: Set[Capability]

    Compute the capabilities.

    Compute the capabilities. This should be overridden in subclasses as needed.

    Attributes
    protected
    Definition Classes
    H2DriverJdbcProfileSqlProfileRelationalProfileBasicProfile
  34. def computeQueryCompiler: QueryCompiler

    Attributes
    protected
    Definition Classes
    JdbcProfileRelationalProfile
  35. def createBaseResultConverter[T](ti: JdbcType[T], name: String, idx: Int): ResultConverter[JdbcResultConverterDomain, T]

    Create a (possibly specialized) ResultConverter for the given JdbcType.

    Create a (possibly specialized) ResultConverter for the given JdbcType.

    Definition Classes
    JdbcMappingCompilerComponent
  36. def createCheckInsertBuilder(node: Insert): InsertBuilder

  37. def createColumnDDLBuilder(column: FieldSymbol, table: Table[_]): ColumnDDLBuilder

  38. def createCountingInsertInvoker[U](compiled: CompiledInsert): CountingInsertInvoker[U]

    Definition Classes
    H2DriverJdbcInsertInvokerComponent
  39. def createDDLInvoker(ddl: SchemaDescription): DDLInvoker

    Create a DDLInvoker -- this method should be implemented by drivers as needed

    Create a DDLInvoker -- this method should be implemented by drivers as needed

    Definition Classes
    JdbcInvokerComponentBasicInvokerComponent
  40. def createDeleteActionExtensionMethods(tree: Node, param: Any): DeleteActionExtensionMethods

    Definition Classes
    JdbcActionComponent
  41. def createDeleteInvoker(tree: Node, param: Any): DeleteInvoker

    Definition Classes
    JdbcInvokerComponent
  42. def createInsertActionExtensionMethods[T](compiled: CompiledInsert): InsertActionExtensionMethods[T]

  43. def createInsertBuilder(node: Insert): InsertBuilder

  44. def createInsertInvoker[U](tree: CompiledInsert): CountingInsertInvokerDef[U]

    Create an InsertInvoker -- this method should be implemented by drivers as needed

    Create an InsertInvoker -- this method should be implemented by drivers as needed

    Definition Classes
    JdbcInsertInvokerComponentBasicInsertInvokerComponent
  45. def createModel(tables: Option[DBIO[Seq[MTable]]] = None, ignoreInvalidDefaults: Boolean = true)(implicit ec: ExecutionContext): DBIO[Model]

    Gets the Slick data model describing this data source

    Gets the Slick data model describing this data source

    tables

    used to build the model, uses defaultTables if None given

    ignoreInvalidDefaults

    logs unrecognized default values instead of throwing an exception

    Definition Classes
    JdbcModelComponent
  46. def createModelBuilder(tables: Seq[MTable], ignoreInvalidDefaults: Boolean)(implicit ec: ExecutionContext): JdbcModelBuilder

    Definition Classes
    H2DriverJdbcModelComponent
  47. def createOptionResultConverter[T](ti: JdbcType[T], idx: Int): ResultConverter[JdbcResultConverterDomain, Option[T]]

    Create a (possibly specialized) ResultConverter for Option values of the given JdbcType.

    Create a (possibly specialized) ResultConverter for Option values of the given JdbcType.

    Definition Classes
    JdbcMappingCompilerComponent
  48. def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): QueryActionExtensionMethods[R, S]

  49. def createQueryBuilder(n: Node, state: CompilerState): QueryBuilder

  50. def createQueryExecutor[R](tree: Node, param: Any): QueryExecutor[R]

    Create an executor -- this method should be implemented by drivers as needed

    Create an executor -- this method should be implemented by drivers as needed

    Definition Classes
    JdbcExecutorComponentSqlExecutorComponentBasicExecutorComponent
  51. def createQueryInvoker[R](tree: Node, param: Any, sql: String): QueryInvokerImpl[R]

    Definition Classes
    JdbcInvokerComponent
  52. def createReturningInsertInvoker[U, RU](compiled: CompiledInsert, keys: Node): ReturningInsertInvokerDef[U, RU]

    Definition Classes
    JdbcInsertInvokerComponent
  53. def createSchemaActionExtensionMethods(schema: SchemaDescription): SchemaActionExtensionMethods

  54. def createSequenceDDLBuilder(seq: Sequence[_]): SequenceDDLBuilder

  55. def createStreamingQueryActionExtensionMethods[R, T](tree: Node, param: Any): StreamingQueryActionExtensionMethods[R, T]

  56. def createTableDDLBuilder(table: Table[_]): TableDDLBuilder

  57. def createUpdateActionExtensionMethods[T](tree: Node, param: Any): UpdateActionExtensionMethods[T]

    Definition Classes
    JdbcActionComponent
  58. def createUpdateInsertBuilder(node: Insert): InsertBuilder

  59. def createUpdateInvoker[T](tree: Node, param: Any): UpdateInvoker[T]

    Definition Classes
    JdbcInvokerComponent
  60. def createUpsertBuilder(node: Insert): InsertBuilder

  61. def defaultSqlTypeName(tmd: JdbcType[_], size: Option[Length]): String

    Definition Classes
    H2DriverJdbcTypesComponent
  62. def defaultTables(implicit ec: ExecutionContext): DBIO[Seq[MTable]]

    Jdbc meta data for all tables included in the Slick model by default

    Jdbc meta data for all tables included in the Slick model by default

    Definition Classes
    JdbcModelComponent
  63. lazy val deleteCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  64. final lazy val driverConfig: Config

    The configuration for this driver, loaded via loadDriverConfig.

    The configuration for this driver, loaded via loadDriverConfig.

    Definition Classes
    BasicDriver
  65. def ensuring(cond: (H2Driver) ⇒ Boolean, msg: ⇒ Any): H2Driver

    Implicit information
    This member is added by an implicit conversion from H2Driver to Ensuring[H2Driver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  66. def ensuring(cond: (H2Driver) ⇒ Boolean): H2Driver

    Implicit information
    This member is added by an implicit conversion from H2Driver to Ensuring[H2Driver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  67. def ensuring(cond: Boolean, msg: ⇒ Any): H2Driver

    Implicit information
    This member is added by an implicit conversion from H2Driver to Ensuring[H2Driver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  68. def ensuring(cond: Boolean): H2Driver

    Implicit information
    This member is added by an implicit conversion from H2Driver to Ensuring[H2Driver] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  69. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  71. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  72. lazy val forceInsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  73. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from H2Driver to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  74. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  76. lazy val insertCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  77. val invokerMutateConcurrency: ResultSetConcurrency

    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  78. val invokerMutateType: ResultSetType

    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  79. val invokerPreviousAfterDelete: Boolean

    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  80. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  81. def jdbcTypeFor(t: Type): JdbcType[Any]

    Definition Classes
    JdbcTypesComponent
  82. def likeEncode(s: String): String

    Definition Classes
    SqlUtilsComponent
  83. def loadDriverConfig: Config

    Load the configuration for this driver.

    Load the configuration for this driver. This can be overridden in user-defined driver subclasses to load different configurations.

    The default implementation does a breadth-first search in the supertype hierarchy of the runtime class until it finds a class or trait matching "slick.driver.XXXDriver" where XXX is an arbitrary name, and then returns the path "slick.driver.XXX" from the application config, if it exists, otherwise an empty Config object.

    Attributes
    protected[this]
    Definition Classes
    BasicDriver
  84. val mappingCompiler: MappingCompiler

    The MappingCompiler for this driver.

    The MappingCompiler for this driver.

    Definition Classes
    JdbcMappingCompilerComponent
  85. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  86. final def notify(): Unit

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

    Definition Classes
    AnyRef
  88. val profile: JdbcProfile

    The external interface of this driver which defines the API.

    The external interface of this driver which defines the API.

    Definition Classes
    JdbcDriverSqlDriverRelationalDriverBasicDriver
  89. lazy val queryCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  90. def quoteIdentifier(id: String): String

    quotes identifiers to avoid collisions with SQL keywords and other syntax issues

    quotes identifiers to avoid collisions with SQL keywords and other syntax issues

    Definition Classes
    SqlUtilsComponent
  91. def quoteTableName(t: TableNode): String

    Definition Classes
    SqlUtilsComponent
  92. val scalarFrom: Option[String]

    The table name for scalar selects (e.

    The table name for scalar selects (e.g. "select 42 from DUAL;"), or None for scalar selects without a FROM clause ("select 42;").

    Definition Classes
    JdbcStatementBuilderComponent
  93. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  94. def toString(): String

    Definition Classes
    BasicDriver → AnyRef → Any
  95. lazy val updateCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  96. lazy val updateInsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  97. lazy val upsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  98. lazy val useServerSideUpsert: Boolean

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  99. lazy val useServerSideUpsertReturning: Boolean

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  100. lazy val useTransactionForUpsert: Boolean

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  101. lazy val useTransactionForUpsertReturning: Boolean

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  102. def valueToSQLLiteral(v: Any, tpe: Type): String

    Create a SQL representation of a literal value.

    Create a SQL representation of a literal value.

    Definition Classes
    JdbcStatementBuilderComponent
  103. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  106. def [B](y: B): (H2Driver, B)

    Implicit information
    This member is added by an implicit conversion from H2Driver to ArrowAssoc[H2Driver] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from H2Driver to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (h2Driver: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from H2Driver to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (h2Driver: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. lazy val Implicit: Implicits

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Use 'api' instead of 'simple' or 'Implicit' to import the new API

  2. val simple: SimpleQL

    A collection of values for using the query language with a single import statement.

    A collection of values for using the query language with a single import statement. This provides the driver's implicits, the Database and Session objects for DB connections, and commonly used query language types and objects.

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Use 'api' instead of 'simple' or 'Implicit' to import the new API

  3. def x: H2Driver

    Implicit information
    This member is added by an implicit conversion from H2Driver to ArrowAssoc[H2Driver] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (h2Driver: ArrowAssoc[H2Driver]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: H2Driver

    Implicit information
    This member is added by an implicit conversion from H2Driver to Ensuring[H2Driver] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (h2Driver: Ensuring[H2Driver]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from JdbcDriver

Inherited from JdbcProfile

Inherited from JdbcModelComponent

Inherited from JdbcTypesComponent

Inherited from JdbcExecutorComponent

Inherited from JdbcInvokerComponent

Inherited from JdbcActionComponent

Inherited from SqlDriver

Inherited from SqlUtilsComponent

Inherited from SqlProfile

Inherited from SqlActionComponent

Inherited from SqlTableComponent

Inherited from SqlExecutorComponent

Inherited from RelationalDriver

Inherited from RelationalProfile

Inherited from RelationalActionComponent

Inherited from RelationalTypesComponent

Inherited from RelationalTableComponent

Inherited from BasicDriver

Inherited from BasicProfile

Inherited from BasicActionComponent

Inherited from BasicExecutorComponent

Inherited from BasicInvokerComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from H2Driver to StringAdd

Inherited by implicit conversion any2stringfmt from H2Driver to StringFormat

Inherited by implicit conversion any2ArrowAssoc from H2Driver to ArrowAssoc[H2Driver]

Inherited by implicit conversion any2Ensuring from H2Driver to Ensuring[H2Driver]

Ungrouped