scala.slick.driver

AccessDriver

object AccessDriver extends AccessDriver

Annotations
@deprecated
Deprecated

(Since version 2.1) AccessDriver will be removed when we drop support for Java versions < 8

Source
AccessDriver.scala
Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
JdbcDriver.UpdateInsertBuilderJdbcDriver.CheckInsertBuilderJdbcDriver.UpsertBuilderJdbcDriver.InsertBuilderOtherPartWherePartFromPartSelectPartJdbcDriver.StatementPartJdbcDriver.APIJdbcDriver.LowPriorityAPIJdbcDriver.SimpleQLJdbcDriver.ImplicitsJdbcDriver.LowPriorityImplicitsJdbcDriver.CommonImplicitsJdbcDriver.ImplicitColumnTypesMappedJdbcTypeJdbcDriver.ReturningInsertInvoker[U, RU]JdbcDriver.CountingInsertInvoker[U]JdbcDriver.BaseInsertInvoker[U]JdbcDriver.IntoInsertInvokerDef[U, R]JdbcDriver.ReturningInsertInvokerDef[U, RU]JdbcDriver.CountingInsertInvokerDef[U]JdbcDriver.FullInsertInvokerDef[U]InsertInvoker[T]JdbcDriver.InsertInvokerDef[U]JdbcDriver.QueryInvokerImpl[R]JdbcDriver.QueryInvoker[R]JdbcDriver.CountingInsertActionComposerImpl[U]JdbcDriver.InsertActionComposerImpl[U]InsertActionExtensionMethods[T]JdbcDriver.IntoInsertActionComposer[U, RU]JdbcDriver.ReturningInsertActionComposer[U, RU]JdbcDriver.CountingInsertActionComposer[U]JdbcDriver.InsertActionComposer[U]JdbcDriver.SimpleInsertActionComposer[U]JdbcDriver.StreamingQueryActionExtensionMethodsImpl[R, T]JdbcDriver.QueryActionExtensionMethodsImpl[R, S]StreamingQueryActionExtensionMethods[R, T]JdbcDriver.MutatingResultAction[T]JdbcDriver.StreamingResultAction[R, T]JdbcDriver.StreamingJdbcDriverAction[R, T]JdbcDriver.JdbcDriverAction[R, S]SqlDriver.DDLSqlDriver.DriverActionDef[E, R, S]StreamingDriverAction[E, R, T]RelationalDriver.InsertActionExtensionMethodsImpl[T]RelationalDriver.MappedColumnTypeFactoryBasicDriver.SchemaDescriptionDefSchemaDescriptionBasicDriver.StreamingDriverActionDef[E, R, T]
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccessDriver
  2. AccessDriver
  3. JdbcDriver
  4. JdbcMappingCompilerComponent
  5. JdbcStatementBuilderComponent
  6. JdbcProfile
  7. JdbcModelComponent
  8. JdbcTypesComponent
  9. JdbcExecutorComponent
  10. JdbcInsertInvokerComponent
  11. JdbcInvokerComponent
  12. JdbcActionComponent
  13. JdbcTableComponent
  14. SqlDriver
  15. SqlUtilsComponent
  16. SqlProfile
  17. SqlActionComponent
  18. SqlTableComponent
  19. SqlExecutorComponent
  20. RelationalDriver
  21. RelationalProfile
  22. RelationalActionComponent
  23. RelationalTypesComponent
  24. RelationalSequenceComponent
  25. RelationalTableComponent
  26. BasicDriver
  27. BasicProfile
  28. BasicActionComponent
  29. BasicExecutorComponent
  30. BasicInsertInvokerComponent
  31. BasicInvokerComponent
  32. AnyRef
  33. Any
  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.CommonImplicits

    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. abstract class BaseInsertInvoker[U] extends JdbcDriver.FullInsertInvokerDef[U]

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  5. 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.

  6. class ColumnDDLBuilder extends AccessDriver.ColumnDDLBuilder

    Builder for column specifications in DDL statements.

  7. trait ColumnOptions extends JdbcDriver.ColumnOptions

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

    Definition Classes
    JdbcProfileRelationalTypesComponent
  9. trait CommonAPI extends RelationalDriver.CommonAPI

    Attributes
    protected
    Definition Classes
    RelationalProfileBasicProfile
  10. trait CommonImplicits extends JdbcDriver.CommonImplicits with JdbcDriver.ImplicitColumnTypes

    Attributes
    protected
    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  11. 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
    JdbcProfileBasicInsertInvokerComponent
  12. trait CountingInsertActionComposer[U] extends JdbcDriver.InsertActionComposer[U]

    An InsertInvoker that returns the number of affected rows.

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

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  14. class CountingInsertInvoker[U] extends JdbcDriver.BaseInsertInvoker[U] with JdbcDriver.CountingInsertInvokerDef[U]

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  15. trait CountingInsertInvokerDef[U] extends JdbcDriver.FullInsertInvokerDef[U]

    An InsertInvoker that returns the number of affected rows.

  16. trait DDL extends SqlDriver.SchemaDescriptionDef

    Definition Classes
    SqlProfile
  17. class DDLInvoker extends JdbcDriver.DDLInvoker

    Pseudo-invoker for running DDL statements.

  18. type DeleteActionExtensionMethods = DeleteActionExtensionMethodsImpl

    Definition Classes
    JdbcActionComponent
  19. class DeleteActionExtensionMethodsImpl extends AnyRef

    Definition Classes
    JdbcActionComponent
  20. class DeleteInvoker extends AnyRef

    Pseudo-invoker for running DELETE calls.

  21. type DriverAction[-E <: Effect, +R, +S <: NoStream] = DriverActionDef[E, R, S]

  22. trait DriverActionDef[-E <: Effect, +R, +S <: NoStream] extends SqlDriver.DriverActionDef[E, R, S]

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

    Definition Classes
    JdbcTypesComponent
  24. class ExistsToCount extends Phase

    Query compiler phase that rewrites Exists calls in projections to equivalent CountAll > 0 calls which can then be fused into aggregation sub-queries in the fuseComprehensions phase.

  25. trait FullInsertInvokerDef[U] extends JdbcDriver.InsertInvokerDef[U]

    An InsertInvoker that can also insert from another query.

  26. trait ImplicitColumnTypes extends JdbcDriver.ImplicitColumnTypes

  27. trait Implicits extends JdbcDriver.LowPriorityImplicits with JdbcDriver.Implicits with JdbcDriver.CommonImplicits

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  28. trait InsertActionComposer[U] extends JdbcDriver.SimpleInsertActionComposer[U]

    Extension methods to generate the JDBC-specific insert actions.

  29. class InsertActionComposerImpl[U] extends JdbcDriver.InsertActionComposer[U]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  30. type InsertActionExtensionMethods[T] = CountingInsertActionComposerImpl[T]

  31. trait InsertActionExtensionMethodsImpl[T] extends AnyRef

    Definition Classes
    RelationalActionComponent
  32. class InsertBuilder extends AnyRef

    Builder for INSERT statements.

  33. type InsertInvoker[T] = CountingInsertInvokerDef[T]

    The type of insert invokers returned by the driver

    The type of insert invokers returned by the driver

    Definition Classes
    JdbcInsertInvokerComponentBasicInsertInvokerComponent
  34. trait InsertInvokerDef[U] extends JdbcDriver.InsertInvokerDef[U]

    The JDBC-specific InsertInvoker with additional methods

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

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

  36. trait IntoInsertInvokerDef[U, R] extends JdbcDriver.InsertInvokerDef[U]

    An InsertInvoker that returns a mapping of inserted values and generated keys.

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

    Definition Classes
    JdbcActionComponent
  38. class JdbcCodeGen extends CodeGen

    Code generator phase for queries on JdbcProfile-based drivers.

  39. class JdbcCompiledInsert extends AnyRef

  40. trait JdbcDriverAction[+R, +S <: NoStream] extends SynchronousDatabaseAction[JdbcBackend, Effect, R, S] with JdbcDriver.DriverAction[Effect, R, S]

    Definition Classes
    JdbcActionComponent
  41. class JdbcFastPathExtensionMethods[T, P] extends AnyRef

    Definition Classes
    JdbcMappingCompilerComponent
  42. class JdbcInsertCodeGen extends CodeGen

    Code generator phase for inserts on JdbcProfile-based drivers.

  43. class JdbcTypes extends AccessDriver.JdbcTypes

    Definition Classes
    AccessDriverJdbcTypesComponent
  44. trait LowPriorityAPI extends AnyRef

    Definition Classes
    JdbcProfile
  45. trait LowPriorityImplicits extends AnyRef

    Attributes
    protected
    Definition Classes
    JdbcProfile
  46. trait MappedColumnTypeFactory extends AnyRef

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

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

    A ResultConverterCompiler that builds JDBC-based converters.

  49. class ModelBuilder extends AnyRef

    Build a Slick model from introspecting the jdbc meta data.

  50. class MutatingResultAction[T] extends JdbcDriver.JdbcDriverAction[Nothing, Streaming[ResultSetMutator[T]]]

    Definition Classes
    JdbcActionComponent
  51. 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().

  52. type QueryActionExtensionMethods[R, S <: NoStream] = QueryActionExtensionMethodsImpl[R, S]

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

  54. class QueryBuilder extends AccessDriver.QueryBuilder

    Builder for SELECT and UPDATE statements.

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

    Base class for QueryExecutor implementations

  57. trait QueryInvoker[R] extends StatementInvoker[R] with MutatingStatementInvoker[R]

    An Invoker for queries.

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

    Definition Classes
    JdbcInvokerComponent
  59. class QuotingSymbolNamer extends SymbolNamer

    Definition Classes
    SqlUtilsComponent
  60. trait ReturningInsertActionComposer[U, RU] extends JdbcDriver.InsertActionComposer[U]

    An InsertActionComposer that returns generated keys or other columns.

  61. class ReturningInsertInvoker[U, RU] extends JdbcDriver.BaseInsertInvoker[U] with JdbcDriver.ReturningInsertInvokerDef[U, RU]

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  62. trait ReturningInsertInvokerDef[U, RU] extends JdbcDriver.FullInsertInvokerDef[U]

    An InsertInvoker that returns generated keys or other columns.

  63. trait RowNumberPagination extends JdbcDriver.QueryBuilder

    QueryBuilder mix-in for pagination based on RowNumber.

  64. type SchemaActionExtensionMethods = SchemaActionExtensionMethodsImpl

  65. class SchemaActionExtensionMethodsImpl extends JdbcDriver.SchemaActionExtensionMethodsImpl

  66. type SchemaDescription = DDL

    The type of a schema description (DDL)

    The type of a schema description (DDL)

    Definition Classes
    SqlProfileBasicProfile
  67. trait SchemaDescriptionDef extends AnyRef

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

  68. class Sequence[T] extends Typed

    Definition Classes
    RelationalSequenceComponent
  69. class SequenceDDLBuilder extends AnyRef

    Builder for DDL statements for sequences.

  70. type SimpleInsertAction[+R] = DatabaseAction[Write, R, NoStream]

    Definition Classes
    JdbcActionComponent
  71. trait SimpleInsertActionComposer[U] extends JdbcDriver.InsertActionExtensionMethodsImpl[U]

    Extension methods to generate the JDBC-specific insert actions.

  72. case class SimpleJdbcAction[+R](f: (ActionContext[JdbcBackend]) ⇒ R) extends SynchronousDatabaseAction[JdbcBackend, Effect, R, NoStream] with Product with Serializable

    Definition Classes
    JdbcActionComponent
  73. trait SimpleQL extends JdbcDriver.SimpleQL with JdbcDriver.Implicits

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  74. abstract class StatementPart extends AnyRef

  75. type StreamingDriverAction[-E <: Effect, +R, +T] = StreamingDriverActionDef[E, R, T] with DriverActionDef[E, R, Streaming[T]]

  76. trait StreamingDriverActionDef[-E <: Effect, +R, +T] extends BasicDriver.DriverActionDef[E, R, Streaming[T]]

    Definition Classes
    BasicActionComponent
  77. trait StreamingJdbcDriverAction[+R, +T] extends JdbcDriver.JdbcDriverAction[R, Streaming[T]] with JdbcDriver.StreamingDriverActionDef[Effect, R, T]

    Definition Classes
    JdbcActionComponent
  78. type StreamingQueryActionExtensionMethods[R, T] = StreamingQueryActionExtensionMethodsImpl[R, T]

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

  80. class StreamingResultAction[R, T] extends JdbcDriver.StreamingJdbcDriverAction[R, T]

    Definition Classes
    JdbcActionComponent
  81. abstract class Table[T] extends AbstractTable[T]

    Definition Classes
    RelationalTableComponent
  82. class TableDDLBuilder extends AccessDriver.TableDDLBuilder

    Builder for various DDL statements.

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

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

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

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

  87. class UpdateInvoker[T] extends AnyRef

    Pseudo-invoker for running UPDATE calls.

  88. 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. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Commit extends SynchronousDatabaseAction[JdbcBackend, Effect, Unit, NoStream]

    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  7. object DDL

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

  9. lazy val Implicit: Implicits

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  10. object JdbcType

    Definition Classes
    JdbcTypesComponent
  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 Rollback extends SynchronousDatabaseAction[JdbcBackend, Effect, Unit, NoStream]

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

  16. object Sequence

    Definition Classes
    RelationalSequenceComponent
  17. object StartTransaction extends SynchronousDatabaseAction[JdbcBackend, Effect, Unit, NoStream]

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

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

    Definition Classes
    Any
  21. val backend: Backend

    The back-end implementation for this profile

    The back-end implementation for this profile

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

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

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

    Definition Classes
    JdbcProfile
  26. def clone(): AnyRef

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

  28. val columnTypes: JdbcTypes

    Definition Classes
    AccessDriverJdbcProfile
  29. def compileInsert(tree: Node): JdbcCompiledInsert

    (Partially) ompile an AST for insert operations

    (Partially) ompile an AST for insert operations

    Definition Classes
    JdbcProfileBasicProfile
  30. final lazy val compiler: QueryCompiler

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

    Compute the capabilities.

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

    Attributes
    protected
    Definition Classes
    AccessDriverJdbcProfileSqlProfileRelationalProfileBasicProfile
  32. def computeQueryCompiler: QueryCompiler

    Attributes
    protected
    Definition Classes
    AccessDriverJdbcProfileRelationalProfile
  33. 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
  34. def createCheckInsertBuilder(node: Insert): InsertBuilder

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

  36. def createCountingInsertInvoker[U](compiled: CompiledInsert): CountingInsertInvokerDef[U]

    Definition Classes
    JdbcInsertInvokerComponent
  37. 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
  38. def createDeleteActionExtensionMethods(tree: Node, param: Any): DeleteActionExtensionMethods

    Definition Classes
    JdbcActionComponent
  39. def createDeleteInvoker(tree: Node, param: Any): DeleteInvoker

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

  41. def createInsertBuilder(node: Insert): InsertBuilder

  42. def createInsertInvoker[U](tree: CompiledInsert): CountingInsertInvokerDef[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
    JdbcInsertInvokerComponentBasicInsertInvokerComponent
  43. def createModel(tables: Option[Seq[MTable]] = None, ignoreInvalidDefaults: Boolean = true)(implicit session: SessionDef): 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
  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 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
  48. def createQueryInvoker[R](tree: Node, param: Any): QueryInvokerImpl[R]

    Definition Classes
    JdbcInvokerComponent
  49. def createReturningInsertInvoker[U, RU](compiled: CompiledInsert, keys: Node): ReturningInsertInvokerDef[U, RU]

    Definition Classes
    JdbcInsertInvokerComponent
  50. def createSchemaActionExtensionMethods(schema: SchemaDescription): SchemaActionExtensionMethods

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

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

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

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

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

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

    Definition Classes
    JdbcInvokerComponent
  57. def createUpsertBuilder(node: Insert): InsertBuilder

  58. def defaultSqlTypeName(tmd: JdbcType[_]): String

    Definition Classes
    AccessDriverJdbcTypesComponent
  59. def defaultTables(implicit session: SessionDef): 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
    JdbcModelComponent
  60. lazy val deleteCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  61. final lazy val driverConfig: Config

    The configuration for this driver, loaded via loadDriverConfig.

    The configuration for this driver, loaded via loadDriverConfig.

    Definition Classes
    BasicDriver
  62. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    JdbcProfile
  66. final def getClass(): Class[_]

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

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

    Definition Classes
    JdbcProfileBasicProfile
  69. def integralTypes: Set[Int]

    Definition Classes
    AccessDriver
  70. val invokerMutateConcurrency: ResultSetConcurrency

    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  71. val invokerMutateType: ResultSetType

    Definition Classes
    AccessDriverJdbcInvokerComponent
  72. val invokerPreviousAfterDelete: Boolean

    Definition Classes
    AccessDriverJdbcInvokerComponent
  73. final def isInstanceOf[T0]: Boolean

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

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

    Definition Classes
    SqlUtilsComponent
  76. 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 "scala.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
  77. val mappingCompiler: MappingCompiler

    The MappingCompiler for this driver.

    The MappingCompiler for this driver.

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

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

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

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

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

    Definition Classes
    SqlUtilsComponent
  85. val retryCount: Int

    Definition Classes
    AccessDriver
  86. val scalarFrom: Option[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
    JdbcStatementBuilderComponent
  87. 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
  88. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  89. def toString(): String

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

    Definition Classes
    JdbcProfileBasicProfile
  91. lazy val updateInsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  92. lazy val upsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  93. lazy val useServerSideUpsert: Boolean

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  94. lazy val useServerSideUpsertReturning: Boolean

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  95. lazy val useTransactionForUpsert: Boolean

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  96. lazy val useTransactionForUpsertReturning: Boolean

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def createModel(implicit session: SessionDef): Model

    Definition Classes
    JdbcModelComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1) use createModel() instead (appending parenthesis)

  2. final def getTables: Invoker[MTable]

    Definition Classes
    JdbcModelComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1) use defaultTables instead

Inherited from AccessDriver

Inherited from JdbcDriver

Inherited from JdbcProfile

Inherited from JdbcModelComponent

Inherited from JdbcTypesComponent

Inherited from JdbcExecutorComponent

Inherited from JdbcInvokerComponent

Inherited from JdbcActionComponent

Inherited from JdbcTableComponent

Inherited from SqlDriver

Inherited from SqlUtilsComponent

Inherited from SqlProfile

Inherited from SqlActionComponent

Inherited from SqlTableComponent

Inherited from SqlExecutorComponent

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 BasicExecutorComponent

Inherited from BasicInvokerComponent

Inherited from AnyRef

Inherited from Any

Ungrouped