Trait/Object

im.actor.server.db

ActorPostgresDriver

Related Docs: object ActorPostgresDriver | package db

Permalink

trait ActorPostgresDriver extends ExPostgresDriver with PgDate2Support with PgArraySupport with PgLTreeSupport

Linear Supertypes
PgLTreeSupport, PgLTreeExtensions, PgArraySupport, PgArrayJdbcTypes, PgArrayExtensions, PgDate2Support, PgCommonJdbcTypes, PgDateExtensions, ExPostgresDriver, PostgresDriver, JdbcDriver, JdbcMappingCompilerComponent, JdbcStatementBuilderComponent, JdbcProfile, JdbcModelComponent, JdbcTypesComponent, JdbcExecutorComponent, JdbcInsertInvokerComponent, JdbcInvokerComponent, JdbcActionComponent, SqlDriver, SqlUtilsComponent, SqlProfile, SqlActionComponent, SqlTableComponent, SqlExecutorComponent, RelationalDriver, RelationalProfile, RelationalActionComponent, RelationalTypesComponent, RelationalSequenceComponent, RelationalTableComponent, BasicDriver, BasicProfile, BasicActionComponent, BasicExecutorComponent, BasicInsertInvokerComponent, BasicInvokerComponent, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ActorPostgresDriver
  2. PgLTreeSupport
  3. PgLTreeExtensions
  4. PgArraySupport
  5. PgArrayJdbcTypes
  6. PgArrayExtensions
  7. PgDate2Support
  8. PgCommonJdbcTypes
  9. PgDateExtensions
  10. ExPostgresDriver
  11. PostgresDriver
  12. JdbcDriver
  13. JdbcMappingCompilerComponent
  14. JdbcStatementBuilderComponent
  15. JdbcProfile
  16. JdbcModelComponent
  17. JdbcTypesComponent
  18. JdbcExecutorComponent
  19. JdbcInsertInvokerComponent
  20. JdbcInvokerComponent
  21. JdbcActionComponent
  22. SqlDriver
  23. SqlUtilsComponent
  24. SqlProfile
  25. SqlActionComponent
  26. SqlTableComponent
  27. SqlExecutorComponent
  28. RelationalDriver
  29. RelationalProfile
  30. RelationalActionComponent
  31. RelationalTypesComponent
  32. RelationalSequenceComponent
  33. RelationalTableComponent
  34. BasicDriver
  35. BasicProfile
  36. BasicActionComponent
  37. BasicExecutorComponent
  38. BasicInsertInvokerComponent
  39. BasicInvokerComponent
  40. AnyRef
  41. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait API extends com.github.tminglei.slickpg.ExPostgresDriver.API

    Permalink
    Definition Classes
    ExPostgresDriver
  2. class AdvancedArrayJdbcType[T] extends (PgArrayJdbcTypes.this)#DriverJdbcType[Seq[T]]

    Permalink
    Definition Classes
    PgArrayJdbcTypes
  3. class ArrayColumnExtensionMethods[B0, SEQ[B0], P1] extends ExtensionMethods[SEQ[B0], P1]

    Permalink
    Definition Classes
    PgArrayExtensions
  4. trait ArrayImplicits extends (PgArraySupport.this)#SimpleArrayImplicits

    Permalink
    Definition Classes
    PgArraySupport
  5. type Backend = JdbcBackend

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

    Permalink
    Definition Classes
    JdbcProfile → RelationalTypesComponent
  7. abstract class BaseInsertInvoker[U] extends slick.driver.JdbcDriver.FullInsertInvokerDef[U]

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  8. class CheckInsertBuilder extends slick.driver.JdbcDriver.UpsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  9. class ColumnDDLBuilder extends slick.driver.PostgresDriver.ColumnDDLBuilder

    Permalink
    Definition Classes
    PostgresDriver
  10. trait ColumnOptions extends slick.profile.SqlDriver.ColumnOptions

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

    Permalink
    Definition Classes
    JdbcProfile → RelationalTypesComponent
  12. trait CommonAPI extends slick.profile.RelationalDriver.CommonAPI

    Permalink
    Attributes
    protected
    Definition Classes
    RelationalProfile
  13. trait CommonImplicits extends slick.driver.JdbcDriver.CommonImplicits with slick.driver.JdbcDriver.ImplicitColumnTypes

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcProfile
  14. type CompiledInsert = JdbcCompiledInsert

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  17. class CountingInsertInvoker[U] extends slick.driver.JdbcDriver.BaseInsertInvoker[U] with slick.driver.JdbcDriver.CountingInsertInvokerDef[U]

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  18. trait CountingInsertInvokerDef[U] extends slick.driver.JdbcDriver.FullInsertInvokerDef[U]

    Permalink
    Definition Classes
    JdbcInsertInvokerComponent
  19. trait DDL extends slick.profile.SqlDriver.SchemaDescriptionDef

    Permalink
    Definition Classes
    SqlProfile
  20. class DDLInvoker extends slick.driver.JdbcDriver.DDLInvoker

    Permalink
    Definition Classes
    JdbcInvokerComponent
  21. trait Date2DateTimeFormatters extends AnyRef

    Permalink
    Definition Classes
    PgDate2Support
  22. trait Date2DateTimeImplicits[INTERVAL] extends (PgDate2Support.this)#Date2DateTimeFormatters

    Permalink
    Definition Classes
    PgDate2Support
  23. trait Date2DateTimeImplicitsDuration extends (PgDate2Support.this)#Date2DateTimeImplicits[Duration]

    Permalink
    Definition Classes
    PgDate2Support
  24. trait Date2DateTimeImplicitsPeriod extends (PgDate2Support.this)#Date2DateTimeImplicits[Period]

    Permalink
    Definition Classes
    PgDate2Support
  25. trait Date2DateTimePlainImplicits extends (PgDate2Support.this)#Date2DateTimeFormatters

    Permalink
    Definition Classes
    PgDate2Support
  26. class DateColumnExtensionMethods[DATE, TIME, TIMESTAMP, INTERVAL, P1] extends ExtensionMethods[DATE, P1]

    Permalink
    Definition Classes
    PgDateExtensions
  27. trait DateTimeImplicits extends (PgDate2Support.this)#Date2DateTimeImplicitsDuration

    Permalink
    Definition Classes
    PgDate2Support
  28. trait DateTimeImplicitsPeriod extends (PgDate2Support.this)#Date2DateTimeImplicitsPeriod

    Permalink
    Definition Classes
    PgDate2Support
  29. type DeleteActionExtensionMethods = DeleteActionExtensionMethodsImpl

    Permalink
    Definition Classes
    JdbcActionComponent
  30. class DeleteActionExtensionMethodsImpl extends AnyRef

    Permalink
    Definition Classes
    JdbcActionComponent
  31. class DeleteInvoker extends AnyRef

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

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

    Permalink
    Definition Classes
    JdbcTypesComponent
  34. trait FullInsertInvokerDef[U] extends slick.driver.JdbcDriver.InsertInvokerDef[U]

    Permalink
    Definition Classes
    JdbcInsertInvokerComponent
  35. class GenericJdbcType[T] extends (PgCommonJdbcTypes.this)#DriverJdbcType[T]

    Permalink
    Definition Classes
    PgCommonJdbcTypes
  36. trait ImplicitColumnTypes extends slick.driver.JdbcDriver.ImplicitColumnTypes

    Permalink
    Definition Classes
    JdbcTypesComponent
  37. trait Implicits extends slick.driver.JdbcDriver.LowPriorityImplicits with slick.driver.JdbcDriver.Implicits with slick.driver.JdbcDriver.CommonImplicits

    Permalink
    Definition Classes
    JdbcProfile
  38. trait InheritingTable extends AnyRef

    Permalink
    Definition Classes
    ExPostgresDriver
  39. trait InsertActionComposer[U] extends slick.driver.JdbcDriver.SimpleInsertActionComposer[U]

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

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

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

    Permalink
    Definition Classes
    RelationalActionComponent
  43. class InsertBuilder extends AnyRef

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  44. type InsertInvoker[T] = CountingInsertInvokerDef[T]

    Permalink
    Definition Classes
    JdbcInsertInvokerComponent → BasicInsertInvokerComponent
  45. trait InsertInvokerDef[U] extends slick.driver.JdbcDriver.InsertInvokerDef[U]

    Permalink
    Definition Classes
    JdbcInsertInvokerComponent
  46. class IntervalColumnExtensionMethods[DATE, TIME, TIMESTAMP, INTERVAL, P1] extends ExtensionMethods[INTERVAL, P1]

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

    Permalink
    Definition Classes
    JdbcActionComponent
  48. trait IntoInsertInvokerDef[U, R] extends slick.driver.JdbcDriver.InsertInvokerDef[U]

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

    Permalink
    Definition Classes
    JdbcActionComponent
  50. class JdbcCodeGen extends CodeGen

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  51. class JdbcCompiledInsert extends AnyRef

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

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  53. class JdbcInsertCodeGen extends CodeGen

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  54. class JdbcTypes extends slick.driver.PostgresDriver.JdbcTypes

    Permalink
    Definition Classes
    PostgresDriver
  55. class LTreeColumnExtensionMethods[B0, P1] extends ExtensionMethods[B0, P1]

    Permalink
    Definition Classes
    PgLTreeExtensions
  56. trait LTreeImplicits extends (PgLTreeSupport.this)#SimpleLTreeImplicits

    Permalink
    Definition Classes
    PgLTreeSupport
  57. class LTreeListColumnExtensionMethods[B0, P1] extends ExtensionMethods[List[B0], P1]

    Permalink
    Definition Classes
    PgLTreeExtensions
  58. trait LowPriorityAPI extends AnyRef

    Permalink
    Definition Classes
    JdbcProfile
  59. trait LowPriorityImplicits extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcProfile
  60. trait MappedColumnTypeFactory extends AnyRef

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

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

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  63. class ModelBuilder extends JdbcModelBuilder

    Permalink
    Definition Classes
    PostgresDriver
  64. 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
  65. trait OracleStyleRowNum extends slick.driver.JdbcDriver.QueryBuilder

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

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  67. type QueryActionExtensionMethods[R, S <: NoStream] = QueryActionExtensionMethodsImpl[R, S]

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

    Permalink
    Definition Classes
    JdbcActionComponent
  69. class QueryBuilder extends slick.driver.PostgresDriver.QueryBuilder

    Permalink
    Definition Classes
    PostgresDriver
  70. type QueryExecutor[T] = QueryExecutorDef[T]

    Permalink
    Definition Classes
    JdbcExecutorComponent → SqlExecutorComponent → BasicExecutorComponent
  71. class QueryExecutorDef[R] extends slick.driver.JdbcDriver.QueryExecutorDef[R]

    Permalink
    Definition Classes
    JdbcExecutorComponent
  72. trait QueryInvoker[R] extends StatementInvoker[R] with MutatingStatementInvoker[R]

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

    Permalink
    Definition Classes
    JdbcInvokerComponent
  74. class QuotingSymbolNamer extends SymbolNamer

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

    Permalink
    Definition Classes
    JdbcActionComponent
  76. class ReturningInsertInvoker[U, RU] extends slick.driver.JdbcDriver.BaseInsertInvoker[U] with slick.driver.JdbcDriver.ReturningInsertInvokerDef[U, RU]

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  77. trait ReturningInsertInvokerDef[U, RU] extends slick.driver.JdbcDriver.FullInsertInvokerDef[U]

    Permalink
    Definition Classes
    JdbcInsertInvokerComponent
  78. trait RowNumberPagination extends slick.driver.JdbcDriver.QueryBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  79. type SchemaActionExtensionMethods = SchemaActionExtensionMethodsImpl

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

    Permalink
    Definition Classes
    JdbcActionComponent
  81. type SchemaDescription = DDL

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

    Permalink
    Definition Classes
    BasicProfile
  83. class Sequence[T] extends Typed

    Permalink
    Definition Classes
    RelationalSequenceComponent
  84. class SequenceDDLBuilder extends AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  86. trait SimpleArrayImplicits extends AnyRef

    Permalink
    Definition Classes
    PgArraySupport
  87. class SimpleArrayJdbcType[T] extends (PgArrayJdbcTypes.this)#DriverJdbcType[Seq[T]]

    Permalink
    Definition Classes
    PgArrayJdbcTypes
  88. trait SimpleArrayPlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgArraySupport
  89. trait SimpleInsertActionComposer[U] extends slick.driver.JdbcDriver.InsertActionExtensionMethodsImpl[U]

    Permalink
    Definition Classes
    JdbcActionComponent
  90. 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
  91. trait SimpleLTreeImplicits extends AnyRef

    Permalink
    Definition Classes
    PgLTreeSupport
  92. trait SimpleLTreePlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgLTreeSupport
  93. trait SimpleQL extends slick.driver.JdbcDriver.SimpleQL with slick.driver.JdbcDriver.Implicits

    Permalink
    Definition Classes
    JdbcProfile
  94. abstract class StatementPart extends AnyRef

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

    Permalink
    Definition Classes
    JdbcActionComponent → SqlActionComponent → BasicActionComponent
  96. type StreamingQueryActionExtensionMethods[R, T] = StreamingQueryActionExtensionMethodsImpl[R, T]

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

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

    Permalink
    Definition Classes
    RelationalTableComponent
  99. class TableDDLBuilder extends com.github.tminglei.slickpg.ExPostgresDriver.TableDDLBuilder

    Permalink
    Definition Classes
    ExPostgresDriver
  100. class TableQueryExtensionMethods[T <: slick.profile.RelationalDriver.Table[_], U] extends AnyRef

    Permalink
    Definition Classes
    RelationalProfile
  101. class TimeColumnExtensionMethods[DATE, TIME, TIMESTAMP, INTERVAL, P1] extends ExtensionMethods[TIME, P1]

    Permalink
    Definition Classes
    PgDateExtensions
  102. class TimestampColumnExtensionMethods[DATE, TIME, TIMESTAMP, INTERVAL, P1] extends ExtensionMethods[TIMESTAMP, P1]

    Permalink
    Definition Classes
    PgDateExtensions
  103. type UpdateActionExtensionMethods[T] = UpdateActionExtensionMethodsImpl[T]

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

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

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  106. class UpdateInvoker[T] extends AnyRef

    Permalink
    Definition Classes
    JdbcInvokerComponent
  107. class UpsertBuilder extends slick.driver.PostgresDriver.UpsertBuilder

    Permalink
    Definition Classes
    PostgresDriver
  108. class AdvancedArrayListJdbcType[T] extends (PgArrayJdbcTypes.this)#WrappedConvArrayJdbcType[T, List]

    Permalink
    Definition Classes
    PgArrayJdbcTypes
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.1) use 'new AdvancedArrayJdbcType[T](..).to[SEQ[T]](..)' instead

  109. type NestedArrayListJdbcType[T] = AdvancedArrayListJdbcType[T]

    Permalink
    Definition Classes
    PgArrayJdbcTypes
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.5) use AdvancedArrayListJdbcType instead

  110. class SimpleArrayListJdbcType[T] extends (PgArrayJdbcTypes.this)#WrappedConvArrayJdbcType[T, List]

    Permalink
    Definition Classes
    PgArrayJdbcTypes
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.1) use 'new SimpleArrayJdbcType[T](..).to[SEQ[T]](..)' instead

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val MappedColumnType: MappedJdbcType.type

    Permalink
    Definition Classes
    JdbcProfile → RelationalTypesComponent
  5. val api: API with ArrayImplicits with LTreeImplicits with DateTimeImplicits with ByteStringImplicits

    Permalink
    Definition Classes
    ActorPostgresDriver → ExPostgresDriver → JdbcProfile → RelationalProfile → BasicProfile
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val backend: Backend

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  8. final def buildSequenceSchemaDescription(seq: Sequence[_]): DDL

    Permalink
    Definition Classes
    JdbcProfile → RelationalSequenceComponent
  9. final def buildTableSchemaDescription(table: Table[_]): DDL

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

    Permalink
    Definition Classes
    BasicProfile
  11. lazy val checkInsertCompiler: QueryCompiler

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

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

    Permalink
    Definition Classes
    SqlTableComponent → RelationalTableComponent
  14. val columnTypes: JdbcTypes

    Permalink
    Definition Classes
    PostgresDriver → JdbcProfile
  15. def compileInsert(tree: Node): JdbcCompiledInsert

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcProfile → RelationalProfile
  19. def createBaseResultConverter[T](ti: JdbcType[T], name: String, idx: Int): ResultConverter[JdbcResultConverterDomain, T]

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  20. def createCheckInsertBuilder(node: Insert): InsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  21. def createColumnDDLBuilder(column: FieldSymbol, table: Table[_]): ColumnDDLBuilder

    Permalink
    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  22. def createCountingInsertInvoker[U](compiled: CompiledInsert): CountingInsertInvokerDef[U]

    Permalink
    Definition Classes
    JdbcInsertInvokerComponent
  23. def createDDLInvoker(ddl: SchemaDescription): DDLInvoker

    Permalink
    Definition Classes
    JdbcInvokerComponent → BasicInvokerComponent
  24. def createDeleteActionExtensionMethods(tree: Node, param: Any): DeleteActionExtensionMethods

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

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

    Permalink
    Definition Classes
    JdbcActionComponent → RelationalActionComponent
  27. def createInsertBuilder(node: Insert): InsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  28. def createInsertInvoker[U](tree: CompiledInsert): CountingInsertInvokerDef[U]

    Permalink
    Definition Classes
    JdbcInsertInvokerComponent → BasicInsertInvokerComponent
  29. def createModel(tables: Option[DBIO[Seq[MTable]]], ignoreInvalidDefaults: Boolean)(implicit ec: ExecutionContext): DBIO[Model]

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

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

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

    Permalink
    Definition Classes
    JdbcActionComponent → BasicActionComponent
  33. def createQueryBuilder(n: Node, state: CompilerState): QueryBuilder

    Permalink
    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  34. def createQueryExecutor[R](tree: Node, param: Any): QueryExecutor[R]

    Permalink
    Definition Classes
    JdbcExecutorComponent → SqlExecutorComponent → BasicExecutorComponent
  35. def createQueryInvoker[R](tree: Node, param: Any, sql: String): QueryInvokerImpl[R]

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

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

    Permalink
    Definition Classes
    JdbcActionComponent → RelationalActionComponent
  38. def createSequenceDDLBuilder(seq: Sequence[_]): SequenceDDLBuilder

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

    Permalink
    Definition Classes
    JdbcActionComponent → BasicActionComponent
  40. def createTableDDLBuilder(table: Table[_]): TableDDLBuilder

    Permalink
    Definition Classes
    ExPostgresDriver → PostgresDriver → JdbcStatementBuilderComponent
  41. def createUpdateActionExtensionMethods[T](tree: Node, param: Any): UpdateActionExtensionMethods[T]

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

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  43. def createUpdateInvoker[T](tree: Node, param: Any): UpdateInvoker[T]

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

    Permalink
    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  45. def defaultSqlTypeName(tmd: JdbcType[_], size: Option[Length]): String

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

    Permalink
    Definition Classes
    PostgresDriver → JdbcModelComponent
  47. lazy val deleteCompiler: QueryCompiler

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  56. val invokerMutateConcurrency: ResultSetConcurrency

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

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

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

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

    Permalink
    Definition Classes
    JdbcTypesComponent
  61. def likeEncode(s: String): String

    Permalink
    Definition Classes
    SqlUtilsComponent
  62. def loadDriverConfig: Config

    Permalink
    Attributes
    protected[this]
    Definition Classes
    BasicDriver
  63. val mappingCompiler: MappingCompiler

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

    Permalink
    Definition Classes
    AnyRef
  65. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  67. val profile: JdbcProfile

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

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

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

    Permalink
    Definition Classes
    SqlUtilsComponent
  71. val scalarFrom: Option[String]

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  73. def toString(): String

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

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

    Permalink
    Definition Classes
    JdbcProfile
  76. lazy val upsertCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile
  77. lazy val useServerSideUpsert: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDriver → JdbcInsertInvokerComponent
  78. lazy val useServerSideUpsertReturning: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDriver → JdbcInsertInvokerComponent
  79. lazy val useTransactionForUpsert: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDriver → JdbcInsertInvokerComponent
  80. lazy val useTransactionForUpsertReturning: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. lazy val Implicit: Implicits

    Permalink
    Definition Classes
    JdbcProfile → RelationalProfile → BasicProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Use 'api' instead of 'simple' or 'Implicit' to import the new API

  2. val simple: SimpleQL

    Permalink
    Definition Classes
    JdbcProfile → RelationalProfile → BasicProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Use 'api' instead of 'simple' or 'Implicit' to import the new API

Inherited from PgLTreeSupport

Inherited from PgLTreeExtensions

Inherited from PgArraySupport

Inherited from PgArrayJdbcTypes

Inherited from PgArrayExtensions

Inherited from PgDate2Support

Inherited from PgCommonJdbcTypes

Inherited from PgDateExtensions

Inherited from ExPostgresDriver

Inherited from PostgresDriver

Inherited from JdbcDriver

Inherited from JdbcMappingCompilerComponent

Inherited from JdbcStatementBuilderComponent

Inherited from JdbcProfile

Inherited from JdbcModelComponent

Inherited from JdbcTypesComponent

Inherited from JdbcExecutorComponent

Inherited from JdbcInsertInvokerComponent

Inherited from JdbcInvokerComponent

Inherited from JdbcActionComponent

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 RelationalSequenceComponent

Inherited from RelationalTableComponent

Inherited from BasicDriver

Inherited from BasicProfile

Inherited from BasicActionComponent

Inherited from BasicExecutorComponent

Inherited from BasicInsertInvokerComponent

Inherited from BasicInvokerComponent

Inherited from AnyRef

Inherited from Any

Ungrouped