scala.slick.driver

DerbyDriver

trait DerbyDriver extends JdbcDriver

Slick driver for Derby/JavaDB.

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

Self Type
DerbyDriver
Source
DerbyDriver.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DerbyDriver
  2. JdbcDriver
  3. JdbcMappingCompilerComponent
  4. RelationalMappingCompilerComponent
  5. JdbcStatementBuilderComponent
  6. JdbcProfile
  7. JdbcTypesComponent
  8. JdbcExecutorComponent
  9. JdbcInvokerComponent
  10. JdbcTableComponent
  11. SqlDriver
  12. SqlUtilsComponent
  13. SqlProfile
  14. SqlTableComponent
  15. SqlExecutorComponent
  16. RelationalDriver
  17. RelationalProfile
  18. RelationalTypesComponent
  19. RelationalSequenceComponent
  20. RelationalTableComponent
  21. BasicDriver
  22. BasicProfile
  23. BasicExecutorComponent
  24. BasicInvokerComponent
  25. AnyRef
  26. 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. abstract class AbstractKeysInsertInvoker[U, RU] extends JdbcDriver.BaseInsertInvoker[U]

    Base class with common functionality for KeysInsertInvoker and MappedKeysInsertInvoker.

  2. type Backend = JdbcBackend

    The back-end type required by this profile

    The back-end type required by this profile

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

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

    Pseudo-invoker for running INSERT calls.

  5. class ColumnDDLBuilder extends DerbyDriver.ColumnDDLBuilder

    Builder for column specifications in DDL statements.

  6. trait ColumnOptions extends JdbcDriver.ColumnOptions

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

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

    A node that wraps a ResultConverter

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

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

  10. trait DDL extends SqlDriver.SchemaDescriptionDef

    Definition Classes
    SqlProfile
  11. class DDLInvoker extends JdbcDriver.DDLInvoker

    Pseudo-invoker for running DDL statements.

  12. class DeleteInvoker extends AnyRef

    Pseudo-invoker for running DELETE calls.

  13. abstract class DriverJdbcType[T] extends JdbcDriver.JdbcType[T] with BaseTypedType[T]

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

    An InsertInvoker that can also insert from another query.

  15. final class GetOrElseResultConverter extends ResultConverter

  16. trait ImplicitColumnTypes extends JdbcDriver.ImplicitColumnTypes

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

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  18. class InsertBuilder extends AnyRef

    Builder for INSERT statements.

  19. 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
  20. trait InsertInvokerDef[T] extends AnyRef

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

    Code generator phase for JdbcProfile-based drivers.

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

    Definition Classes
    JdbcMappingCompilerComponent
  23. trait JdbcType[T] extends TypedType[T]

    A JdbcType object represents a Scala type that can be used as a column type in the database.

  24. class JdbcTypes extends DerbyDriver.JdbcTypes

    Definition Classes
    DerbyDriverJdbcTypesComponent
  25. class KeysInsertInvoker[U, RU] extends JdbcDriver.AbstractKeysInsertInvoker[U, RU] with JdbcDriver.FullInsertInvoker[U]

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

  26. trait LowPriorityImplicits extends AnyRef

    Definition Classes
    JdbcProfile
  27. trait MappedColumnTypeFactory extends AnyRef

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

    Definition Classes
    JdbcTypesComponent
  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. final class ProductResultConverter extends ResultConverter

  33. class QueryBuilder extends DerbyDriver.QueryBuilder

    Builder for SELECT and UPDATE statements.

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

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

    A parameterized query invoker.

  37. class QuotingSymbolNamer extends SymbolNamer

    Definition Classes
    SqlUtilsComponent
  38. trait ResultConverter extends AnyRef

  39. trait RowNumberPagination extends JdbcDriver.QueryBuilder

    QueryBuilder mix-in for pagination based on RowNumber.

  40. type RowReader = PositionedResult

  41. type RowUpdater = PositionedResult

  42. type RowWriter = PositionedParameters

  43. type SchemaDescription = DDL

    The type of a schema description (DDL)

    The type of a schema description (DDL)

    Definition Classes
    SqlProfileBasicProfile
  44. trait SchemaDescriptionDef extends AnyRef

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

  45. class Sequence[T] extends Typed

    Definition Classes
    RelationalSequenceComponent
  46. class SequenceDDLBuilder[T] extends DerbyDriver.SequenceDDLBuilder

    Builder for DDL statements for sequences.

  47. trait SimpleQL extends RelationalDriver.SimpleQL with RelationalDriver.Implicits

    Definition Classes
    RelationalProfileBasicProfile
  48. abstract class StatementPart extends AnyRef

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

    Definition Classes
    RelationalTableComponent
  50. class TableDDLBuilder extends DerbyDriver.TableDDLBuilder

    Builder for various DDL statements.

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

    Definition Classes
    RelationalProfile
  52. type TypeInfo = JdbcType[Any]

    Definition Classes
    JdbcTypesComponent
  53. final class TypeMappingResultConverter extends ResultConverter

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

    Invoker for executing queries.

  55. type UnshapedQueryExecutor[T] = UnshapedQueryExecutorDef[T]

    The type of query executors returned by the driver

    The type of query executors returned by the driver

    Definition Classes
    JdbcExecutorComponentBasicExecutorComponent
  56. class UnshapedQueryExecutorDef[M] extends JdbcDriver.UnshapedQueryExecutorDef[M]

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

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

    Implicit information
    This member is added by an implicit conversion from DerbyDriver to ArrowAssoc[DerbyDriver] 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 DDL

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

  10. val Implicit: Implicits

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  11. lazy val MappedColumnType: MappedJdbcType.type

    Definition Classes
    JdbcProfileRelationalTypesComponent
  12. object MappedJdbcType extends JdbcDriver.MappedColumnTypeFactory

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

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

  15. object Sequence

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

  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. val backend: Backend

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

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

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

    Definition Classes
    BasicProfile
  22. def clone(): AnyRef

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

  24. val columnTypes: JdbcTypes

    Definition Classes
    DerbyDriverJdbcProfile
  25. val compiler: QueryCompiler

    Definition Classes
    DerbyDriverJdbcProfile
  26. def computeCapabilities: Set[Capability]

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

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

    Definition Classes
    JdbcInvokerComponent
  29. 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
  30. def createDeleteInvoker(tree: Node, param: Any): DeleteInvoker

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

  32. 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
  33. def createKeysInsertInvoker[U, RU](tree: Node, keys: Node): KeysInsertInvoker[U, RU]

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

    Definition Classes
    JdbcInvokerComponent
  35. def createModel(implicit session: SessionDef): Model

    Gets the Slick data model describing this data source

    Gets the Slick data model describing this data source

    Definition Classes
    JdbcProfile
  36. def createQueryBuilder(n: Node, state: CompilerState): QueryBuilder

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

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

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

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

    Definition Classes
    JdbcInvokerComponent
  42. def createUnshapedQueryExecutor[M](value: M): UnshapedQueryExecutor[M]

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

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

    Definition Classes
    DerbyDriverJdbcTypesComponent
  45. lazy val deleteCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  46. def ensuring(cond: (DerbyDriver) ⇒ Boolean, msg: ⇒ Any): DerbyDriver

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  53. def formatted(fmtstr: String): String

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

    Definition Classes
    AnyRef → Any
  55. def getTables: UnitInvoker[MTable]

    Jdbc meta data for all tables

    Jdbc meta data for all tables

    Definition Classes
    DerbyDriverJdbcProfile
  56. def hashCode(): Int

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

    Definition Classes
    JdbcProfileBasicProfile
  58. val invokerMutateConcurrency: ResultSetConcurrency

    Definition Classes
    JdbcInvokerComponent
  59. val invokerMutateType: ResultSetType

    Definition Classes
    JdbcInvokerComponent
  60. val invokerPreviousAfterDelete: Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  66. val profile: JdbcProfile

    Definition Classes
    JdbcDriverSqlDriverRelationalDriverBasicDriver
  67. lazy val queryCompiler: QueryCompiler

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

    Definition Classes
    JdbcDriver
  69. 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
  70. def quoteTableName(t: TableNode): String

    Definition Classes
    SqlUtilsComponent
  71. val simple: SimpleQL with Implicits

    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
  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  73. def toString(): String

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

    Definition Classes
    JdbcTypesComponent
  75. lazy val updateCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  76. final def wait(): Unit

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

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

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

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

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

Deprecated Value Members

  1. def x: DerbyDriver

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: DerbyDriver

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from JdbcDriver

Inherited from JdbcProfile

Inherited from JdbcTypesComponent

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

Inherited by implicit conversion any2stringadd from DerbyDriver to StringAdd

Inherited by implicit conversion any2stringfmt from DerbyDriver to StringFormat

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

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

Ungrouped