Trait/Object

com.reactific.slickery

PostgresDriver

Related Docs: object PostgresDriver | package slickery

Permalink

trait PostgresDriver extends ExPostgresDriver with SlickeryDriver with PgArraySupport with PgDateSupport with PgRangeSupport with PgHStoreSupport with PgPlayJsonSupport with PgSearchSupport with PgPostGISSupport with PgNetSupport with PgLTreeSupport

Title Of Thing.

Description of thing

Self Type
PostgresDriver with JdbcDriver
Linear Supertypes
PgLTreeSupport, PgLTreeExtensions, PgNetSupport, PgNetExtensions, PgPostGISSupport, PgPostGISExtensions, PgSearchSupport, PgSearchExtensions, PgPlayJsonSupport, PgJsonExtensions, PgHStoreSupport, PgHStoreExtensions, PgRangeSupport, PgRangeExtensions, PgDateSupport, PgCommonJdbcTypes, PgDateExtensions, PgArraySupport, PgArrayJdbcTypes, PgArrayExtensions, SlickeryDriver, SlickeryComponent, HelperComponent, 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
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PostgresDriver
  2. PgLTreeSupport
  3. PgLTreeExtensions
  4. PgNetSupport
  5. PgNetExtensions
  6. PgPostGISSupport
  7. PgPostGISExtensions
  8. PgSearchSupport
  9. PgSearchExtensions
  10. PgPlayJsonSupport
  11. PgJsonExtensions
  12. PgHStoreSupport
  13. PgHStoreExtensions
  14. PgRangeSupport
  15. PgRangeExtensions
  16. PgDateSupport
  17. PgCommonJdbcTypes
  18. PgDateExtensions
  19. PgArraySupport
  20. PgArrayJdbcTypes
  21. PgArrayExtensions
  22. SlickeryDriver
  23. SlickeryComponent
  24. HelperComponent
  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
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 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 = (PostgresDriver.this)#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 = (PostgresDriver.this)#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] = (PostgresDriver.this)#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] = (PostgresDriver.this)#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 = (PostgresDriver.this)#SchemaActionExtensionMethodsImpl

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

    Permalink
    Definition Classes
    JdbcActionComponent
  77. type SchemaDescription = (PostgresDriver.this)#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] = (PostgresDriver.this)#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] = (PostgresDriver.this)#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] = (PostgresDriver.this)#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. def +(other: String): String

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PostgresDriver to ArrowAssoc[PostgresDriver] 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: (PostgresDriver.this)#MappedJdbcType.type

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

    Permalink
    Definition Classes
    JdbcTypesComponent
  9. 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
  10. val api: (PostgresDriver.this)#SlickeryPostgresAPI.type

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

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

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

    Permalink
    Definition Classes
    FutureHelper
  14. val backend: (PostgresDriver.this)#Backend

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

    Permalink
    Definition Classes
    ExPostgresDriver
  16. final def buildSequenceSchemaDescription(seq: (PostgresDriver.this)#Sequence[_]): (PostgresDriver.this)#DDL

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

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

    Permalink
    Definition Classes
    BasicProfile
  19. lazy val checkInsertCompiler: QueryCompiler

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

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

    Permalink
    Definition Classes
    SqlTableComponent → RelationalTableComponent
  22. val columnTypes: (PostgresDriver.this)#JdbcTypes

    Permalink
    Definition Classes
    PostgresDriver → JdbcProfile
  23. def compileInsert(tree: Node): (PostgresDriver.this)#JdbcCompiledInsert

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

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

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

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

    Permalink
    Definition Classes
    SlickeryDriver
  28. def createBaseResultConverter[T](ti: JdbcType[T], name: String, idx: Int): ResultConverter[JdbcResultConverterDomain, T]

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  29. def createCheckInsertBuilder(node: Insert): (PostgresDriver.this)#InsertBuilder

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

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

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

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

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  34. def createLoggerName: String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JdbcActionComponent
  42. def createSchemaActionExtensionMethods(schema: (PostgresDriver.this)#SchemaDescription): (PostgresDriver.this)#SchemaActionExtensionMethods

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

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

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

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

    Permalink
    Definition Classes
    JdbcActionComponent
  47. def createUpdateInsertBuilder(node: Insert): (PostgresDriver.this)#InsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  48. def createUpsertBuilder(node: Insert): (PostgresDriver.this)#InsertBuilder

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

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

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

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

    Permalink
    Definition Classes
    BasicDriver
  53. def dropDatabase(dbName: String, db: SlickeryPostgresAPI.Database)(implicit ec: ExecutionContext): Future[Boolean]

    Permalink
    Definition Classes
    PostgresDriverSlickeryDriver
  54. implicit lazy val durationMapper: (PostgresDriver.this)#BaseColumnType[Duration]

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

    Permalink
    Definition Classes
    PostgresDriverSlickeryDriver
  56. def ensuring(cond: (PostgresDriver) ⇒ Boolean, msg: ⇒ Any): PostgresDriver

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SlickeryDriver
  69. val invokerMutateConcurrency: ResultSetConcurrency

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

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

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

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

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

    Permalink
    Definition Classes
    SlickeryDriver
  75. def level: Level

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

    Permalink
    Definition Classes
    SqlUtilsComponent
  77. def loadDriverConfig: Config

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

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

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

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

    Permalink
    Definition Classes
    PostgresDriverSlickeryDriver
  82. val mappingCompiler: (PostgresDriver.this)#MappingCompiler

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  88. def pgjson: String

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SlickeryDriver
  97. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  98. implicit val timeout: FiniteDuration

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

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

    Permalink
    Definition Classes
    ThrowingHelper
  101. lazy val updateCompiler: QueryCompiler

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

    Permalink
    Definition Classes
    JdbcProfile
  103. lazy val upsertCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile
  104. lazy val useServerSideUpsert: Boolean

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

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

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

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

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

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

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

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

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

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 SlickeryDriver

Inherited from SlickeryComponent

Inherited from HelperComponent

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

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

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

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

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

Ungrouped