Packages

object DerbyProfile extends DerbyProfile

Source
DerbyProfile.scala
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DerbyProfile
  2. DerbyProfile
  3. MultipleRowsPerStatementSupport
  4. JdbcProfile
  5. JdbcMappingCompilerComponent
  6. JdbcStatementBuilderComponent
  7. JdbcModelComponent
  8. JdbcTypesComponent
  9. JdbcInvokerComponent
  10. JdbcActionComponent
  11. SqlProfile
  12. SqlUtilsComponent
  13. SqlActionComponent
  14. SqlTableComponent
  15. RelationalProfile
  16. RelationalActionComponent
  17. RelationalTypesComponent
  18. RelationalSequenceComponent
  19. RelationalTableComponent
  20. BasicProfile
  21. BasicActionComponent
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BasicQueryActionExtensionMethodsImpl[R, S <: NoStream] extends AnyRef
    Definition Classes
    BasicActionComponent
  2. trait BasicStreamingQueryActionExtensionMethodsImpl[R, T] extends BasicProfile.BasicQueryActionExtensionMethodsImpl[R, Streaming[T]]
    Definition Classes
    BasicActionComponent
  3. trait BasicAPI extends Aliases with ExtensionMethodConversions
    Definition Classes
    BasicProfile
  4. trait SchemaDescriptionDef extends AnyRef

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

    A schema description contains the SQL statements for creating and dropping database entities. Schema descriptions can be combined for creating or dropping multiple entities together, even if they have circular dependencies.

    Definition Classes
    BasicProfile
  5. type Backend = JdbcBackend

    The back-end type required by this profile

    The back-end type required by this profile

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  6. type BaseColumnType[T] = JdbcType[T] with BaseTypedType[T]
  7. type ColumnType[T] = JdbcType[T]
  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. type DeleteActionExtensionMethods = DeleteActionExtensionMethodsImpl
    Definition Classes
    JdbcActionComponent
  10. class DerbyColumnDDLBuilder extends ColumnDDLBuilder
    Definition Classes
    DerbyProfile
  11. class DerbyJdbcTypes extends JdbcTypes
    Definition Classes
    DerbyProfile
  12. class DerbyQueryBuilder extends QueryBuilder
    Definition Classes
    DerbyProfile
  13. class DerbySequenceDDLBuilder[T] extends SequenceDDLBuilder
    Definition Classes
    DerbyProfile
  14. class DerbyTableDDLBuilder extends TableDDLBuilder
    Definition Classes
    DerbyProfile
  15. type InsertActionExtensionMethods[T] = CountingInsertActionComposer[T]
  16. class ModelBuilder extends JdbcModelBuilder
    Definition Classes
    DerbyProfile
  17. type ProfileAction[+R, +S <: NoStream, -E <: Effect] = FixedSqlAction[R, S, E]
  18. type QueryActionExtensionMethods[R, S <: NoStream] = JdbcQueryActionExtensionMethodsImpl[R, S]
  19. type RowsPerStatement = jdbc.RowsPerStatement
  20. type SchemaActionExtensionMethods = JdbcSchemaActionExtensionMethodsImpl
  21. type SchemaDescription = DDL

    The type of a schema description (DDL)

    The type of a schema description (DDL)

    Definition Classes
    SqlProfileBasicProfile
  22. type StreamingProfileAction[+R, +T, -E <: Effect] = FixedSqlStreamingAction[R, T, E]
  23. type StreamingQueryActionExtensionMethods[R, T] = JdbcStreamingQueryActionExtensionMethodsImpl[R, T]
  24. type UpdateActionExtensionMethods[T] = UpdateActionExtensionMethodsImpl[T]
    Definition Classes
    JdbcActionComponent
  25. trait CountingInsertActionComposer[U] extends JdbcProfile.InsertActionComposer[U]

    An InsertInvoker that returns the number of affected rows.

    An InsertInvoker that returns the number of affected rows.

    Definition Classes
    JdbcActionComponent
  26. class CountingInsertActionComposerImpl[U] extends JdbcProfile.InsertActionComposerImpl[U] with JdbcProfile.CountingInsertActionComposer[U]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  27. class DeleteActionExtensionMethodsImpl extends AnyRef
    Definition Classes
    JdbcActionComponent
  28. trait InsertActionComposer[U] extends JdbcProfile.SimpleInsertActionComposer[U]

    Extension methods to generate the JDBC-specific insert actions.

    Extension methods to generate the JDBC-specific insert actions.

    Definition Classes
    JdbcActionComponent
  29. abstract class InsertActionComposerImpl[U] extends JdbcProfile.InsertActionComposer[U]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  30. trait IntoInsertActionComposer[U, RU] extends JdbcProfile.SimpleInsertActionComposer[U]

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

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

    Definition Classes
    JdbcActionComponent
  31. class JdbcActionExtensionMethods[E <: Effect, R, S <: NoStream] extends AnyRef
    Definition Classes
    JdbcActionComponent
  32. class JdbcQueryActionExtensionMethodsImpl[R, S <: NoStream] extends JdbcProfile.BasicQueryActionExtensionMethodsImpl[R, S]
    Definition Classes
    JdbcActionComponent
  33. class JdbcSchemaActionExtensionMethodsImpl extends JdbcProfile.RelationalSchemaActionExtensionMethodsImpl
    Definition Classes
    JdbcActionComponent
  34. class JdbcStreamingQueryActionExtensionMethodsImpl[R, T] extends JdbcProfile.JdbcQueryActionExtensionMethodsImpl[R, Streaming[T]] with JdbcProfile.BasicStreamingQueryActionExtensionMethodsImpl[R, T]
    Definition Classes
    JdbcActionComponent
  35. class MutatingResultAction[T] extends SynchronousDatabaseAction[Nothing, Streaming[ResultSetMutator[T]], Backend, Effect] with JdbcProfile.ProfileAction[Nothing, Streaming[ResultSetMutator[T]], Effect]
    Definition Classes
    JdbcActionComponent
  36. class PushStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  37. trait ReturningInsertActionComposer[U, RU] extends JdbcProfile.InsertActionComposer[U] with JdbcProfile.IntoInsertActionComposer[U, RU]

    An InsertActionComposer that returns generated keys or other columns.

    An InsertActionComposer that returns generated keys or other columns.

    Definition Classes
    JdbcActionComponent
  38. class ReturningInsertActionComposerImpl[U, QR, RU] extends JdbcProfile.InsertActionComposerImpl[U] with JdbcProfile.ReturningInsertActionComposer[U, RU]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  39. class SetTransactionIsolation extends SynchronousDatabaseAction[Int, NoStream, Backend, Effect]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  40. trait SimpleInsertActionComposer[U] extends JdbcProfile.InsertActionExtensionMethodsImpl[U]

    Extension methods to generate the JDBC-specific insert actions.

    Extension methods to generate the JDBC-specific insert actions.

    Definition Classes
    JdbcActionComponent
  41. abstract class SimpleJdbcProfileAction[+R] extends SynchronousDatabaseAction[R, NoStream, Backend, Effect] with JdbcProfile.ProfileAction[R, NoStream, Effect]
    Definition Classes
    JdbcActionComponent
  42. class UpdateActionExtensionMethodsImpl[T] extends AnyRef
    Definition Classes
    JdbcActionComponent
  43. trait QueryInvoker[R] extends StatementInvoker[R]

    An Invoker for queries.

    An Invoker for queries.

    Definition Classes
    JdbcInvokerComponent
  44. class QueryInvokerImpl[R] extends StatementInvoker[R] with JdbcProfile.QueryInvoker[R]
    Definition Classes
    JdbcInvokerComponent
  45. class JdbcCodeGen extends CodeGen

    Code generator phase for queries on JdbcProfile.

    Code generator phase for queries on JdbcProfile.

    Definition Classes
    JdbcMappingCompilerComponent
  46. class JdbcInsertCodeGen extends CodeGen

    Code generator phase for inserts on JdbcProfile.

    Code generator phase for inserts on JdbcProfile.

    Definition Classes
    JdbcMappingCompilerComponent
  47. class MappingCompiler extends ResultConverterCompiler[JdbcResultConverterDomain]

    A ResultConverterCompiler that builds JDBC-based converters.

    A ResultConverterCompiler that builds JDBC-based converters. Instances of this class use mutable state internally. They are meant to be used for a single conversion only and must not be shared or reused.

    Definition Classes
    JdbcMappingCompilerComponent
  48. trait JdbcAPI extends JdbcLowPriorityAPI with RelationalAPI with JdbcImplicitColumnTypes
    Definition Classes
    JdbcProfile
  49. trait JdbcLowPriorityAPI extends AnyRef
    Definition Classes
    JdbcProfile
  50. class CheckInsertBuilder extends JdbcProfile.UpsertBuilder

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

    Builder for SELECT statements that can be used to check for the existing of primary keys supplied to an INSERT operation. Used by the insertOrUpdate emulation on databases that don't support this in a single server-side statement.

    Definition Classes
    JdbcStatementBuilderComponent
  51. class ColumnDDLBuilder extends AnyRef

    Builder for column specifications in DDL statements.

    Builder for column specifications in DDL statements.

    Definition Classes
    JdbcStatementBuilderComponent
  52. class InsertBuilder extends AnyRef

    Builder for INSERT statements.

    Builder for INSERT statements.

    Definition Classes
    JdbcStatementBuilderComponent
  53. class JdbcCompiledInsert extends AnyRef
  54. class QueryBuilder extends AnyRef

    Builder for SELECT and UPDATE statements.

    Builder for SELECT and UPDATE statements.

    Definition Classes
    JdbcStatementBuilderComponent
  55. class SequenceDDLBuilder extends AnyRef

    Builder for DDL statements for sequences.

    Builder for DDL statements for sequences.

    Definition Classes
    JdbcStatementBuilderComponent
  56. abstract class StatementPart extends AnyRef
  57. class TableDDLBuilder extends AnyRef

    Builder for various DDL statements.

    Builder for various DDL statements.

    Definition Classes
    JdbcStatementBuilderComponent
  58. class UpdateInsertBuilder extends JdbcProfile.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.

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

    Definition Classes
    JdbcStatementBuilderComponent
  59. class UpsertBuilder extends JdbcProfile.InsertBuilder

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

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

    Definition Classes
    JdbcStatementBuilderComponent
  60. abstract class DriverJdbcType[T] extends JdbcType[T]
    Definition Classes
    JdbcTypesComponent
  61. trait JdbcImplicitColumnTypes extends JdbcProfile.RelationalImplicitColumnTypes
    Definition Classes
    JdbcTypesComponent
  62. class JdbcTypes extends AnyRef
    Definition Classes
    JdbcTypesComponent
  63. abstract class MappedJdbcType[T, U] extends JdbcType[T]
    Definition Classes
    JdbcTypesComponent
  64. trait InsertActionExtensionMethodsImpl[T] extends AnyRef
    Definition Classes
    RelationalActionComponent
  65. trait RelationalSchemaActionExtensionMethodsImpl extends AnyRef
    Definition Classes
    RelationalActionComponent
  66. class FastPathExtensionMethods[M <: ResultConverterDomain, T, P] extends AnyRef
    Definition Classes
    RelationalProfile
  67. trait RelationalAPI extends BasicAPI with RelationalImplicitColumnTypes
    Definition Classes
    RelationalProfile
  68. class TableQueryExtensionMethods[T <: Table[_], U] extends AnyRef
    Definition Classes
    RelationalProfile
  69. class Sequence[T] extends AnyRef
    Definition Classes
    RelationalSequenceComponent
  70. trait RelationalColumnOptions extends AnyRef
    Definition Classes
    RelationalTableComponent
  71. abstract class Table[T] extends AbstractTable[T]
    Definition Classes
    RelationalTableComponent
  72. trait MappedColumnTypeFactory extends AnyRef
    Definition Classes
    RelationalTypesComponent
  73. trait RelationalImplicitColumnTypes extends AnyRef
    Definition Classes
    RelationalTypesComponent
  74. trait DDL extends SchemaDescriptionDef
    Definition Classes
    SqlProfile
  75. trait SqlColumnOptions extends SqlProfile.RelationalColumnOptions
    Definition Classes
    SqlTableComponent
  76. class QuotingSymbolNamer extends SymbolNamer
    Definition Classes
    SqlUtilsComponent

Deprecated Type Members

  1. final type DriverAction[+R, +S <: NoStream, -E <: Effect] = ProfileAction[R, S, E]
    Definition Classes
    BasicActionComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use ProfileAction instead of DriverAction

  2. final type StreamingDriverAction[+R, +T, -E <: Effect] = StreamingProfileAction[R, T, E]
    Definition Classes
    BasicActionComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use StreamingProfileAction instead of StreamingDriverAction

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val MappedColumnType: MappedJdbcType.type
  5. val api: JdbcAPI

    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 profile's implicits, the Database API and commonly used query language types and objects.

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val backend: Backend

    The back-end implementation for this profile

    The back-end implementation for this profile

    Definition Classes
    JdbcProfileBasicProfile
  8. final def buildSequenceSchemaDescription(seq: Sequence[_]): DDL
  9. final def buildTableSchemaDescription(table: Table[_]): DDL
  10. final val capabilities: Set[Capability]

    The capabilities supported by this profile.

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

    Definition Classes
    BasicProfile
  11. lazy val checkInsertCompiler: QueryCompiler
    Definition Classes
    JdbcProfile
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. val columnOptions: SqlColumnOptions
  14. val columnTypes: DerbyJdbcTypes
    Definition Classes
    DerbyProfileJdbcProfile
  15. def compileInsert(tree: Node): CompiledInsert

    (Partially) compile an AST for insert operations

    (Partially) compile an AST for insert operations

    Definition Classes
    JdbcProfileBasicProfile
  16. final lazy val compiler: QueryCompiler
    Definition Classes
    RelationalProfile
  17. def computeCapabilities: Set[Capability]

    Compute the capabilities.

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

    Attributes
    protected
    Definition Classes
    DerbyProfileJdbcProfileSqlProfileRelationalProfileBasicProfile
  18. def computeQueryCompiler: QueryCompiler
    Attributes
    protected
    Definition Classes
    DerbyProfileSqlProfileRelationalProfile
  19. 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
  20. def createCheckInsertBuilder(node: Insert): InsertBuilder
  21. def createColumnDDLBuilder(column: FieldSymbol, table: Table[_]): ColumnDDLBuilder
  22. def createDeleteActionExtensionMethods(tree: Node, param: Any): DeleteActionExtensionMethods
    Definition Classes
    JdbcActionComponent
  23. def createInsertActionExtensionMethods[T](compiled: CompiledInsert): InsertActionExtensionMethods[T]
  24. def createInsertBuilder(node: Insert): InsertBuilder
  25. 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
  26. def createModelBuilder(tables: Seq[MTable], ignoreInvalidDefaults: Boolean)(implicit ec: ExecutionContext): JdbcModelBuilder
    Definition Classes
    DerbyProfileJdbcModelComponent
  27. 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
  28. def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): QueryActionExtensionMethods[R, S]
  29. def createQueryBuilder(n: Node, state: CompilerState): QueryBuilder
  30. def createQueryInvoker[R](tree: Node, param: Any, sql: String): QueryInvokerImpl[R]
    Definition Classes
    JdbcInvokerComponent
  31. def createReturningInsertActionComposer[U, QR, RU](compiled: CompiledInsert, keys: Node, mux: (U, QR) => RU): ReturningInsertActionComposer[U, RU]
    Definition Classes
    JdbcActionComponent
  32. def createSchemaActionExtensionMethods(schema: SchemaDescription): SchemaActionExtensionMethods
  33. def createSequenceDDLBuilder(seq: Sequence[_]): SequenceDDLBuilder
  34. def createStreamingQueryActionExtensionMethods[R, T](tree: Node, param: Any): StreamingQueryActionExtensionMethods[R, T]
  35. def createTableDDLBuilder(table: Table[_]): TableDDLBuilder
  36. def createUpdateActionExtensionMethods[T](tree: Node, param: Any): UpdateActionExtensionMethods[T]
    Definition Classes
    JdbcActionComponent
  37. def createUpdateInsertBuilder(node: Insert): InsertBuilder
  38. def createUpsertBuilder(node: Insert): InsertBuilder
  39. def defaultRowsPerStatement: All.type
  40. def defaultSqlTypeName(tmd: JdbcType[_], sym: Option[FieldSymbol]): String
    Definition Classes
    DerbyProfileJdbcTypesComponent
  41. 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
    DerbyProfileJdbcModelComponent
  42. lazy val deleteCompiler: QueryCompiler

    The compiler used for deleting data

    The compiler used for deleting data

    Definition Classes
    JdbcProfileBasicProfile
  43. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  45. lazy val forceInsertCompiler: QueryCompiler
    Definition Classes
    JdbcProfile
  46. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. lazy val insertCompiler: QueryCompiler

    The compiler used for inserting data

    The compiler used for inserting data

    Definition Classes
    JdbcProfileBasicProfile
  49. val invokerMutateConcurrency: ResultSetConcurrency
    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  50. val invokerMutateType: ResultSetType
    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  51. val invokerPreviousAfterDelete: Boolean
    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  52. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  53. def jdbcTypeFor(t: Type): JdbcType[Any]
    Definition Classes
    JdbcTypesComponent
  54. def likeEncode(s: String): String
    Definition Classes
    SqlUtilsComponent
  55. def loadProfileConfig: Config

    Load the configuration for this profile.

    Load the configuration for this profile. This can be overridden in user-defined 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 with a name matching "slick.[...]Profile" and then returns uses this name as a path in the application config. If no configuration exists at this path, an empty Config object is returned.

    Attributes
    protected[this]
    Definition Classes
    BasicProfile
  56. val mappingCompiler: MappingCompiler

    The MappingCompiler for this profile.

    The MappingCompiler for this profile.

    Definition Classes
    JdbcMappingCompilerComponent
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  60. final lazy val profileConfig: Config

    The configuration for this profile, loaded via loadProfileConfig.

    The configuration for this profile, loaded via loadProfileConfig.

    Attributes
    protected[this]
    Definition Classes
    BasicProfile
  61. lazy val queryCompiler: QueryCompiler

    The compiler used for queries

    The compiler used for queries

    Definition Classes
    JdbcProfileBasicProfile
  62. 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
  63. def quoteTableName(t: TableNode): String
    Definition Classes
    SqlUtilsComponent
  64. def runSynchronousQuery[R](tree: Node, param: Any)(implicit session: JdbcSessionDef): R

    Run a query synchronously on the provided session.

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

    Definition Classes
    JdbcProfileRelationalProfile
  65. val scalarFrom: Some[String]

    The table name for scalar selects (e.g.

    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
    DerbyProfileJdbcStatementBuilderComponent
  66. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  67. def toString(): String
    Definition Classes
    BasicProfile → AnyRef → Any
  68. lazy val updateCompiler: QueryCompiler

    The compiler used for updates

    The compiler used for updates

    Definition Classes
    JdbcProfileBasicProfile
  69. lazy val updateInsertCompiler: QueryCompiler
    Definition Classes
    JdbcProfile
  70. lazy val upsertCompiler: QueryCompiler
    Definition Classes
    JdbcProfile
  71. lazy val useServerSideUpsert: Boolean
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  72. lazy val useServerSideUpsertReturning: Boolean
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  73. lazy val useTransactionForUpsert: Boolean
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  74. lazy val useTransactionForUpsertReturning: Boolean
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  75. 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
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. object Commit extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  80. object PopStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  81. object Rollback extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  82. object StartTransaction extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  83. case object FromPart extends JdbcProfile.StatementPart with Product with Serializable
  84. case object HavingPart extends JdbcProfile.StatementPart with Product with Serializable
  85. case object OtherPart extends JdbcProfile.StatementPart with Product with Serializable
  86. case object SelectPart extends JdbcProfile.StatementPart with Product with Serializable
  87. case object WherePart extends JdbcProfile.StatementPart with Product with Serializable
  88. object JdbcType
    Definition Classes
    JdbcTypesComponent
  89. object MappedJdbcType extends JdbcProfile.MappedColumnTypeFactory
    Definition Classes
    JdbcTypesComponent
  90. object Sequence
    Definition Classes
    RelationalSequenceComponent
  91. object DDL
    Definition Classes
    SqlProfile

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. val profile: JdbcProfile

    The external interface of this profile which defines the API.

    The external interface of this profile which defines the API.

    Definition Classes
    JdbcProfileSqlProfileRelationalProfileBasicProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use the Profile object directly instead of calling .profile on it

Inherited from DerbyProfile

Inherited from JdbcProfile

Inherited from JdbcModelComponent

Inherited from JdbcTypesComponent

Inherited from JdbcInvokerComponent

Inherited from JdbcActionComponent

Inherited from SqlProfile

Inherited from SqlUtilsComponent

Inherited from SqlActionComponent

Inherited from SqlTableComponent

Inherited from RelationalProfile

Inherited from BasicProfile

Inherited from BasicActionComponent

Inherited from AnyRef

Inherited from Any

Ungrouped