Object/Trait

com.reactific.slickery

PostgresDriver

Related Docs: trait PostgresDriver | package slickery

Permalink

object PostgresDriver extends PostgresDriver

Linear Supertypes
PostgresDriver, PgLTreeSupport, PgLTreeExtensions, PgNetSupport, PgNetExtensions, PgPostGISSupport, PgPostGISExtensions, PgSearchSupport, PgSearchExtensions, PgPlayJsonSupport, PgJsonExtensions, PgHStoreSupport, PgHStoreExtensions, PgRangeSupport, PgRangeExtensions, PgDateSupport, PgCommonJdbcTypes, PgDateExtensions, PgArraySupport, PgArrayJdbcTypes, PgArrayExtensions, SlickeryExtensions, SlickeryComponent, FutureHelper, ThrowingHelper, LoggingHelper, ExPostgresDriver, Logging, slick.driver.PostgresDriver, JdbcDriver, JdbcMappingCompilerComponent, JdbcStatementBuilderComponent, JdbcProfile, JdbcModelComponent, JdbcTypesComponent, JdbcInvokerComponent, JdbcActionComponent, SqlDriver, SqlUtilsComponent, SqlProfile, SqlActionComponent, SqlTableComponent, RelationalDriver, RelationalProfile, RelationalActionComponent, RelationalTypesComponent, RelationalSequenceComponent, RelationalTableComponent, BasicDriver, BasicProfile, BasicActionComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PostgresDriver
  2. PostgresDriver
  3. PgLTreeSupport
  4. PgLTreeExtensions
  5. PgNetSupport
  6. PgNetExtensions
  7. PgPostGISSupport
  8. PgPostGISExtensions
  9. PgSearchSupport
  10. PgSearchExtensions
  11. PgPlayJsonSupport
  12. PgJsonExtensions
  13. PgHStoreSupport
  14. PgHStoreExtensions
  15. PgRangeSupport
  16. PgRangeExtensions
  17. PgDateSupport
  18. PgCommonJdbcTypes
  19. PgDateExtensions
  20. PgArraySupport
  21. PgArrayJdbcTypes
  22. PgArrayExtensions
  23. SlickeryExtensions
  24. SlickeryComponent
  25. FutureHelper
  26. ThrowingHelper
  27. LoggingHelper
  28. ExPostgresDriver
  29. Logging
  30. PostgresDriver
  31. JdbcDriver
  32. JdbcMappingCompilerComponent
  33. JdbcStatementBuilderComponent
  34. JdbcProfile
  35. JdbcModelComponent
  36. JdbcTypesComponent
  37. JdbcInvokerComponent
  38. JdbcActionComponent
  39. SqlDriver
  40. SqlUtilsComponent
  41. SqlProfile
  42. SqlActionComponent
  43. SqlTableComponent
  44. RelationalDriver
  45. RelationalProfile
  46. RelationalActionComponent
  47. RelationalTypesComponent
  48. RelationalSequenceComponent
  49. RelationalTableComponent
  50. BasicDriver
  51. BasicProfile
  52. BasicActionComponent
  53. AnyRef
  54. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait API extends 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. trait BasePostGISAssistants[GEOMETRY, POINT <: GEOMETRY, LINESTRING <: GEOMETRY, POLYGON <: GEOMETRY, GEOMETRYCOLLECTION <: GEOMETRY] extends AnyRef

    Permalink
    Definition Classes
    PgPostGISExtensions
  8. trait BaseSearchAssistants[TV, TQ] extends AnyRef

    Permalink
    Definition Classes
    PgSearchExtensions
  9. class CheckInsertBuilder extends slick.driver.JdbcDriver.UpsertBuilder

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

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

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

    Permalink
    Definition Classes
    JdbcProfile → RelationalTypesComponent
  13. type CompiledInsert = JdbcCompiledInsert

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

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

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

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

    Permalink
    Definition Classes
    PgDateExtensions
  18. trait DateTimeImplicits extends (PgDateSupport.this)#SimpleDateTimeImplicits

    Permalink
    Definition Classes
    PgDateSupport
  19. type DeleteActionExtensionMethods = DeleteActionExtensionMethodsImpl

    Permalink
    Definition Classes
    JdbcActionComponent
  20. class DeleteActionExtensionMethodsImpl extends AnyRef

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

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

    Permalink
    Definition Classes
    JdbcTypesComponent
  23. class ExModelBuilder extends github.tminglei.slickpg.ExPostgresDriver.ModelBuilder

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

    Permalink
    Definition Classes
    PgCommonJdbcTypes
  25. class GeometryColumnExtensionMethods[GEOMETRY, POINT <: GEOMETRY, LINESTRING <: GEOMETRY, POLYGON <: GEOMETRY, GEOMETRYCOLLECTION <: GEOMETRY, G1 <: GEOMETRY, P1] extends ExtensionMethods[G1, P1]

    Permalink
    Definition Classes
    PgPostGISExtensions
  26. class GeometryJdbcType[T <: Geometry] extends (PgPostGISSupport.this)#DriverJdbcType[T]

    Permalink
    Definition Classes
    PgPostGISSupport
  27. class HStoreColumnExtensionMethods[P1] extends ExtensionMethods[Map[String, String], P1]

    Permalink
    Definition Classes
    PgHStoreExtensions
  28. trait HStoreImplicits extends (PgHStoreSupport.this)#SimpleHStoreImplicits

    Permalink
    Definition Classes
    PgHStoreSupport
  29. trait ImplicitColumnTypes extends slick.driver.JdbcDriver.ImplicitColumnTypes

    Permalink
    Definition Classes
    JdbcTypesComponent
  30. class InetColumnExtensionMethods[B1, P1] extends ExtensionMethods[B1, P1]

    Permalink
    Definition Classes
    PgNetExtensions
  31. trait InheritingTable extends AnyRef

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  34. type InsertActionExtensionMethods[T] = CountingInsertActionComposer[T]

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

    Permalink
    Definition Classes
    RelationalActionComponent
  36. class InsertBuilder extends AnyRef

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

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

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

    Permalink
    Definition Classes
    JdbcActionComponent
  40. class JdbcCodeGen extends CodeGen

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  41. class JdbcCompiledInsert extends AnyRef

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

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  43. class JdbcInsertCodeGen extends CodeGen

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

    Permalink
    Definition Classes
    PostgresDriver
  45. class JsonColumnExtensionMethods[JSONType, P1] extends ExtensionMethods[JSONType, P1]

    Permalink
    Definition Classes
    PgJsonExtensions
  46. trait JsonImplicits extends (PgPlayJsonSupport.this)#PlayJsonImplicits

    Permalink
    Definition Classes
    PgPlayJsonSupport
  47. class JsonLibrary extends AnyRef

    Permalink
    Definition Classes
    PgJsonExtensions
  48. class LTreeColumnExtensionMethods[B0, P1] extends ExtensionMethods[B0, P1]

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

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

    Permalink
    Definition Classes
    PgLTreeExtensions
  51. trait LowPriorityAPI extends AnyRef

    Permalink
    Definition Classes
    JdbcProfile
  52. class MacAddrColumnExtensionMethods[B1, P1] extends ExtensionMethods[B1, P1]

    Permalink
    Definition Classes
    PgNetExtensions
  53. trait MappedColumnTypeFactory extends AnyRef

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

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

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  56. class ModelBuilder extends JdbcModelBuilder

    Permalink
    Definition Classes
    PostgresDriver
  57. 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
  58. trait NetImplicits extends (PgNetSupport.this)#SimpleNetImplicits

    Permalink
    Definition Classes
    PgNetSupport
  59. trait PlayJsonImplicits extends AnyRef

    Permalink
    Definition Classes
    PgPlayJsonSupport
  60. trait PlayJsonPlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgPlayJsonSupport
  61. trait PostGISAssistants extends (PgPostGISSupport.this)#BasePostGISAssistants[Geometry, Point, LineString, Polygon, GeometryCollection]

    Permalink
    Definition Classes
    PgPostGISSupport
  62. trait PostGISImplicits extends AnyRef

    Permalink
    Definition Classes
    PgPostGISSupport
  63. trait PostGISPlainImplicits extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    PostgresDriver
  68. trait QueryInvoker[R] extends StatementInvoker[R]

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

    Permalink
    Definition Classes
    JdbcInvokerComponent
  70. class QuotingSymbolNamer extends SymbolNamer

    Permalink
    Definition Classes
    SqlUtilsComponent
  71. class RangeColumnExtensionMethods[RANGEType, B0, P1] extends ExtensionMethods[RANGEType, P1]

    Permalink
    Definition Classes
    PgRangeExtensions
  72. trait RangeImplicits extends (PgRangeSupport.this)#SimpleRangeImplicits

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  75. type SchemaActionExtensionMethods = SchemaActionExtensionMethodsImpl

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

    Permalink
    Definition Classes
    JdbcActionComponent
  77. type SchemaDescription = DDL

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

    Permalink
    Definition Classes
    BasicProfile
  79. trait SearchAssistants extends (PgSearchSupport.this)#BaseSearchAssistants[TsVector, TsQuery]

    Permalink
    Definition Classes
    PgSearchSupport
  80. trait SearchImplicits extends (PgSearchSupport.this)#SimpleSearchImplicits

    Permalink
    Definition Classes
    PgSearchSupport
  81. class Sequence[T] extends AnyRef

    Permalink
    Definition Classes
    RelationalSequenceComponent
  82. class SequenceDDLBuilder extends AnyRef

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

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

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

    Permalink
    Definition Classes
    PgArrayJdbcTypes
  86. trait SimpleArrayPlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgArraySupport
  87. trait SimpleDateTimeImplicits extends AnyRef

    Permalink
    Definition Classes
    PgDateSupport
  88. trait SimpleHStoreImplicits extends AnyRef

    Permalink
    Definition Classes
    PgHStoreSupport
  89. trait SimpleHStorePlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgHStoreSupport
  90. trait SimpleInsertActionComposer[U] extends slick.driver.JdbcDriver.InsertActionExtensionMethodsImpl[U]

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

    Permalink
    Definition Classes
    PgLTreeSupport
  93. trait SimpleLTreePlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgLTreeSupport
  94. trait SimpleNetImplicits extends AnyRef

    Permalink
    Definition Classes
    PgNetSupport
  95. trait SimpleNetPlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgNetSupport
  96. trait SimpleRangeImplicits extends AnyRef

    Permalink
    Definition Classes
    PgRangeSupport
  97. trait SimpleRangePlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgRangeSupport
  98. trait SimpleSearchImplicits extends AnyRef

    Permalink
    Definition Classes
    PgSearchSupport
  99. trait SimpleSearchPlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgSearchSupport
  100. abstract class StatementPart extends AnyRef

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PgDateExtensions
  109. class TsQueryColumnExtensionMethods[TV, TQ, P1] extends ExtensionMethods[TQ, P1]

    Permalink
    Definition Classes
    PgSearchExtensions
  110. class TsVectorColumnExtensionMethods[TV, TQ, P1] extends ExtensionMethods[TV, P1]

    Permalink
    Definition Classes
    PgSearchExtensions
  111. type UpdateActionExtensionMethods[T] = UpdateActionExtensionMethodsImpl[T]

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

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

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  114. class UpsertBuilder extends slick.driver.PostgresDriver.UpsertBuilder

    Permalink
    Definition Classes
    PostgresDriver
  115. 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

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

    Permalink
    Definition Classes
    PgArrayJdbcTypes
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.5) use AdvancedArrayListJdbcType instead

  117. 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. object DDL

    Permalink
    Definition Classes
    SqlProfile
  5. lazy val MappedColumnType: MappedJdbcType.type

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

    Permalink
    Definition Classes
    JdbcTypesComponent
  7. object SlickeryPostgresAPI extends (PostgresDriver.this)#API with (PostgresDriver.this)#ArrayImplicits with (PostgresDriver.this)#DateTimeImplicits with (PostgresDriver.this)#JsonImplicits with (PostgresDriver.this)#NetImplicits with (PostgresDriver.this)#LTreeImplicits with (PostgresDriver.this)#SimpleLTreePlainImplicits with (PostgresDriver.this)#RangeImplicits with (PostgresDriver.this)#SimpleRangePlainImplicits with (PostgresDriver.this)#HStoreImplicits with (PostgresDriver.this)#SimpleHStorePlainImplicits with (PostgresDriver.this)#PostGISImplicits with (PostgresDriver.this)#PostGISPlainImplicits with (PostgresDriver.this)#SearchImplicits with (PostgresDriver.this)#SearchAssistants

    Permalink
    Definition Classes
    PostgresDriver
  8. val api: SlickeryPostgresAPI.type

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

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

    Permalink
    Definition Classes
    FutureHelper
  11. val backend: Backend

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  12. def bindPgTypeToScala(pgType: String, scalaType: ClassTag[_]): Unit

    Permalink
    Definition Classes
    ExPostgresDriver
  13. final def buildSequenceSchemaDescription(seq: Sequence[_]): DDL

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

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

    Permalink
    Definition Classes
    BasicProfile
  16. lazy val checkInsertCompiler: QueryCompiler

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  27. def createDeleteActionExtensionMethods(tree: Node, param: Any): DeleteActionExtensionMethods

    Permalink
    Definition Classes
    JdbcActionComponent
  28. def createInsertActionExtensionMethods[T](compiled: CompiledInsert): InsertActionExtensionMethods[T]

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

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  30. def createLoggerName: String

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

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

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

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

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

    Permalink
    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  36. def createQueryInvoker[R](tree: Node, param: Any, sql: String): QueryInvokerImpl[R]

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

    Permalink
    Definition Classes
    JdbcActionComponent
  38. def createSchemaActionExtensionMethods(schema: SchemaDescription): SchemaActionExtensionMethods

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

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

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

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

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

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

    Permalink
    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  45. def defaultSqlTypeName(tmd: JdbcType[_], sym: Option[FieldSymbol]): 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. implicit lazy val durationMapper: BaseColumnType[Duration]

    Permalink
    Definition Classes
    SlickeryExtensions
  50. def ensureDbExists(dbName: String, db: PostgresDriver.SlickeryPostgresAPI.Database)(implicit ec: ExecutionContext): Future[Boolean]

    Permalink
    Definition Classes
    PostgresDriverSlickeryExtensions
  51. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  58. implicit lazy val instantMapper: BaseColumnType[Instant]

    Permalink
    Definition Classes
    SlickeryExtensions
  59. val invokerMutateConcurrency: ResultSetConcurrency

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

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

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

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

    Permalink
    Definition Classes
    JdbcTypesComponent
  64. implicit lazy val jsValueMapper: BaseColumnType[JsValue]

    Permalink
    Definition Classes
    SlickeryExtensions
  65. def level: Level

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

    Permalink
    Definition Classes
    SqlUtilsComponent
  67. def loadDriverConfig: Config

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

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingHelper
  69. lazy val logger: SlickLogger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  70. def loggerName: String

    Permalink
    Definition Classes
    LoggingHelper
  71. def makeSchema(schemaName: String): PostgresDriver.SlickeryPostgresAPI.DBIO[Int]

    Permalink
    Definition Classes
    PostgresDriverSlickeryExtensions
  72. val mappingCompiler: MappingCompiler

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  78. def pgjson: String

    Permalink
    Definition Classes
    PostgresDriver → PgPlayJsonSupport
  79. val profile: JdbcProfile

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

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

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

    Permalink
    Definition Classes
    SqlUtilsComponent
  83. implicit lazy val regexMapper: BaseColumnType[Regex]

    Permalink
    Definition Classes
    SlickeryExtensions
  84. def runSynchronousQuery[R](tree: Node, param: Any)(implicit session: SessionDef): R

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

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  86. implicit lazy val symbolMapper: BaseColumnType[Symbol]

    Permalink
    Definition Classes
    SlickeryExtensions
  87. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    ThrowingHelper
  90. lazy val updateCompiler: QueryCompiler

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

    Permalink
    Definition Classes
    JdbcProfile
  92. lazy val upsertCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile
  93. lazy val useServerSideUpsert: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDriver → JdbcActionComponent
  94. lazy val useServerSideUpsertReturning: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDriver → JdbcActionComponent
  95. lazy val useTransactionForUpsert: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDriver → JdbcActionComponent
  96. lazy val useTransactionForUpsertReturning: Boolean

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

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

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

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

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

Inherited from PostgresDriver

Inherited from PgLTreeSupport

Inherited from PgLTreeExtensions

Inherited from PgNetSupport

Inherited from PgNetExtensions

Inherited from PgPostGISSupport

Inherited from PgPostGISExtensions

Inherited from PgSearchSupport

Inherited from PgSearchExtensions

Inherited from PgPlayJsonSupport

Inherited from PgJsonExtensions

Inherited from PgHStoreSupport

Inherited from PgHStoreExtensions

Inherited from PgRangeSupport

Inherited from PgRangeExtensions

Inherited from PgDateSupport

Inherited from PgCommonJdbcTypes

Inherited from PgDateExtensions

Inherited from PgArraySupport

Inherited from PgArrayJdbcTypes

Inherited from PgArrayExtensions

Inherited from SlickeryExtensions

Inherited from SlickeryComponent

Inherited from FutureHelper

Inherited from ThrowingHelper

Inherited from LoggingHelper

Inherited from ExPostgresDriver

Inherited from Logging

Inherited from slick.driver.PostgresDriver

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

Ungrouped