JdbcProfile
Abstract profile for accessing SQL databases via JDBC.
Attributes
- Source:
- JdbcProfile.scala
- Graph
- Supertypes
- trait JdbcModelComponenttrait JdbcTypesComponenttrait JdbcInvokerComponenttrait JdbcActionComponenttrait SqlProfiletrait SqlUtilsComponenttrait SqlActionComponenttrait SqlTableComponenttrait RelationalProfiletrait RelationalTypesComponenttrait RelationalTableComponenttrait BasicProfiletrait BasicActionComponentclass Objecttrait Matchableclass Any
- Known subtypes
- trait DB2Profileobject DB2Profile.typetrait DerbyProfileobject DerbyProfile.typetrait H2Profileobject H2Profile.typetrait HsqldbProfileobject HsqldbProfile.typetrait MySQLProfileobject MySQLProfile.typetrait OracleProfileobject OracleProfile.typetrait PostgresProfileobject PostgresProfile.typetrait SQLServerProfileobject SQLServerProfile.typetrait SQLiteProfileobject SQLiteProfile.type
Members list
Type members
Classlikes
Attributes
- Source:
- JdbcProfile.scala
- Graph
- Supertypes
- trait JdbcImplicitColumnTypestrait RelationalAPItrait BasicAPItrait Aliasestrait JdbcLowPriorityAPIclass Objecttrait Matchableclass Any
Attributes
- Source:
- JdbcProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait JdbcAPI
Inherited classlikes
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- Known subtypes
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.
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.
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
Builder for column specifications in DDL statements.
Builder for column specifications in DDL statements.
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class DB2ColumnDDLBuilderclass DerbyColumnDDLBuilderclass H2ColumnDDLBuilderclass MySQLColumnDDLBuilderclass OracleColumnDDLBuilderclass PostgresColumnDDLBuilderclass SQLiteColumnDDLBuilder
An InsertInvoker that returns the number of affected rows.
An InsertInvoker that returns the number of affected rows.
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- trait InsertActionComposer[U]trait SimpleInsertActionComposer[U]trait InsertActionExtensionMethodsImpl[U]class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- SqlProfile
- Source:
- SqlProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- SqlProfile
- Source:
- SqlProfile.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcTypesComponent
- Source:
- JdbcTypesComponent.scala
- Graph
- Supertypes
- trait JdbcType[T]trait BaseTypedType[T]trait AtomicTypetrait TypedType[T]trait Typetrait Dumpableclass Objecttrait Matchableclass Any
- Known subtypes
- class BigDecimalJdbcTypeclass BlobJdbcTypeclass OracleBlobJdbcTypeclass BooleanJdbcTypeclass DB2BooleanJdbcTypeclass DerbyBooleanJdbcTypeclass OracleBooleanJdbcTypeclass SQLServerBooleanJdbcTypeclass SQLiteBooleanJdbcTypeclass ByteArrayJdbcTypeclass OracleByteArrayJdbcTypeclass ByteJdbcTypeclass SQLServerByteJdbcTypeclass CharJdbcTypeclass ClobJdbcTypeclass DateJdbcTypeclass SQLServerDateJdbcTypeclass SQLiteDateJdbcTypeclass DoubleJdbcTypeclass FloatJdbcTypeclass InstantJdbcTypeclass DB2InstantJdbcTypeclass DerbyInstantJdbcTypeclass HsqldbInstantJdbcTypeclass OracleInstantJdbcTypeclass PostgresInstantJdbcTypeclass SQLServerInstantJdbcTypeclass SQLiteInstantJdbcTypeclass IntJdbcTypeclass LocalDateJdbcTypeclass OracleLocalDateJdbcTypeclass SQLiteLocalDateJdbcTypeclass LocalDateTimeJdbcTypeclass LocalTimeJdbcTypeclass LongJdbcTypeclass NullJdbcTypeclass OffsetDateTimeJdbcTypeclass OffsetTimeJdbcTypeclass HsqldbOffsetTimeJdbcTypeclass OracleOffsetTimeJdbcTypeclass ShortJdbcTypeclass StringJdbcTypeclass OracleStringJdbcTypeclass TimeJdbcTypeclass OracleTimeJdbcTypeclass SQLServerTimeJdbcTypeclass SQLiteTimeJdbcTypeclass TimestampJdbcTypeclass SQLiteTimestampJdbcTypeclass UUIDJdbcTypeclass DB2UUIDJdbcTypeclass DerbyUUIDJdbcTypeclass OracleUUIDJdbcTypeclass PostgresUUIDJdbcTypeclass SQLServerUUIDJdbcTypeclass SQLiteUUIDJdbcTypeclass ZonedDateTimeJdbcType
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass StatementPartclass Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass StatementPartclass Objecttrait Matchableclass Any
Extension methods to generate the JDBC-specific insert actions.
Extension methods to generate the JDBC-specific insert actions.
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- trait SimpleInsertActionComposer[U]trait InsertActionExtensionMethodsImpl[U]class Objecttrait Matchableclass Any
- Known subtypes
- trait CountingInsertActionComposer[U]
Attributes
- Inherited from:
- RelationalActionComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait SimpleInsertActionComposer[U]trait InsertActionComposer[U]trait CountingInsertActionComposer[U]
Builder for INSERT statements.
Builder for INSERT statements.
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class UpsertBuilderclass CheckInsertBuilderclass UpdateInsertBuilderclass MySQLUpsertBuilderclass PostgresUpsertBuilderclass SQLServerUpsertBuilderclass H2UpsertBuilderclass SQLServerInsertBuilderclass SQLiteInsertBuilderclass SQLiteUpsertBuilder
An InsertActionComposer that returns a mapping of the inserted and generated data.
An InsertActionComposer that returns a mapping of the inserted and generated data.
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- trait SimpleInsertActionComposer[U]trait InsertActionExtensionMethodsImpl[U]class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Code generator phase for queries on JdbcProfile.
Code generator phase for queries on JdbcProfile.
Attributes
- Inherited from:
- JdbcMappingCompilerComponent
- Source:
- JdbcMappingCompilerComponent.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcTypesComponent
- Source:
- JdbcTypesComponent.scala
- Graph
- Supertypes
- Known subtypes
- trait JdbcAPI
Code generator phase for inserts on JdbcProfile.
Code generator phase for inserts on JdbcProfile.
Attributes
- Inherited from:
- JdbcMappingCompilerComponent
- Source:
- JdbcMappingCompilerComponent.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcTypesComponent
- Source:
- JdbcTypesComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcTypesComponent
- Source:
- JdbcTypesComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class DB2JdbcTypesclass DerbyJdbcTypesclass H2JdbcTypesclass HsqldbJdbcTypesclass MySQLJdbcTypesclass OracleJdbcTypesclass PostgresJdbcTypesclass SQLServerJdbcTypesclass SQLiteJdbcTypes
Attributes
- Inherited from:
- RelationalTypesComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object MappedJdbcType.type
Attributes
- Inherited from:
- JdbcTypesComponent
- Source:
- JdbcTypesComponent.scala
- Graph
- Supertypes
- trait JdbcType[T]trait BaseTypedType[T]trait AtomicTypetrait TypedType[T]trait Typetrait Dumpableclass Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcTypesComponent
- Source:
- JdbcTypesComponent.scala
- Graph
- Supertypes
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.
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.
Attributes
- Inherited from:
- JdbcMappingCompilerComponent
- Source:
- JdbcMappingCompilerComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- trait SynchronousDatabaseAction[Nothing, Streaming[ResultSetMutator[T]], JdbcActionContext, JdbcStreamingActionContext, Effect]trait Dumpableclass Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass StatementPartclass Objecttrait Matchableclass Any
Builder for SELECT and UPDATE statements.
Builder for SELECT and UPDATE statements.
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- Known subtypes
- class DB2QueryBuilderclass DerbyQueryBuilderclass H2QueryBuilderclass HsqldbQueryBuilderclass MySQLQueryBuilderclass OracleQueryBuilderclass PostgresQueryBuilderclass SQLServerQueryBuilderclass SQLiteQueryBuilder
An Invoker for queries.
An Invoker for queries.
Attributes
- Inherited from:
- JdbcInvokerComponent
- Source:
- JdbcInvokerComponent.scala
- Graph
- Supertypes
- Known subtypes
- class QueryInvokerImpl[R]
Attributes
- Inherited from:
- JdbcInvokerComponent
- Source:
- JdbcInvokerComponent.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- SqlUtilsComponent
- Source:
- SqlProfile.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- RelationalTableComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait SqlColumnOptionstrait OracleColumnOptions
Attributes
- Inherited from:
- RelationalTypesComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- RelationalActionComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
An InsertActionComposer that returns generated keys or other columns.
An InsertActionComposer that returns generated keys or other columns.
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- trait InsertActionComposer[U]trait SimpleInsertActionComposer[U]trait InsertActionExtensionMethodsImpl[U]class Objecttrait Matchableclass Any
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.
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.
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass StatementPartclass Objecttrait Matchableclass Any
Attributes
- Inherited from:
- RelationalSequenceComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- RelationalSequenceComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Builder for DDL statements for sequences.
Builder for DDL statements for sequences.
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class DB2SequenceDDLBuilderclass DerbySequenceDDLBuilder[T]class HsqldbSequenceDDLBuilder[T]class MySQLSequenceDDLBuilder[T]class OracleSequenceDDLBuilder[T]
Extension methods to generate the JDBC-specific insert actions.
Extension methods to generate the JDBC-specific insert actions.
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- Known subtypes
- trait InsertActionComposer[U]trait CountingInsertActionComposer[U]
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- Known subtypes
- class InsertOrUpdateActionclass InsertQueryActionclass MultiInsertActionclass InsertOrUpdateAllActionclass SingleInsertAction
Attributes
- Inherited from:
- SqlTableComponent
- Source:
- SqlProfile.scala
- Graph
- Supertypes
- Known subtypes
- trait OracleColumnOptions
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object FromPart.typeobject HavingPart.typeobject OtherPart.typeobject SelectPart.typeobject WherePart.type
Attributes
- Inherited from:
- RelationalTableComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
Builder for various DDL statements.
Builder for various DDL statements.
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class DB2TableDDLBuilderclass DerbyTableDDLBuilderclass HsqldbTableDDLBuilderclass MySQLTableDDLBuilderclass OracleTableDDLBuilderclass PostgresTableDDLBuilderclass SQLServerTableDDLBuilderclass SQLiteTableDDLBuilder
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
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.
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
Builder for upsert statements, builds standard SQL MERGE statements by default.
Builder for upsert statements, builds standard SQL MERGE statements by default.
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- Known subtypes
- class CheckInsertBuilderclass UpdateInsertBuilderclass MySQLUpsertBuilderclass PostgresUpsertBuilderclass SQLServerUpsertBuilder
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass StatementPartclass Objecttrait Matchableclass Any
Types
The back-end type required by this profile
Attributes
- Source:
- JdbcProfile.scala
Attributes
- Source:
- JdbcProfile.scala
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.
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.
Attributes
- Source:
- JdbcProfile.scala
Attributes
- Source:
- JdbcProfile.scala
Attributes
- Source:
- JdbcProfile.scala
Attributes
- Source:
- JdbcProfile.scala
Inherited types
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
The type of a schema description (DDL)
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Value members
Concrete methods
Attributes
- Source:
- JdbcProfile.scala
Attributes
- Source:
- JdbcProfile.scala
(Partially) compile an AST for insert operations
Compute the capabilities. This should be overridden in subclasses as needed.
Compute the capabilities. This should be overridden in subclasses as needed.
Attributes
- Definition Classes
- Source:
- JdbcProfile.scala
Run a query synchronously on the provided session. This is used by DistributedProfile until we can make it fully asynchronous.
Run a query synchronously on the provided session. This is used by DistributedProfile until we can make it fully asynchronous.
Attributes
- Source:
- JdbcProfile.scala
Inherited methods
Create a (possibly specialized) ResultConverter for the given JdbcType.
Create a (possibly specialized) ResultConverter for the given JdbcType.
Attributes
- Inherited from:
- JdbcMappingCompilerComponent
- Source:
- JdbcMappingCompilerComponent.scala
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
Gets the Slick data model describing this data source
Gets the Slick data model describing this data source
Attributes
- ignoreInvalidDefaults
logs unrecognized default values instead of throwing an exception
- tables
used to build the model, uses defaultTables if None given
- Inherited from:
- JdbcModelComponent
- Source:
- JdbcModelComponent.scala
Attributes
- Inherited from:
- JdbcModelComponent
- Source:
- JdbcModelComponent.scala
Create a (possibly specialized) ResultConverter for Option values of the given JdbcType.
Create a (possibly specialized) ResultConverter for Option values of the given JdbcType.
Attributes
- Inherited from:
- JdbcMappingCompilerComponent
- Source:
- JdbcMappingCompilerComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
Attributes
- Inherited from:
- JdbcInvokerComponent
- Source:
- JdbcInvokerComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source:
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcTypesComponent
- Source:
- JdbcTypesComponent.scala
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
Attributes
- Inherited from:
- JdbcModelComponent
- Source:
- JdbcModelComponent.scala
Attributes
- Inherited from:
- JdbcTypesComponent
- Source:
- JdbcTypesComponent.scala
Attributes
- Inherited from:
- SqlUtilsComponent
- Source:
- SqlProfile.scala
quotes identifiers to avoid collisions with SQL keywords and other syntax issues
quotes identifiers to avoid collisions with SQL keywords and other syntax issues
Attributes
- Inherited from:
- SqlUtilsComponent
- Source:
- SqlProfile.scala
Attributes
- Inherited from:
- SqlUtilsComponent
- Source:
- SqlProfile.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
- BasicProfile -> Any
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
Create a SQL representation of a literal value.
Create a SQL representation of a literal value.
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala
Concrete fields
Attributes
- Source:
- JdbcProfile.scala
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.
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.
Attributes
- Source:
- JdbcProfile.scala
The back-end implementation for this profile
Attributes
- Source:
- JdbcProfile.scala
Attributes
- Source:
- JdbcProfile.scala
The compiler used for deleting data
Attributes
- Source:
- JdbcProfile.scala
The compiler used for inserting data
The compiler used for queries
The compiler used for updates
Attributes
- Source:
- JdbcProfile.scala
Attributes
- Source:
- JdbcProfile.scala
Inherited fields
The capabilities supported by this profile. This can be used to query at runtime whether a specific feature is supported.
The capabilities supported by this profile. This can be used to query at runtime whether a specific feature is supported.
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
Attributes
- Inherited from:
- SqlTableComponent
- Source:
- SqlProfile.scala
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
Attributes
- Inherited from:
- JdbcInvokerComponent
- Source:
- JdbcInvokerComponent.scala
Attributes
- Inherited from:
- JdbcInvokerComponent
- Source:
- JdbcInvokerComponent.scala
Attributes
- Inherited from:
- JdbcInvokerComponent
- Source:
- JdbcInvokerComponent.scala
The MappingCompiler for this profile.
The MappingCompiler for this profile.
Attributes
- Inherited from:
- JdbcMappingCompilerComponent
- Source:
- JdbcMappingCompilerComponent.scala
The table name for scalar selects (e.g. "select 42 from DUAL;"), or None for
scalar selects without a FROM clause ("select 42;").
The table name for scalar selects (e.g. "select 42 from DUAL;"), or None for
scalar selects without a FROM clause ("select 42;").
Attributes
- Inherited from:
- JdbcStatementBuilderComponent
- Source:
- JdbcStatementBuilderComponent.scala