slick.driver

HsqldbDriver

trait HsqldbDriver extends JdbcDriver

Slick driver for HyperSQL (starting with version 2.0).

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

Self Type
HsqldbDriver
Source
HsqldbDriver.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HsqldbDriver
  2. JdbcDriver
  3. JdbcMappingCompilerComponent
  4. JdbcStatementBuilderComponent
  5. JdbcProfile
  6. JdbcModelComponent
  7. JdbcTypesComponent
  8. JdbcInvokerComponent
  9. JdbcActionComponent
  10. SqlDriver
  11. SqlUtilsComponent
  12. SqlProfile
  13. SqlActionComponent
  14. SqlTableComponent
  15. RelationalDriver
  16. RelationalProfile
  17. RelationalActionComponent
  18. RelationalTypesComponent
  19. RelationalSequenceComponent
  20. RelationalTableComponent
  21. BasicDriver
  22. BasicProfile
  23. BasicActionComponent
  24. AnyRef
  25. 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.ImplicitColumnTypes

    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. 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.

  5. class ColumnDDLBuilder extends AnyRef

    Builder for column specifications in DDL statements.

  6. trait ColumnOptions extends SqlDriver.ColumnOptions

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

    Definition Classes
    JdbcProfileRelationalTypesComponent
  8. 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
    JdbcProfileBasicProfile
  9. trait CountingInsertActionComposer[U] extends JdbcDriver.InsertActionComposer[U]

    An InsertInvoker that returns the number of affected rows.

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

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  11. trait DDL extends SqlDriver.SchemaDescriptionDef

    Definition Classes
    SqlProfile
  12. type DeleteActionExtensionMethods = DeleteActionExtensionMethodsImpl

    Definition Classes
    JdbcActionComponent
  13. class DeleteActionExtensionMethodsImpl extends AnyRef

    Definition Classes
    JdbcActionComponent
  14. type DriverAction[+R, +S <: NoStream, -E <: Effect] = FixedSqlAction[R, S, E]

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

    Definition Classes
    JdbcTypesComponent
  16. trait ImplicitColumnTypes extends JdbcDriver.ImplicitColumnTypes

  17. trait InsertActionComposer[U] extends JdbcDriver.SimpleInsertActionComposer[U]

    Extension methods to generate the JDBC-specific insert actions.

  18. abstract class InsertActionComposerImpl[U] extends JdbcDriver.InsertActionComposer[U]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  19. type InsertActionExtensionMethods[T] = CountingInsertActionComposer[T]

  20. trait InsertActionExtensionMethodsImpl[T] extends AnyRef

    Definition Classes
    RelationalActionComponent
  21. class InsertBuilder extends AnyRef

    Builder for INSERT statements.

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

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

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

    Definition Classes
    JdbcActionComponent
  24. class JdbcCodeGen extends CodeGen

    Code generator phase for queries on JdbcProfile-based drivers.

  25. class JdbcCompiledInsert extends AnyRef

  26. class JdbcFastPathExtensionMethods[T, P] extends AnyRef

    Definition Classes
    JdbcMappingCompilerComponent
  27. class JdbcInsertCodeGen extends CodeGen

    Code generator phase for inserts on JdbcProfile-based drivers.

  28. class JdbcTypes extends HsqldbDriver.JdbcTypes

    Definition Classes
    HsqldbDriverJdbcTypesComponent
  29. trait LowPriorityAPI extends AnyRef

    Definition Classes
    JdbcProfile
  30. trait MappedColumnTypeFactory extends AnyRef

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

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

    A ResultConverterCompiler that builds JDBC-based converters.

  33. class ModelBuilder extends JdbcModelBuilder

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

    Definition Classes
    JdbcActionComponent
  35. class PushStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, JdbcDriver.Backend, Effect]

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

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

  38. class QueryBuilder extends HsqldbDriver.QueryBuilder

    Builder for SELECT and UPDATE statements.

  39. trait QueryInvoker[R] extends StatementInvoker[R]

    An Invoker for queries.

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

    Definition Classes
    JdbcInvokerComponent
  41. class QuotingSymbolNamer extends SymbolNamer

    Definition Classes
    SqlUtilsComponent
  42. trait ReturningInsertActionComposer[U, RU] extends JdbcDriver.InsertActionComposer[U] with JdbcDriver.IntoInsertActionComposer[U, RU]

    An InsertActionComposer that returns generated keys or other columns.

  43. class ReturningInsertActionComposerImpl[U, QR, RU] extends JdbcDriver.InsertActionComposerImpl[U] with JdbcDriver.ReturningInsertActionComposer[U, RU]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  44. type SchemaActionExtensionMethods = SchemaActionExtensionMethodsImpl

  45. class SchemaActionExtensionMethodsImpl extends JdbcDriver.SchemaActionExtensionMethodsImpl

  46. type SchemaDescription = DDL

    The type of a schema description (DDL)

    The type of a schema description (DDL)

    Definition Classes
    SqlProfileBasicProfile
  47. trait SchemaDescriptionDef extends AnyRef

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

  48. class Sequence[T] extends AnyRef

    Definition Classes
    RelationalSequenceComponent
  49. class SequenceDDLBuilder[T] extends HsqldbDriver.SequenceDDLBuilder

    Builder for DDL statements for sequences.

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

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

    Extension methods to generate the JDBC-specific insert actions.

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

    Definition Classes
    JdbcActionComponent
  53. abstract class StatementPart extends AnyRef

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

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

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

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

    Definition Classes
    RelationalTableComponent
  58. class TableDDLBuilder extends HsqldbDriver.TableDDLBuilder

    Builder for various DDL statements.

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

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

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

    Definition Classes
    JdbcActionComponent
  62. 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.

  63. class UpsertBuilder extends JdbcDriver.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 HsqldbDriver to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (HsqldbDriver, B)

    Implicit information
    This member is added by an implicit conversion from HsqldbDriver to ArrowAssoc[HsqldbDriver] 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 HavingPart extends JdbcDriver.StatementPart with Product with Serializable

  12. object JdbcType

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

    Definition Classes
    JdbcProfileRelationalTypesComponent
  14. object MappedJdbcType extends JdbcDriver.MappedColumnTypeFactory

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

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

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

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

  19. object Sequence

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

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

  22. 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
  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. val backend: Backend

    The back-end implementation for this profile

    The back-end implementation for this profile

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

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

    Definition Classes
    JdbcProfileRelationalTableComponent
  27. 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
  28. lazy val checkInsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  29. def clone(): AnyRef

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

  31. val columnTypes: JdbcTypes

    Definition Classes
    HsqldbDriverJdbcProfile
  32. def compileInsert(tree: Node): JdbcCompiledInsert

    (Partially) ompile an AST for insert operations

    (Partially) ompile an AST for insert operations

    Definition Classes
    JdbcProfileBasicProfile
  33. final lazy val compiler: QueryCompiler

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

    Compute the capabilities.

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

    Attributes
    protected
    Definition Classes
    HsqldbDriverJdbcProfileSqlProfileRelationalProfileBasicProfile
  35. def computeQueryCompiler: QueryCompiler

    Attributes
    protected
    Definition Classes
    HsqldbDriverSqlProfileRelationalProfile
  36. 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
  37. def createCheckInsertBuilder(node: Insert): InsertBuilder

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

  39. def createDeleteActionExtensionMethods(tree: Node, param: Any): DeleteActionExtensionMethods

    Definition Classes
    JdbcActionComponent
  40. def createInsertActionExtensionMethods[T](compiled: CompiledInsert): InsertActionExtensionMethods[T]

  41. def createInsertBuilder(node: Insert): InsertBuilder

  42. 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
  43. def createModelBuilder(tables: Seq[MTable], ignoreInvalidDefaults: Boolean)(implicit ec: ExecutionContext): JdbcModelBuilder

    Definition Classes
    HsqldbDriverJdbcModelComponent
  44. 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
  45. def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): QueryActionExtensionMethods[R, S]

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

  47. def createQueryInvoker[R](tree: Node, param: Any, sql: String): QueryInvokerImpl[R]

    Definition Classes
    JdbcInvokerComponent
  48. def createReturningInsertActionComposer[U, QR, RU](compiled: CompiledInsert, keys: Node, mux: (U, QR) ⇒ RU): ReturningInsertActionComposer[U, RU]

    Definition Classes
    JdbcActionComponent
  49. def createSchemaActionExtensionMethods(schema: SchemaDescription): SchemaActionExtensionMethods

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

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

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

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

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

  55. def createUpsertBuilder(node: Insert): InsertBuilder

  56. def defaultSqlTypeName(tmd: JdbcType[_], sym: Option[FieldSymbol]): String

    Definition Classes
    JdbcTypesComponent
  57. 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
    HsqldbDriverJdbcModelComponent
  58. lazy val deleteCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  59. final lazy val driverConfig: Config

    The configuration for this driver, loaded via loadDriverConfig.

    The configuration for this driver, loaded via loadDriverConfig.

    Definition Classes
    BasicDriver
  60. def ensuring(cond: (HsqldbDriver) ⇒ Boolean, msg: ⇒ Any): HsqldbDriver

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    JdbcProfileBasicProfile
  72. val invokerMutateConcurrency: ResultSetConcurrency

    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  73. val invokerMutateType: ResultSetType

    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  74. val invokerPreviousAfterDelete: Boolean

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

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

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

    Definition Classes
    SqlUtilsComponent
  78. 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
  79. val mappingCompiler: MappingCompiler

    The MappingCompiler for this driver.

    The MappingCompiler for this driver.

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

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

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

    Definition Classes
    AnyRef
  83. 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
  84. lazy val queryCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  85. 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
  86. def quoteTableName(t: TableNode): String

    Definition Classes
    SqlUtilsComponent
  87. def runSynchronousQuery[R](tree: Node, param: Any)(implicit session: SessionDef): R

    Run a query synchronously on the provided session.

    Run a query synchronously on the provided session. This is used by DistributedDriver until we can make it fully asynchronous.

    Definition Classes
    JdbcProfileRelationalProfile
  88. val scalarFrom: Some[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
    HsqldbDriverJdbcStatementBuilderComponent
  89. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  90. def toString(): String

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

    Definition Classes
    JdbcProfileBasicProfile
  92. lazy val updateInsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  93. lazy val upsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  94. lazy val useServerSideUpsert: Boolean

    Attributes
    protected
    Definition Classes
    HsqldbDriverJdbcActionComponent
  95. lazy val useServerSideUpsertReturning: Boolean

    Attributes
    protected
    Definition Classes
    HsqldbDriverJdbcActionComponent
  96. lazy val useTransactionForUpsert: Boolean

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  97. lazy val useTransactionForUpsertReturning: Boolean

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  98. 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
  99. final def wait(): Unit

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

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

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

    Implicit information
    This member is added by an implicit conversion from HsqldbDriver to ArrowAssoc[HsqldbDriver] 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 HsqldbDriver 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:
    (hsqldbDriver: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from HsqldbDriver 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:
    (hsqldbDriver: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: HsqldbDriver

    Implicit information
    This member is added by an implicit conversion from HsqldbDriver to ArrowAssoc[HsqldbDriver] 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:
    (hsqldbDriver: ArrowAssoc[HsqldbDriver]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: HsqldbDriver

    Implicit information
    This member is added by an implicit conversion from HsqldbDriver to Ensuring[HsqldbDriver] 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:
    (hsqldbDriver: Ensuring[HsqldbDriver]).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 JdbcInvokerComponent

Inherited from JdbcActionComponent

Inherited from SqlDriver

Inherited from SqlUtilsComponent

Inherited from SqlProfile

Inherited from SqlActionComponent

Inherited from SqlTableComponent

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 AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from HsqldbDriver to StringAdd

Inherited by implicit conversion any2stringfmt from HsqldbDriver to StringFormat

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

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

Ungrouped