scala.slick.driver

JdbcProfile

trait JdbcProfile extends SqlProfile with JdbcTableComponent with JdbcInvokerComponent with JdbcExecutorComponent with JdbcTypesComponent

A profile for accessing SQL databases via JDBC.

Self Type
JdbcDriver
Source
JdbcProfile.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JdbcProfile
  2. JdbcTypesComponent
  3. JdbcExecutorComponent
  4. JdbcInvokerComponent
  5. JdbcTableComponent
  6. SqlProfile
  7. SqlTableComponent
  8. SqlExecutorComponent
  9. RelationalProfile
  10. RelationalTypesComponent
  11. RelationalSequenceComponent
  12. RelationalTableComponent
  13. BasicProfile
  14. BasicExecutorComponent
  15. BasicInvokerComponent
  16. AnyRef
  17. 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] = JdbcDriver.JdbcType[T] with BaseTypedType[T]

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

    Pseudo-invoker for running INSERT calls.

  5. trait ColumnOptions extends JdbcDriver.ColumnOptions

  6. type ColumnType[T] = JdbcDriver.JdbcType[T]

    Definition Classes
    JdbcProfileRelationalTypesComponent
  7. class CountingInsertInvoker[U] extends JdbcDriver.BaseInsertInvoker[U] with JdbcDriver.FullInsertInvoker[U]

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

  8. trait DDL extends SqlDriver.SchemaDescriptionDef

    Definition Classes
    SqlProfile
  9. class DDLInvoker extends JdbcDriver.DDLInvoker

    Pseudo-invoker for running DDL statements.

  10. class DeleteInvoker extends AnyRef

    Pseudo-invoker for running DELETE calls.

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

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

    An InsertInvoker that can also insert from another query.

  13. trait ImplicitColumnTypes extends JdbcDriver.ImplicitColumnTypes

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

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  15. type InsertInvoker[T] = JdbcDriver.CountingInsertInvoker[T]

    The type of insert invokers returned by the driver

    The type of insert invokers returned by the driver

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

    Definition Classes
    BasicInvokerComponent
  17. trait JdbcType[T] extends TypedType[T]

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

  18. class JdbcTypes extends AnyRef

    Definition Classes
    JdbcTypesComponent
  19. class KeysInsertInvoker[U, RU] extends JdbcDriver.AbstractKeysInsertInvoker[U, RU] with JdbcDriver.FullInsertInvoker[U]

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

  20. trait LowPriorityImplicits extends AnyRef

  21. trait MappedColumnTypeFactory extends AnyRef

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

    Definition Classes
    JdbcTypesComponent
  23. class MappedKeysInsertInvoker[U, RU, R] extends JdbcDriver.AbstractKeysInsertInvoker[U, RU]

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

  24. type QueryExecutor[T] = JdbcDriver.QueryExecutorDef[T]

    The type of query executors returned by the driver

    The type of query executors returned by the driver

    Definition Classes
    JdbcExecutorComponentSqlExecutorComponentBasicExecutorComponent
  25. class QueryExecutorDef[R] extends JdbcDriver.QueryExecutorDef[R]

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

    A parameterized query invoker.

  27. type SchemaDescription = JdbcDriver.DDL

    The type of a schema description (DDL)

    The type of a schema description (DDL)

    Definition Classes
    SqlProfileBasicProfile
  28. trait SchemaDescriptionDef extends AnyRef

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

  29. class Sequence[T] extends Typed

    Definition Classes
    RelationalSequenceComponent
  30. trait SimpleQL extends RelationalDriver.SimpleQL with RelationalDriver.Implicits

    Definition Classes
    RelationalProfileBasicProfile
  31. abstract class Table[T] extends AbstractTable[T]

    Definition Classes
    RelationalTableComponent
  32. class TableQueryExtensionMethods[T <: RelationalDriver.Table[_], U] extends AnyRef

    Definition Classes
    RelationalProfile
  33. type TypeInfo = JdbcDriver.JdbcType[Any]

    Definition Classes
    JdbcTypesComponent
  34. class UnitQueryInvoker[R] extends JdbcDriver.QueryInvoker[Unit, R] with UnitInvokerMixin[R] with MutatingUnitInvoker[R]

    Invoker for executing queries.

  35. type UnshapedQueryExecutor[T] = JdbcDriver.UnshapedQueryExecutorDef[T]

    The type of query executors returned by the driver

    The type of query executors returned by the driver

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

  37. 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 JdbcProfile to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (JdbcProfile, B)

    Implicit information
    This member is added by an implicit conversion from JdbcProfile to ArrowAssoc[JdbcProfile] 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. val Implicit: JdbcDriver.Implicits

    Definition Classes
    JdbcProfileRelationalProfileBasicProfile
  10. lazy val MappedColumnType: JdbcDriver.MappedJdbcType.type

    Definition Classes
    JdbcProfileRelationalTypesComponent
  11. object MappedJdbcType extends JdbcDriver.MappedColumnTypeFactory

    Definition Classes
    JdbcTypesComponent
  12. object Sequence

    Definition Classes
    RelationalSequenceComponent
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. val backend: JdbcDriver.Backend

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

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

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

    Definition Classes
    BasicProfile
  18. def clone(): AnyRef

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

  20. val columnTypes: JdbcDriver.JdbcTypes

  21. val compiler: QueryCompiler

  22. def computeCapabilities: Set[Capability]

    Attributes
    protected
    Definition Classes
    JdbcProfileSqlProfileRelationalProfileBasicProfile
  23. def createCountingInsertInvoker[U](tree: Node): JdbcDriver.CountingInsertInvoker[U]

    Definition Classes
    JdbcInvokerComponent
  24. def createDDLInvoker(ddl: JdbcDriver.SchemaDescription): JdbcDriver.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
  25. def createDeleteInvoker(tree: Node, param: Any): JdbcDriver.DeleteInvoker

    Definition Classes
    JdbcInvokerComponent
  26. def createInsertInvoker[U](tree: Node): JdbcDriver.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
  27. def createKeysInsertInvoker[U, RU](tree: Node, keys: Node): JdbcDriver.KeysInsertInvoker[U, RU]

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

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

    Gets the Slick data model describing this data source

  30. def createQueryExecutor[R](tree: Node, param: Any): JdbcDriver.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
  31. def createQueryInvoker[P, R](tree: Node): JdbcDriver.QueryInvoker[P, R]

    Definition Classes
    JdbcInvokerComponent
  32. def createUnitQueryInvoker[R](tree: Node): JdbcDriver.UnitQueryInvoker[R]

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

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

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

    Definition Classes
    JdbcTypesComponent
  36. lazy val deleteCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  37. def ensuring(cond: (JdbcProfile) ⇒ Boolean, msg: ⇒ Any): JdbcProfile

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

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

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

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

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

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

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

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

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

    Jdbc meta data for all tables

  47. def hashCode(): Int

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

    Definition Classes
    JdbcProfileBasicProfile
  49. val invokerMutateConcurrency: ResultSetConcurrency

    Definition Classes
    JdbcInvokerComponent
  50. val invokerMutateType: ResultSetType

    Definition Classes
    JdbcInvokerComponent
  51. val invokerPreviousAfterDelete: Boolean

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

    Definition Classes
    Any
  53. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  56. lazy val queryCompiler: QueryCompiler

    Definition Classes
    JdbcProfileBasicProfile
  57. val simple: JdbcDriver.SimpleQL with JdbcDriver.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
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def toString(): String

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

    Definition Classes
    JdbcTypesComponent
  61. lazy val updateCompiler: QueryCompiler

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

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

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

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

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

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

Deprecated Value Members

  1. def x: JdbcProfile

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: JdbcProfile

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from JdbcTypesComponent

Inherited from JdbcExecutorComponent

Inherited from JdbcInvokerComponent

Inherited from JdbcTableComponent

Inherited from SqlProfile

Inherited from SqlTableComponent

Inherited from SqlExecutorComponent

Inherited from RelationalProfile

Inherited from RelationalTypesComponent

Inherited from RelationalTableComponent

Inherited from BasicProfile

Inherited from BasicExecutorComponent

Inherited from BasicInvokerComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JdbcProfile to StringAdd

Inherited by implicit conversion any2stringfmt from JdbcProfile to StringFormat

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

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

Ungrouped