Trait

com.reactific.slickery

SlickeryDriver

Related Doc: package slickery

Permalink

trait SlickeryDriver extends JdbcDriver with SlickeryComponent

Self Type
SlickeryDriver with JdbcDriver
Linear Supertypes
SlickeryComponent, HelperComponent, FutureHelper, ThrowingHelper, LoggingHelper, JdbcDriver, JdbcMappingCompilerComponent, JdbcStatementBuilderComponent, JdbcProfile, JdbcModelComponent, JdbcTypesComponent, JdbcInvokerComponent, JdbcActionComponent, SqlDriver, SqlUtilsComponent, SqlProfile, SqlActionComponent, SqlTableComponent, RelationalDriver, RelationalProfile, RelationalActionComponent, RelationalTypesComponent, RelationalSequenceComponent, RelationalTableComponent, BasicDriver, BasicProfile, BasicActionComponent, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SlickeryDriver
  2. SlickeryComponent
  3. HelperComponent
  4. FutureHelper
  5. ThrowingHelper
  6. LoggingHelper
  7. JdbcDriver
  8. JdbcMappingCompilerComponent
  9. JdbcStatementBuilderComponent
  10. JdbcProfile
  11. JdbcModelComponent
  12. JdbcTypesComponent
  13. JdbcInvokerComponent
  14. JdbcActionComponent
  15. SqlDriver
  16. SqlUtilsComponent
  17. SqlProfile
  18. SqlActionComponent
  19. SqlTableComponent
  20. RelationalDriver
  21. RelationalProfile
  22. RelationalActionComponent
  23. RelationalTypesComponent
  24. RelationalSequenceComponent
  25. RelationalTableComponent
  26. BasicDriver
  27. BasicProfile
  28. BasicActionComponent
  29. AnyRef
  30. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait API extends slick.driver.JdbcDriver.LowPriorityAPI with slick.driver.JdbcDriver.API with slick.driver.JdbcDriver.ImplicitColumnTypes

    Permalink
    Definition Classes
    JdbcProfile
  2. type Backend = JdbcBackend

    Permalink
    Definition Classes
    JdbcProfile → RelationalProfile → BasicProfile
  3. type BaseColumnType[T] = JdbcType[T] with BaseTypedType[T]

    Permalink
    Definition Classes
    JdbcProfile → RelationalTypesComponent
  4. class CheckInsertBuilder extends slick.driver.JdbcDriver.UpsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  5. class ColumnDDLBuilder extends AnyRef

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  6. trait ColumnOptions extends slick.profile.SqlDriver.ColumnOptions

    Permalink
    Definition Classes
    SqlTableComponent
  7. type ColumnType[T] = JdbcType[T]

    Permalink
    Definition Classes
    JdbcProfile → RelationalTypesComponent
  8. type CompiledInsert = (SlickeryDriver.this)#JdbcCompiledInsert

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  9. trait CountingInsertActionComposer[U] extends slick.driver.JdbcDriver.InsertActionComposer[U]

    Permalink
    Definition Classes
    JdbcActionComponent
  10. class CountingInsertActionComposerImpl[U] extends slick.driver.JdbcDriver.InsertActionComposerImpl[U] with slick.driver.JdbcDriver.CountingInsertActionComposer[U]

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  11. trait DDL extends slick.profile.SqlDriver.SchemaDescriptionDef

    Permalink
    Definition Classes
    SqlProfile
  12. type DeleteActionExtensionMethods = (SlickeryDriver.this)#DeleteActionExtensionMethodsImpl

    Permalink
    Definition Classes
    JdbcActionComponent
  13. class DeleteActionExtensionMethodsImpl extends AnyRef

    Permalink
    Definition Classes
    JdbcActionComponent
  14. type DriverAction[+R, +S <: NoStream, -E <: Effect] = FixedSqlAction[R, S, E]

    Permalink
    Definition Classes
    JdbcActionComponent → SqlActionComponent → BasicActionComponent
  15. abstract class DriverJdbcType[T] extends JdbcType[T]

    Permalink
    Definition Classes
    JdbcTypesComponent
  16. trait ImplicitColumnTypes extends slick.driver.JdbcDriver.ImplicitColumnTypes

    Permalink
    Definition Classes
    JdbcTypesComponent
  17. trait InsertActionComposer[U] extends slick.driver.JdbcDriver.SimpleInsertActionComposer[U]

    Permalink
    Definition Classes
    JdbcActionComponent
  18. abstract class InsertActionComposerImpl[U] extends slick.driver.JdbcDriver.InsertActionComposer[U]

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  19. type InsertActionExtensionMethods[T] = (SlickeryDriver.this)#CountingInsertActionComposer[T]

    Permalink
    Definition Classes
    JdbcActionComponent → RelationalActionComponent
  20. trait InsertActionExtensionMethodsImpl[T] extends AnyRef

    Permalink
    Definition Classes
    RelationalActionComponent
  21. class InsertBuilder extends AnyRef

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  22. trait IntoInsertActionComposer[U, RU] extends slick.driver.JdbcDriver.SimpleInsertActionComposer[U]

    Permalink
    Definition Classes
    JdbcActionComponent
  23. class JdbcActionExtensionMethods[E <: Effect, R, S <: NoStream] extends AnyRef

    Permalink
    Definition Classes
    JdbcActionComponent
  24. class JdbcCodeGen extends CodeGen

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  25. class JdbcCompiledInsert extends AnyRef

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  26. class JdbcFastPathExtensionMethods[T, P] extends AnyRef

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  27. class JdbcInsertCodeGen extends CodeGen

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  28. class JdbcTypes extends AnyRef

    Permalink
    Definition Classes
    JdbcTypesComponent
  29. trait LowPriorityAPI extends AnyRef

    Permalink
    Definition Classes
    JdbcProfile
  30. trait MappedColumnTypeFactory extends AnyRef

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

    Permalink
    Definition Classes
    JdbcTypesComponent
  32. class MappingCompiler extends ResultConverterCompiler[JdbcResultConverterDomain]

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  33. class MutatingResultAction[T] extends SynchronousDatabaseAction[Nothing, Streaming[ResultSetMutator[T]], slick.driver.JdbcDriver.Backend, Effect] with slick.driver.JdbcDriver.DriverAction[Nothing, Streaming[ResultSetMutator[T]], Effect]

    Permalink
    Definition Classes
    JdbcActionComponent
  34. class PushStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, slick.driver.JdbcDriver.Backend, Effect]

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  35. type QueryActionExtensionMethods[R, S <: NoStream] = (SlickeryDriver.this)#QueryActionExtensionMethodsImpl[R, S]

    Permalink
    Definition Classes
    JdbcActionComponent → BasicActionComponent
  36. class QueryActionExtensionMethodsImpl[R, S <: NoStream] extends slick.driver.JdbcDriver.QueryActionExtensionMethodsImpl[R, S]

    Permalink
    Definition Classes
    JdbcActionComponent
  37. class QueryBuilder extends AnyRef

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  38. trait QueryInvoker[R] extends StatementInvoker[R]

    Permalink
    Definition Classes
    JdbcInvokerComponent
  39. class QueryInvokerImpl[R] extends StatementInvoker[R] with slick.driver.JdbcDriver.QueryInvoker[R]

    Permalink
    Definition Classes
    JdbcInvokerComponent
  40. class QuotingSymbolNamer extends SymbolNamer

    Permalink
    Definition Classes
    SqlUtilsComponent
  41. trait ReturningInsertActionComposer[U, RU] extends slick.driver.JdbcDriver.InsertActionComposer[U] with slick.driver.JdbcDriver.IntoInsertActionComposer[U, RU]

    Permalink
    Definition Classes
    JdbcActionComponent
  42. class ReturningInsertActionComposerImpl[U, QR, RU] extends slick.driver.JdbcDriver.InsertActionComposerImpl[U] with slick.driver.JdbcDriver.ReturningInsertActionComposer[U, RU]

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  43. type SchemaActionExtensionMethods = (SlickeryDriver.this)#SchemaActionExtensionMethodsImpl

    Permalink
    Definition Classes
    JdbcActionComponent → RelationalActionComponent
  44. class SchemaActionExtensionMethodsImpl extends slick.driver.JdbcDriver.SchemaActionExtensionMethodsImpl

    Permalink
    Definition Classes
    JdbcActionComponent
  45. type SchemaDescription = (SlickeryDriver.this)#DDL

    Permalink
    Definition Classes
    SqlProfile → BasicProfile
  46. trait SchemaDescriptionDef extends AnyRef

    Permalink
    Definition Classes
    BasicProfile
  47. class Sequence[T] extends AnyRef

    Permalink
    Definition Classes
    RelationalSequenceComponent
  48. class SequenceDDLBuilder extends AnyRef

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  49. class SetTransactionIsolation extends SynchronousDatabaseAction[Int, NoStream, slick.driver.JdbcDriver.Backend, Effect]

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  50. trait SimpleInsertActionComposer[U] extends slick.driver.JdbcDriver.InsertActionExtensionMethodsImpl[U]

    Permalink
    Definition Classes
    JdbcActionComponent
  51. abstract class SimpleJdbcDriverAction[+R] extends SynchronousDatabaseAction[R, NoStream, slick.driver.JdbcDriver.Backend, Effect] with slick.driver.JdbcDriver.DriverAction[R, NoStream, Effect]

    Permalink
    Definition Classes
    JdbcActionComponent
  52. abstract class StatementPart extends AnyRef

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  53. type StreamingDriverAction[+R, +T, -E <: Effect] = FixedSqlStreamingAction[R, T, E]

    Permalink
    Definition Classes
    JdbcActionComponent → SqlActionComponent → BasicActionComponent
  54. type StreamingQueryActionExtensionMethods[R, T] = (SlickeryDriver.this)#StreamingQueryActionExtensionMethodsImpl[R, T]

    Permalink
    Definition Classes
    JdbcActionComponent → BasicActionComponent
  55. class StreamingQueryActionExtensionMethodsImpl[R, T] extends slick.driver.JdbcDriver.QueryActionExtensionMethodsImpl[R, Streaming[T]] with slick.driver.JdbcDriver.StreamingQueryActionExtensionMethodsImpl[R, T]

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

    Permalink
    Definition Classes
    RelationalTableComponent
  57. class TableDDLBuilder extends AnyRef

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  58. class TableQueryExtensionMethods[T <: slick.profile.RelationalProfile.Table[_], U] extends AnyRef

    Permalink
    Definition Classes
    RelationalProfile
  59. type UpdateActionExtensionMethods[T] = (SlickeryDriver.this)#UpdateActionExtensionMethodsImpl[T]

    Permalink
    Definition Classes
    JdbcActionComponent
  60. class UpdateActionExtensionMethodsImpl[T] extends AnyRef

    Permalink
    Definition Classes
    JdbcActionComponent
  61. class UpdateInsertBuilder extends slick.driver.JdbcDriver.UpsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  62. class UpsertBuilder extends slick.driver.JdbcDriver.InsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent

Abstract Value Members

  1. abstract def dropDatabase(dbName: String, db: slick.driver.JdbcProfile.API.Database)(implicit ec: ExecutionContext): Future[Boolean]

    Permalink
  2. abstract def ensureDbExists(dbName: String, db: slick.driver.JdbcProfile.API.Database)(implicit ec: ExecutionContext): Future[Boolean]

    Permalink
  3. abstract def makeSchema(schemaName: String): slick.driver.JdbcProfile.API.DBIO[Int]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from SlickeryDriver to ArrowAssoc[SlickeryDriver] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. object DDL

    Permalink
    Definition Classes
    SqlProfile
  7. lazy val MappedColumnType: (SlickeryDriver.this)#MappedJdbcType.type

    Permalink
    Definition Classes
    JdbcProfile → RelationalTypesComponent
  8. object MappedJdbcType extends slick.driver.JdbcDriver.MappedColumnTypeFactory

    Permalink
    Definition Classes
    JdbcTypesComponent
  9. val api: (SlickeryDriver.this)#API

    Permalink
    Definition Classes
    JdbcProfile → RelationalProfile → BasicProfile
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def await[X](future: ⇒ Future[X], opName: String)(implicit to: FiniteDuration): Try[X]

    Permalink
    Definition Classes
    FutureHelper
  12. def await[X](future: ⇒ Future[X], duration: FiniteDuration, opName: String): Try[X]

    Permalink
    Definition Classes
    FutureHelper
  13. val backend: (SlickeryDriver.this)#Backend

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  14. final def buildSequenceSchemaDescription(seq: (SlickeryDriver.this)#Sequence[_]): (SlickeryDriver.this)#DDL

    Permalink
    Definition Classes
    JdbcProfile → RelationalSequenceComponent
  15. final def buildTableSchemaDescription(table: (SlickeryDriver.this)#Table[_]): (SlickeryDriver.this)#DDL

    Permalink
    Definition Classes
    JdbcProfile → RelationalTableComponent
  16. final val capabilities: Set[Capability]

    Permalink
    Definition Classes
    BasicProfile
  17. lazy val checkInsertCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile
  18. def clone(): AnyRef

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

    Permalink
    Definition Classes
    SqlTableComponent → RelationalTableComponent
  20. val columnTypes: (SlickeryDriver.this)#JdbcTypes

    Permalink
    Definition Classes
    JdbcProfile
  21. def compileInsert(tree: Node): (SlickeryDriver.this)#JdbcCompiledInsert

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  22. final lazy val compiler: QueryCompiler

    Permalink
    Definition Classes
    RelationalProfile
  23. def computeCapabilities: Set[Capability]

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcProfile → SqlProfile → RelationalProfile → BasicProfile
  24. def computeQueryCompiler: QueryCompiler

    Permalink
    Attributes
    protected
    Definition Classes
    SqlProfile → RelationalProfile
  25. implicit lazy val configMapper: (SlickeryDriver.this)#BaseColumnType[Config]

    Permalink
  26. def createBaseResultConverter[T](ti: JdbcType[T], name: String, idx: Int): ResultConverter[JdbcResultConverterDomain, T]

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  27. def createCheckInsertBuilder(node: Insert): (SlickeryDriver.this)#InsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  28. def createColumnDDLBuilder(column: FieldSymbol, table: (SlickeryDriver.this)#Table[_]): (SlickeryDriver.this)#ColumnDDLBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  29. def createDeleteActionExtensionMethods(tree: Node, param: Any): (SlickeryDriver.this)#DeleteActionExtensionMethods

    Permalink
    Definition Classes
    JdbcActionComponent
  30. def createInsertActionExtensionMethods[T](compiled: (SlickeryDriver.this)#CompiledInsert): (SlickeryDriver.this)#InsertActionExtensionMethods[T]

    Permalink
    Definition Classes
    JdbcActionComponent → RelationalActionComponent
  31. def createInsertBuilder(node: Insert): (SlickeryDriver.this)#InsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  32. def createLoggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingHelper
  33. def createModel(tables: Option[DBIO[Seq[MTable]]], ignoreInvalidDefaults: Boolean)(implicit ec: ExecutionContext): DBIO[Model]

    Permalink
    Definition Classes
    JdbcModelComponent
  34. def createModelBuilder(tables: Seq[MTable], ignoreInvalidDefaults: Boolean)(implicit ec: ExecutionContext): JdbcModelBuilder

    Permalink
    Definition Classes
    JdbcModelComponent
  35. def createOptionResultConverter[T](ti: JdbcType[T], idx: Int): ResultConverter[JdbcResultConverterDomain, Option[T]]

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  36. def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): (SlickeryDriver.this)#QueryActionExtensionMethods[R, S]

    Permalink
    Definition Classes
    JdbcActionComponent → BasicActionComponent
  37. def createQueryBuilder(n: Node, state: CompilerState): (SlickeryDriver.this)#QueryBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  38. def createQueryInvoker[R](tree: Node, param: Any, sql: String): (SlickeryDriver.this)#QueryInvokerImpl[R]

    Permalink
    Definition Classes
    JdbcInvokerComponent
  39. def createReturningInsertActionComposer[U, QR, RU](compiled: (SlickeryDriver.this)#CompiledInsert, keys: Node, mux: (U, QR) ⇒ RU): (SlickeryDriver.this)#ReturningInsertActionComposer[U, RU]

    Permalink
    Definition Classes
    JdbcActionComponent
  40. def createSchemaActionExtensionMethods(schema: (SlickeryDriver.this)#SchemaDescription): (SlickeryDriver.this)#SchemaActionExtensionMethods

    Permalink
    Definition Classes
    JdbcActionComponent → RelationalActionComponent
  41. def createSequenceDDLBuilder(seq: (SlickeryDriver.this)#Sequence[_]): (SlickeryDriver.this)#SequenceDDLBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  42. def createStreamingQueryActionExtensionMethods[R, T](tree: Node, param: Any): (SlickeryDriver.this)#StreamingQueryActionExtensionMethods[R, T]

    Permalink
    Definition Classes
    JdbcActionComponent → BasicActionComponent
  43. def createTableDDLBuilder(table: (SlickeryDriver.this)#Table[_]): (SlickeryDriver.this)#TableDDLBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  44. def createUpdateActionExtensionMethods[T](tree: Node, param: Any): (SlickeryDriver.this)#UpdateActionExtensionMethods[T]

    Permalink
    Definition Classes
    JdbcActionComponent
  45. def createUpdateInsertBuilder(node: Insert): (SlickeryDriver.this)#InsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  46. def createUpsertBuilder(node: Insert): (SlickeryDriver.this)#InsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  47. def defaultSqlTypeName(tmd: JdbcType[_], sym: Option[FieldSymbol]): String

    Permalink
    Definition Classes
    JdbcTypesComponent
  48. def defaultTables(implicit ec: ExecutionContext): DBIO[Seq[MTable]]

    Permalink
    Definition Classes
    JdbcModelComponent
  49. lazy val deleteCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  50. final lazy val driverConfig: Config

    Permalink
    Definition Classes
    BasicDriver
  51. implicit lazy val durationMapper: (SlickeryDriver.this)#BaseColumnType[Duration]

    Permalink
  52. def ensuring(cond: (SlickeryDriver) ⇒ Boolean, msg: ⇒ Any): SlickeryDriver

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JdbcProfile
  60. def formatted(fmtstr: String): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  63. lazy val insertCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  64. implicit lazy val instantMapper: (SlickeryDriver.this)#BaseColumnType[Instant]

    Permalink
  65. val invokerMutateConcurrency: ResultSetConcurrency

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  66. val invokerMutateType: ResultSetType

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  67. val invokerPreviousAfterDelete: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  68. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    JdbcTypesComponent
  70. implicit lazy val jsValueMapper: (SlickeryDriver.this)#BaseColumnType[JsValue]

    Permalink
  71. def level: Level

    Permalink
    Definition Classes
    LoggingHelper
  72. def likeEncode(s: String): String

    Permalink
    Definition Classes
    SqlUtilsComponent
  73. def loadDriverConfig: Config

    Permalink
    Attributes
    protected[this]
    Definition Classes
    BasicDriver
  74. lazy val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingHelper
  75. def loggerName: String

    Permalink
    Definition Classes
    LoggingHelper
  76. val mappingCompiler: (SlickeryDriver.this)#MappingCompiler

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  77. def mkThrowable(msg: String, cause: Option[Throwable] = None): ThrowableWithComponent

    Permalink
    Attributes
    protected
    Definition Classes
    SlickeryComponent → ThrowingHelper
  78. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  79. def notImplemented(what: String): Nothing

    Permalink
    Definition Classes
    ThrowingHelper
  80. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  81. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  82. val profile: JdbcProfile

    Permalink
    Definition Classes
    JdbcDriver → SqlDriver → RelationalDriver → BasicDriver
  83. lazy val queryCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  84. def quoteIdentifier(id: String): String

    Permalink
    Definition Classes
    SqlUtilsComponent
  85. def quoteTableName(t: TableNode): String

    Permalink
    Definition Classes
    SqlUtilsComponent
  86. implicit lazy val regexMapper: (SlickeryDriver.this)#BaseColumnType[Regex]

    Permalink
  87. def runSynchronousQuery[R](tree: Node, param: Any)(implicit session: SessionDef): R

    Permalink
    Definition Classes
    JdbcProfile → RelationalProfile
  88. val scalarFrom: Option[String]

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  89. implicit lazy val symbolMapper: (SlickeryDriver.this)#BaseColumnType[Symbol]

    Permalink
  90. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  91. implicit val timeout: FiniteDuration

    Permalink
    Definition Classes
    FutureHelper
  92. def toString(): String

    Permalink
    Definition Classes
    BasicDriver → AnyRef → Any
  93. def toss(msg: ⇒ String, cause: Option[Throwable]): Nothing

    Permalink
    Definition Classes
    ThrowingHelper
  94. lazy val updateCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  95. lazy val updateInsertCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile
  96. lazy val upsertCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile
  97. lazy val useServerSideUpsert: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  98. lazy val useServerSideUpsertReturning: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  99. lazy val useTransactionForUpsert: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  100. lazy val useTransactionForUpsertReturning: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  101. def valueToSQLLiteral(v: Any, tpe: Type): String

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  102. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  105. def [B](y: B): (SlickeryDriver, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SlickeryDriver to ArrowAssoc[SlickeryDriver] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from SlickeryComponent

Inherited from HelperComponent

Inherited from FutureHelper

Inherited from ThrowingHelper

Inherited from LoggingHelper

Inherited from JdbcDriver

Inherited from JdbcMappingCompilerComponent

Inherited from JdbcStatementBuilderComponent

Inherited from JdbcProfile

Inherited from JdbcModelComponent

Inherited from JdbcTypesComponent

Inherited from JdbcInvokerComponent

Inherited from JdbcActionComponent

Inherited from SqlDriver

Inherited from SqlUtilsComponent

Inherited from SqlProfile

Inherited from SqlActionComponent

Inherited from SqlTableComponent

Inherited from RelationalDriver

Inherited from RelationalProfile

Inherited from RelationalActionComponent

Inherited from RelationalTypesComponent

Inherited from RelationalSequenceComponent

Inherited from RelationalTableComponent

Inherited from BasicDriver

Inherited from BasicProfile

Inherited from BasicActionComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SlickeryDriver to any2stringadd[SlickeryDriver]

Inherited by implicit conversion StringFormat from SlickeryDriver to StringFormat[SlickeryDriver]

Inherited by implicit conversion Ensuring from SlickeryDriver to Ensuring[SlickeryDriver]

Inherited by implicit conversion ArrowAssoc from SlickeryDriver to ArrowAssoc[SlickeryDriver]

Ungrouped