scala.slick.driver

HsqldbDriver

trait HsqldbDriver extends JdbcDriver

Slick driver for HyperSQL (starting with version 2.0).

This driver implements the scala.slick.driver.ExtendedProfile without the following capabilities:

Self Type
HsqldbDriver
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HsqldbDriver
  2. JdbcDriver
  3. JdbcTypesComponent
  4. JdbcMappingCompilerComponent
  5. RelationalMappingCompilerComponent
  6. JdbcStatementBuilderComponent
  7. JdbcProfile
  8. StandardParameterizedQueries
  9. JdbcExecutorComponent
  10. JdbcInvokerComponent
  11. JdbcTableComponent
  12. SqlDriver
  13. SqlUtilsComponent
  14. SqlProfile
  15. SqlTableComponent
  16. SqlExecutorComponent
  17. RelationalDriver
  18. RelationalProfile
  19. RelationalTypesComponent
  20. RelationalSequenceComponent
  21. RelationalTableComponent
  22. BasicDriver
  23. BasicProfile
  24. BasicExecutorComponent
  25. BasicInvokerComponent
  26. AnyRef
  27. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractKeysInsertInvoker[U, RU] extends JdbcDriver.BaseInsertInvoker[U]

    Base class with common functionality for KeysInsertInvoker and MappedKeysInsertInvoker.

  2. type AppliedQuery[R] = AppliedQueryImpl[R]

    Definition Classes
    StandardParameterizedQueries
  3. trait AppliedQueryDef[R] extends AnyRef

    Definition Classes
    BasicProfile
  4. class AppliedQueryImpl[R] extends (StandardParameterizedQueries.this)#AppliedQueryDef[R]

    Definition Classes
    StandardParameterizedQueries
  5. type Backend = JdbcBackend

    The back-end type required by this profile

    The back-end type required by this profile

    Definition Classes
    JdbcProfileBasicProfile
  6. type BaseColumnType[T] = JdbcType[T] with BaseTypedType[T]

    Definition Classes
    JdbcProfileRelationalTypesComponent
  7. abstract class BaseInsertInvoker[U] extends JdbcDriver.InsertInvokerDef[U]

    Pseudo-invoker for running INSERT calls.

  8. class ColumnDDLBuilder extends AnyRef

    Builder for column specifications in DDL statements.

  9. trait ColumnOptions extends JdbcDriver.ColumnOptions

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

    Definition Classes
    JdbcProfileRelationalTypesComponent
  11. final case class CompiledMapping(converter: ResultConverter, tpe: Type) extends NullaryNode with TypedNode with Product with Serializable

    A node that wraps a ResultConverter

  12. class CountingInsertInvoker[U] extends JdbcDriver.BaseInsertInvoker[U] with JdbcDriver.FullInsertInvoker[U]

    Pseudo-invoker for running INSERT calls and returning affected row counts.

  13. trait DDL extends SqlDriver.SchemaDescriptionDef

    Definition Classes
    SqlProfile
  14. class DDLInvoker extends JdbcDriver.DDLInvoker

    Pseudo-invoker for running DDL statements.

  15. class DeleteInvoker extends AnyRef

    Pseudo-invoker for running DELETE calls.

  16. abstract class DriverJdbcType[T] extends JdbcType[T] with BaseTypedType[T]

    Definition Classes
    JdbcTypesComponent
  17. trait FullInsertInvoker[U] extends AnyRef

    An InsertInvoker that can also insert from another query.

  18. final class GetOrElseResultConverter extends ResultConverter

  19. trait ImplicitColumnTypes extends JdbcDriver.ImplicitColumnTypes

  20. trait Implicits extends JdbcDriver.LowPriorityImplicits with JdbcDriver.Implicits with JdbcDriver.ImplicitColumnTypes

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  21. class InsertBuilder extends AnyRef

    Builder for INSERT statements.

  22. type InsertInvoker[T] = CountingInsertInvoker[T]

    The type of insert invokers returned by the driver

    The type of insert invokers returned by the driver

    Definition Classes
    JdbcInvokerComponentBasicInvokerComponent
  23. trait InsertInvokerDef[T] extends AnyRef

    Definition Classes
    BasicInvokerComponent
  24. class JdbcCodeGen extends CodeGen with driver.JdbcDriver.MappingCompiler

    Code generator phase for JdbcProfile-based drivers.

  25. class JdbcInsertCompiler extends InsertCompiler with driver.JdbcDriver.MappingCompiler

    Definition Classes
    JdbcMappingCompilerComponent
  26. class JdbcTypes extends HsqldbDriver.JdbcTypes

    Definition Classes
    HsqldbDriverJdbcTypesComponent
  27. class KeysInsertInvoker[U, RU] extends JdbcDriver.AbstractKeysInsertInvoker[U, RU] with JdbcDriver.FullInsertInvoker[U]

    Pseudo-invoker for running INSERT calls and returning generated keys.

  28. trait LowPriorityImplicits extends AnyRef

    Definition Classes
    JdbcProfile
  29. class MappedKeysInsertInvoker[U, RU, R] extends JdbcDriver.AbstractKeysInsertInvoker[U, RU]

    Pseudo-invoker for running INSERT calls and returning generated keys combined with the values.

  30. trait MappingCompiler extends driver.JdbcDriver.MappingCompiler

    Create a CompiledMapping for parameters and result sets.

  31. 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().

  32. type ParameterizedQuery[P, R] = ParameterizedQueryImpl[P, R]

    Definition Classes
    StandardParameterizedQueries
  33. class ParameterizedQueryImpl[P, R] extends (P) ⇒ (StandardParameterizedQueries.this)#AppliedQueryImpl[R]

    Definition Classes
    StandardParameterizedQueries
  34. final class ProductResultConverter extends ResultConverter

  35. class QueryBuilder extends HsqldbDriver.QueryBuilder with OracleStyleRowNum

    Builder for SELECT and UPDATE statements.

  36. 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
  37. class QueryExecutorDef[R] extends JdbcDriver.QueryExecutorDef[R]

  38. class QueryInvoker[P, R] extends StatementInvoker[P, R] with MutatingStatementInvoker[P, R]

    A parameterized query invoker.

  39. class QuotingSymbolNamer extends SymbolNamer

    Definition Classes
    SqlUtilsComponent
  40. trait ResultConverter extends AnyRef

  41. trait RowNumberPagination extends JdbcDriver.QueryBuilder

    QueryBuilder mix-in for pagination based on RowNumber.

  42. type RowReader = PositionedResult

  43. type RowUpdater = PositionedResult

  44. type RowWriter = PositionedParameters

  45. type SchemaDescription = DDL

    The type of a schema description (DDL)

    The type of a schema description (DDL)

    Definition Classes
    SqlProfileBasicProfile
  46. trait SchemaDescriptionDef extends AnyRef

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

  47. class Sequence[T] extends NodeGenerator with Typed

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

    Builder for DDL statements for sequences.

  49. trait SimpleQL extends JdbcDriver.SimpleQL with JdbcDriver.Implicits

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  50. abstract class StatementPart extends AnyRef

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

    Definition Classes
    RelationalTableComponent
  52. class TableDDLBuilder extends HsqldbDriver.TableDDLBuilder

    Builder for various DDL statements.

  53. type TypeInfo = JdbcType[Any]

    Definition Classes
    JdbcTypesComponent
  54. final class TypeMappingResultConverter extends ResultConverter

  55. class UnitQueryInvoker[R] extends JdbcDriver.QueryInvoker[Unit, R] with UnitInvokerMixin[R] with MutatingUnitInvoker[R]

    Invoker for executing queries.

  56. final class UnshapedQueryExecutor[M] extends AnyRef

    Definition Classes
    BasicExecutorComponent
  57. class UpdateInvoker[T] extends AnyRef

    Pseudo-invoker for running UPDATE calls.

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

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

  8. val Implicit: Implicits

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  9. object OtherPart extends JdbcDriver.StatementPart with Product with Serializable

  10. object SelectPart extends JdbcDriver.StatementPart with Product with Serializable

  11. object Sequence

    Definition Classes
    RelationalSequenceComponent
  12. object WherePart extends JdbcDriver.StatementPart with Product with Serializable

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. val backend: Backend

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

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

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

    Definition Classes
    BasicProfile
  18. def clone(): AnyRef

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

  20. val columnTypes: JdbcTypes

    Definition Classes
    HsqldbDriverJdbcProfile
  21. def compileParameterizedQuery[P, R](q: Query[_, R]): ParameterizedQueryImpl[P, R]

    Definition Classes
    JdbcProfileBasicProfile
  22. val compiler: QueryCompiler

    Definition Classes
    JdbcProfile
  23. def computeCapabilities: Set[Capability]

    Attributes
    protected
    Definition Classes
    HsqldbDriverJdbcProfileSqlProfileRelationalProfileBasicProfile
  24. def createColumnDDLBuilder(column: FieldSymbol, table: Table[_]): ColumnDDLBuilder

  25. def createCountingInsertInvoker[U](tree: Node): CountingInsertInvoker[U]

    Definition Classes
    JdbcInvokerComponent
  26. def createInsertBuilder(node: Node): InsertBuilder

  27. def createInsertInvoker[U](tree: Node): CountingInsertInvoker[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
    JdbcInvokerComponentBasicInvokerComponent
  28. def createKeysInsertInvoker[U, RU](tree: Node, keys: Node): KeysInsertInvoker[U, RU]

    Definition Classes
    JdbcInvokerComponent
  29. def createMappedKeysInsertInvoker[U, RU, R](tree: Node, keys: Node, tr: (U, RU) ⇒ R): MappedKeysInsertInvoker[U, RU, R]

    Definition Classes
    JdbcInvokerComponent
  30. def createQueryBuilder(n: Node, state: CompilerState): QueryBuilder

  31. 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
  32. def createQueryInvoker[P, R](tree: Node): QueryInvoker[P, R]

    Definition Classes
    JdbcInvokerComponent
  33. def createSequenceDDLBuilder(seq: Sequence[_]): SequenceDDLBuilder[_]

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

  35. def createUnitQueryInvoker[R](tree: Node): UnitQueryInvoker[R]

    Definition Classes
    JdbcInvokerComponent
  36. def createUpdateInvoker[T](tree: Node): UpdateInvoker[T]

    Definition Classes
    JdbcInvokerComponent
  37. def defaultSqlTypeName(tmd: JdbcType[_]): String

    Definition Classes
    JdbcTypesComponent
  38. lazy val deleteCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  39. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. final def getClass(): Class[_]

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

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

    Definition Classes
    JdbcProfileBasicProfile
  45. val invokerMutateConcurrency: ResultSetConcurrency

    Definition Classes
    JdbcInvokerComponent
  46. val invokerMutateType: ResultSetType

    Definition Classes
    JdbcInvokerComponent
  47. val invokerPreviousAfterDelete: Boolean

    Definition Classes
    JdbcInvokerComponent
  48. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  49. def likeEncode(s: String): String

    Definition Classes
    SqlUtilsComponent
  50. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  53. val profile: JdbcProfile

    Definition Classes
    JdbcDriverSqlDriverRelationalDriverBasicDriver
  54. lazy val queryCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  55. def quote[T](v: T)(implicit tm: TypedType[T]): String

    Definition Classes
    JdbcDriver
  56. def quoteIdentifier(id: String): String

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

    Definition Classes
    SqlUtilsComponent
  58. 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
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  60. def toString(): String

    Definition Classes
    AnyRef → Any
  61. def typeInfoFor(t: Type): TypeInfo

    Definition Classes
    JdbcTypesComponent
  62. lazy val updateCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  63. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from JdbcDriver

Inherited from JdbcTypesComponent

Inherited from JdbcProfile

Inherited from JdbcExecutorComponent

Inherited from JdbcInvokerComponent

Inherited from JdbcTableComponent

Inherited from SqlDriver

Inherited from SqlUtilsComponent

Inherited from SqlProfile

Inherited from SqlTableComponent

Inherited from SqlExecutorComponent

Inherited from RelationalDriver

Inherited from RelationalProfile

Inherited from RelationalTypesComponent

Inherited from RelationalTableComponent

Inherited from BasicDriver

Inherited from BasicProfile

Inherited from BasicExecutorComponent

Inherited from BasicInvokerComponent

Inherited from AnyRef

Inherited from Any

Ungrouped