Object/Class

io.slicker.postgres

PostgresDriver

Related Docs: class PostgresDriver | package postgres

Permalink

object PostgresDriver extends PostgresDriver

Linear Supertypes
PostgresDriver, PgCompositeSupport, PgLTreeSupport, PgLTreeExtensions, PgEnumSupport, PgEnumExtensions, PgNetSupport, PgNetExtensions, PgSearchSupport, PgSearchExtensions, PgHStoreSupport, PgHStoreExtensions, PgRangeSupport, PgRangeExtensions, PgDate2Support, PgCommonJdbcTypes, PgDateExtensions, PgArraySupport, PgArrayJdbcTypes, PgArrayExtensions, ExPostgresProfile, Logging, PostgresProfile, JdbcProfile, JdbcMappingCompilerComponent, JdbcStatementBuilderComponent, JdbcModelComponent, JdbcTypesComponent, JdbcInvokerComponent, JdbcActionComponent, SqlProfile, SqlUtilsComponent, SqlActionComponent, SqlTableComponent, RelationalProfile, RelationalActionComponent, RelationalTypesComponent, RelationalSequenceComponent, RelationalTableComponent, BasicProfile, BasicActionComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgresDriver
  2. PostgresDriver
  3. PgCompositeSupport
  4. PgLTreeSupport
  5. PgLTreeExtensions
  6. PgEnumSupport
  7. PgEnumExtensions
  8. PgNetSupport
  9. PgNetExtensions
  10. PgSearchSupport
  11. PgSearchExtensions
  12. PgHStoreSupport
  13. PgHStoreExtensions
  14. PgRangeSupport
  15. PgRangeExtensions
  16. PgDate2Support
  17. PgCommonJdbcTypes
  18. PgDateExtensions
  19. PgArraySupport
  20. PgArrayJdbcTypes
  21. PgArrayExtensions
  22. ExPostgresProfile
  23. Logging
  24. PostgresProfile
  25. JdbcProfile
  26. JdbcMappingCompilerComponent
  27. JdbcStatementBuilderComponent
  28. JdbcModelComponent
  29. JdbcTypesComponent
  30. JdbcInvokerComponent
  31. JdbcActionComponent
  32. SqlProfile
  33. SqlUtilsComponent
  34. SqlActionComponent
  35. SqlTableComponent
  36. RelationalProfile
  37. RelationalActionComponent
  38. RelationalTypesComponent
  39. RelationalSequenceComponent
  40. RelationalTableComponent
  41. BasicProfile
  42. BasicActionComponent
  43. AnyRef
  44. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
    Definition Classes
    ExPostgresProfile
  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 BaseSearchAssistants[TV, TQ] extends AnyRef

    Permalink
    Definition Classes
    PgSearchExtensions
  8. trait ByteaPlainImplicits extends AnyRef

    Permalink
    Definition Classes
    ExPostgresProfile
  9. class CheckInsertBuilder extends slick.jdbc.JdbcProfile.UpsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  10. class ColumnDDLBuilder extends slick.jdbc.PostgresProfile.ColumnDDLBuilder

    Permalink
    Definition Classes
    PostgresProfile
  11. trait ColumnOptions extends slick.sql.SqlProfile.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.jdbc.JdbcProfile.InsertActionComposer[U]

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

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  16. trait DDL extends slick.sql.SqlProfile.SchemaDescriptionDef

    Permalink
    Definition Classes
    SqlProfile
  17. trait Date2DateTimeFormatters extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    PgDate2Support
  22. class DateColumnExtensionMethods[DATE, TIME, TIMESTAMP, INTERVAL, P1] extends ExtensionMethods[DATE, P1] with (PgDateExtensions.this)#DateExtHelper[INTERVAL]

    Permalink
    Definition Classes
    PgDateExtensions
  23. trait DateExtHelper[INTERVAL] extends AnyRef

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

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

    Permalink
    Definition Classes
    PgDate2Support
  26. type DeleteActionExtensionMethods = DeleteActionExtensionMethodsImpl

    Permalink
    Definition Classes
    JdbcActionComponent
  27. class DeleteActionExtensionMethodsImpl extends AnyRef

    Permalink
    Definition Classes
    JdbcActionComponent
  28. abstract class DriverJdbcType[T] extends JdbcType[T]

    Permalink
    Definition Classes
    JdbcTypesComponent
  29. sealed trait ElemWitness[T] extends AnyRef

    Permalink
    Definition Classes
    PgArrayJdbcTypes
  30. class EnumColumnExtensionMethods[B0, P1] extends ExtensionMethods[B0, P1]

    Permalink
    Definition Classes
    PgEnumExtensions
  31. class ExModelBuilder extends com.github.tminglei.slickpg.ExPostgresProfile.ModelBuilder

    Permalink
    Definition Classes
    ExPostgresProfile
  32. class FastPathExtensionMethods[M <: ResultConverterDomain, T, P] extends AnyRef

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

    Permalink
    Definition Classes
    PgCommonJdbcTypes
  34. trait HStoreCodeGenSupport extends AnyRef

    Permalink
    Definition Classes
    PgHStoreSupport
  35. class HStoreColumnExtensionMethods[P1] extends ExtensionMethods[Map[String, String], P1]

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

    Permalink
    Definition Classes
    PgHStoreSupport
  37. trait ImplicitColumnTypes extends slick.jdbc.JdbcProfile.ImplicitColumnTypes

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

    Permalink
    Definition Classes
    PgNetExtensions
  39. trait InheritingTable extends AnyRef

    Permalink
    Definition Classes
    ExPostgresProfile
  40. trait InsertActionComposer[U] extends slick.jdbc.JdbcProfile.SimpleInsertActionComposer[U]

    Permalink
    Definition Classes
    JdbcActionComponent
  41. abstract class InsertActionComposerImpl[U] extends slick.jdbc.JdbcProfile.InsertActionComposer[U]

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

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

    Permalink
    Definition Classes
    RelationalActionComponent
  44. class InsertBuilder extends AnyRef

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

    Permalink
    Definition Classes
    PgDateExtensions
  46. trait IntoInsertActionComposer[U, RU] extends slick.jdbc.JdbcProfile.SimpleInsertActionComposer[U]

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

    Permalink
    Definition Classes
    JdbcActionComponent
  48. class JdbcCodeGen extends CodeGen

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  49. class JdbcCompiledInsert extends AnyRef

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  50. class JdbcInsertCodeGen extends CodeGen

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  51. class JdbcTypes extends slick.jdbc.PostgresProfile.JdbcTypes

    Permalink
    Definition Classes
    PostgresProfile
  52. class LTreeColumnExtensionMethods[B0, P1] extends ExtensionMethods[B0, P1]

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

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

    Permalink
    Definition Classes
    PgLTreeExtensions
  55. trait LowPriorityAPI extends AnyRef

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

    Permalink
    Definition Classes
    PgNetExtensions
  57. trait MappedColumnTypeFactory extends AnyRef

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

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

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  60. class ModelBuilder extends JdbcModelBuilder

    Permalink
    Definition Classes
    PostgresProfile
  61. class MutatingResultAction[T] extends SynchronousDatabaseAction[Nothing, Streaming[ResultSetMutator[T]], Backend, Effect] with slick.jdbc.JdbcProfile.ProfileAction[Nothing, Streaming[ResultSetMutator[T]], Effect]

    Permalink
    Definition Classes
    JdbcActionComponent
  62. class NativeUpsertBuilder extends com.github.tminglei.slickpg.ExPostgresProfile.InsertBuilder

    Permalink
    Definition Classes
    ExPostgresProfile
  63. trait NetImplicits extends (PgNetSupport.this)#SimpleNetImplicits

    Permalink
    Definition Classes
    PgNetSupport
  64. type ProfileAction[+R, +S <: NoStream, -E <: Effect] = FixedSqlAction[R, S, E]

    Permalink
    Definition Classes
    JdbcActionComponent → SqlActionComponent → BasicActionComponent
  65. class PushStatementParameters extends SynchronousDatabaseAction[Unit, NoStream, Backend, Effect]

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

    Permalink
    Definition Classes
    JdbcActionComponent → BasicActionComponent
  67. class QueryActionExtensionMethodsImpl[R, S <: NoStream] extends slick.jdbc.JdbcProfile.QueryActionExtensionMethodsImpl[R, S]

    Permalink
    Definition Classes
    JdbcActionComponent
  68. class QueryBuilder extends com.github.tminglei.slickpg.ExPostgresProfile.QueryBuilder

    Permalink
    Definition Classes
    ExPostgresProfile
  69. trait QueryInvoker[R] extends StatementInvoker[R]

    Permalink
    Definition Classes
    JdbcInvokerComponent
  70. class QueryInvokerImpl[R] extends StatementInvoker[R] with slick.jdbc.JdbcProfile.QueryInvoker[R]

    Permalink
    Definition Classes
    JdbcInvokerComponent
  71. class QuotingSymbolNamer extends SymbolNamer

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

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

    Permalink
    Definition Classes
    PgRangeSupport
  74. trait ReturningInsertActionComposer[U, RU] extends slick.jdbc.JdbcProfile.InsertActionComposer[U] with slick.jdbc.JdbcProfile.IntoInsertActionComposer[U, RU]

    Permalink
    Definition Classes
    JdbcActionComponent
  75. class ReturningInsertActionComposerImpl[U, QR, RU] extends slick.jdbc.JdbcProfile.InsertActionComposerImpl[U] with slick.jdbc.JdbcProfile.ReturningInsertActionComposer[U, RU]

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

    Permalink
    Definition Classes
    JdbcActionComponent → RelationalActionComponent
  77. class SchemaActionExtensionMethodsImpl extends slick.jdbc.JdbcProfile.SchemaActionExtensionMethodsImpl

    Permalink
    Definition Classes
    JdbcActionComponent
  78. type SchemaDescription = DDL

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

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

    Permalink
    Definition Classes
    PgSearchSupport
  81. trait SearchCodeGenSupport extends AnyRef

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

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

    Permalink
    Definition Classes
    RelationalSequenceComponent
  84. class SequenceDDLBuilder extends AnyRef

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

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

    Permalink
    Definition Classes
    PgArraySupport
  87. trait SimpleArrayImplicits extends (PgArraySupport.this)#SimpleArrayCodeGenSupport

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

    Permalink
    Definition Classes
    PgArrayJdbcTypes
  89. trait SimpleArrayPlainImplicits extends (PgArraySupport.this)#SimpleArrayCodeGenSupport

    Permalink
    Definition Classes
    PgArraySupport
  90. trait SimpleHStoreImplicits extends (PgHStoreSupport.this)#HStoreCodeGenSupport

    Permalink
    Definition Classes
    PgHStoreSupport
  91. trait SimpleHStorePlainImplicits extends (PgHStoreSupport.this)#HStoreCodeGenSupport

    Permalink
    Definition Classes
    PgHStoreSupport
  92. trait SimpleInsertActionComposer[U] extends slick.jdbc.JdbcProfile.InsertActionExtensionMethodsImpl[U]

    Permalink
    Definition Classes
    JdbcActionComponent
  93. abstract class SimpleJdbcProfileAction[+R] extends SynchronousDatabaseAction[R, NoStream, Backend, Effect] with slick.jdbc.JdbcProfile.ProfileAction[R, NoStream, Effect]

    Permalink
    Definition Classes
    JdbcActionComponent
  94. trait SimpleLTreeCodeGenSupport extends AnyRef

    Permalink
    Definition Classes
    PgLTreeSupport
  95. trait SimpleLTreeImplicits extends (PgLTreeSupport.this)#SimpleLTreeCodeGenSupport

    Permalink
    Definition Classes
    PgLTreeSupport
  96. trait SimpleLTreePlainImplicits extends (PgLTreeSupport.this)#SimpleLTreeCodeGenSupport

    Permalink
    Definition Classes
    PgLTreeSupport
  97. trait SimpleNetCodeGenSupport extends AnyRef

    Permalink
    Definition Classes
    PgNetSupport
  98. trait SimpleNetImplicits extends (PgNetSupport.this)#SimpleNetCodeGenSupport

    Permalink
    Definition Classes
    PgNetSupport
  99. trait SimpleNetPlainImplicits extends (PgNetSupport.this)#SimpleNetCodeGenSupport

    Permalink
    Definition Classes
    PgNetSupport
  100. trait SimpleRangeCodeGenSupport extends AnyRef

    Permalink
    Definition Classes
    PgRangeSupport
  101. trait SimpleRangeImplicits extends (PgRangeSupport.this)#SimpleRangeCodeGenSupport

    Permalink
    Definition Classes
    PgRangeSupport
  102. trait SimpleRangePlainImplicits extends (PgRangeSupport.this)#SimpleRangeCodeGenSupport

    Permalink
    Definition Classes
    PgRangeSupport
  103. trait SimpleSearchImplicits extends (PgSearchSupport.this)#SearchCodeGenSupport

    Permalink
    Definition Classes
    PgSearchSupport
  104. trait SimpleSearchPlainImplicits extends (PgSearchSupport.this)#SearchCodeGenSupport

    Permalink
    Definition Classes
    PgSearchSupport
  105. abstract class StatementPart extends AnyRef

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

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

    Permalink
    Definition Classes
    JdbcActionComponent → BasicActionComponent
  108. class StreamingQueryActionExtensionMethodsImpl[R, T] extends slick.jdbc.JdbcProfile.QueryActionExtensionMethodsImpl[R, Streaming[T]] with slick.jdbc.JdbcProfile.StreamingQueryActionExtensionMethodsImpl[R, T]

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

    Permalink
    Definition Classes
    RelationalTableComponent
  110. class TableDDLBuilder extends com.github.tminglei.slickpg.ExPostgresProfile.TableDDLBuilder

    Permalink
    Definition Classes
    ExPostgresProfile
  111. class TableQueryExtensionMethods[T <: slick.relational.RelationalProfile.Table[_], U] extends AnyRef

    Permalink
    Definition Classes
    RelationalProfile
  112. class TimeColumnExtensionMethods[DATE, TIME, TIMESTAMP, TIME_TZ, INTERVAL, P1] extends ExtensionMethods[TIME, P1] with (PgDateExtensions.this)#DateExtHelper[INTERVAL]

    Permalink
    Definition Classes
    PgDateExtensions
  113. class TimestampColumnExtensionMethods[DATE, TIME, TIMESTAMP, TIMESTAMP_TZ, INTERVAL, P1] extends ExtensionMethods[TIMESTAMP, P1] with (PgDateExtensions.this)#DateExtHelper[INTERVAL]

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

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

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

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

    Permalink
    Definition Classes
    JdbcActionComponent
  118. class UpdateInsertBuilder extends slick.jdbc.JdbcProfile.UpsertBuilder

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  119. class UpsertBuilder extends slick.jdbc.PostgresProfile.UpsertBuilder

    Permalink
    Definition Classes
    PostgresProfile
  120. final type DriverAction[+R, +S <: NoStream, -E <: Effect] = ProfileAction[R, S, E]

    Permalink
    Definition Classes
    BasicActionComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use ProfileAction instead of DriverAction

  121. final type StreamingDriverAction[+R, +T, -E <: Effect] = StreamingProfileAction[R, T, E]

    Permalink
    Definition Classes
    BasicActionComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use StreamingProfileAction instead of StreamingDriverAction

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 ElemWitness

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

    Permalink
    Definition Classes
    JdbcProfile → RelationalTypesComponent
  6. object SlickAPI extends API with ArrayImplicits with DateTimeImplicits with NetImplicits with LTreeImplicits with RangeImplicits with HStoreImplicits with SearchImplicits with SearchAssistants

    Permalink
    Definition Classes
    PostgresDriver
  7. val api: SlickAPI.type

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

    Permalink
    Definition Classes
    Any
  9. val backend: Backend

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  10. def bindPgDateTypesToScala[DATE, TIME, DATETIME, TIMETZ, DATETIMETZ, INTERVAL](implicit ctag1: ClassTag[DATE], ctag2: ClassTag[TIME], ctag3: ClassTag[DATETIME], ctag4: ClassTag[TIMETZ], ctag5: ClassTag[DATETIMETZ], ctag6: ClassTag[INTERVAL]): Unit

    Permalink
    Definition Classes
    PgDate2Support
  11. def bindPgTypeToScala(pgType: String, scalaType: ClassTag[_]): Unit

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

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

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

    Permalink
    Definition Classes
    BasicProfile
  15. lazy val checkInsertCompiler: QueryCompiler

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

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

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

    Permalink
    Definition Classes
    PostgresProfile → JdbcProfile
  19. def compileInsert(tree: Node): JdbcCompiledInsert

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

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

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

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

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

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

    Permalink
    Definition Classes
    PostgresProfile → JdbcStatementBuilderComponent
  26. def createCompositeArrayJdbcType[T <: Struct](sqlTypeName: String, cl: ClassLoader)(implicit ev: scala.reflect.api.JavaUniverse.TypeTag[T], tag: ClassTag[T]): AdvancedArrayJdbcType[T]

    Permalink
    Definition Classes
    PgCompositeSupport
  27. def createCompositeArraySetParameter[T <: Struct](sqlTypeName: String, cl: ClassLoader)(implicit ev: scala.reflect.api.JavaUniverse.TypeTag[T], tag: ClassTag[T]): SetParameter[Seq[T]]

    Permalink
    Definition Classes
    PgCompositeSupport
  28. def createCompositeJdbcType[T <: Struct](sqlTypeName: String, cl: ClassLoader)(implicit ev: scala.reflect.api.JavaUniverse.TypeTag[T], tag: ClassTag[T]): GenericJdbcType[T]

    Permalink
    Definition Classes
    PgCompositeSupport
  29. def createCompositeOptionArraySetParameter[T <: Struct](sqlTypeName: String, cl: ClassLoader)(implicit ev: scala.reflect.api.JavaUniverse.TypeTag[T], tag: ClassTag[T]): SetParameter[Option[Seq[T]]]

    Permalink
    Definition Classes
    PgCompositeSupport
  30. def createCompositeOptionSetParameter[T <: Struct](sqlTypeName: String, cl: ClassLoader)(implicit ev: scala.reflect.api.JavaUniverse.TypeTag[T], tag: ClassTag[T]): SetParameter[Option[T]]

    Permalink
    Definition Classes
    PgCompositeSupport
  31. def createCompositeSetParameter[T <: Struct](sqlTypeName: String, cl: ClassLoader)(implicit ev: scala.reflect.api.JavaUniverse.TypeTag[T], tag: ClassTag[T]): SetParameter[T]

    Permalink
    Definition Classes
    PgCompositeSupport
  32. def createDeleteActionExtensionMethods(tree: Node, param: Any): DeleteActionExtensionMethods

    Permalink
    Definition Classes
    JdbcActionComponent
  33. def createEnumColumnExtensionMethodsBuilder[T](implicit tm: JdbcType[T], tm1: JdbcType[List[T]]): (PostgresDriver.SlickAPI.Rep[T]) ⇒ EnumColumnExtensionMethods[T, T]

    Permalink
    Definition Classes
    PgEnumSupport
  34. def createEnumColumnExtensionMethodsBuilder[T <: Enumeration](enumObject: T)(implicit tm: JdbcType[com.github.tminglei.slickpg.PgEnumSupport.createEnumColumnExtensionMethodsBuilder.T.Value], tm1: JdbcType[List[com.github.tminglei.slickpg.PgEnumSupport.createEnumColumnExtensionMethodsBuilder.T.Value]]): (PostgresDriver.SlickAPI.Rep[com.github.tminglei.slickpg.PgEnumSupport.createEnumColumnExtensionMethodsBuilder.T.Value]) ⇒ EnumColumnExtensionMethods[com.github.tminglei.slickpg.PgEnumSupport.createEnumColumnExtensionMethodsBuilder.T.Value, com.github.tminglei.slickpg.PgEnumSupport.createEnumColumnExtensionMethodsBuilder.T.Value]

    Permalink
    Definition Classes
    PgEnumSupport
  35. def createEnumJdbcType[T](sqlEnumTypeName: String, enumToString: (T) ⇒ String, stringToEnum: (String) ⇒ T, quoteName: Boolean)(implicit tag: ClassTag[T]): JdbcType[T]

    Permalink
    Definition Classes
    PgEnumSupport
  36. def createEnumJdbcType[T <: Enumeration](sqlEnumTypeName: String, enumObject: T, quoteName: Boolean)(implicit tag: ClassTag[com.github.tminglei.slickpg.PgEnumSupport.createEnumJdbcType.T.Value]): JdbcType[com.github.tminglei.slickpg.PgEnumSupport.createEnumJdbcType.T.Value]

    Permalink
    Definition Classes
    PgEnumSupport
  37. def createEnumListJdbcType[T](sqlEnumTypeName: String, enumToString: (T) ⇒ String, stringToEnum: (String) ⇒ T, quoteName: Boolean)(implicit tag: ClassTag[T]): JdbcType[List[T]]

    Permalink
    Definition Classes
    PgEnumSupport
  38. def createEnumListJdbcType[T <: Enumeration](sqlEnumTypeName: String, enumObject: T, quoteName: Boolean)(implicit tag: ClassTag[List[com.github.tminglei.slickpg.PgEnumSupport.createEnumListJdbcType.T.Value]]): JdbcType[List[com.github.tminglei.slickpg.PgEnumSupport.createEnumListJdbcType.T.Value]]

    Permalink
    Definition Classes
    PgEnumSupport
  39. def createEnumOptionColumnExtensionMethodsBuilder[T](implicit tm: JdbcType[T], tm1: JdbcType[List[T]]): (PostgresDriver.SlickAPI.Rep[Option[T]]) ⇒ EnumColumnExtensionMethods[T, Option[T]]

    Permalink
    Definition Classes
    PgEnumSupport
  40. def createEnumOptionColumnExtensionMethodsBuilder[T <: Enumeration](enumObject: T)(implicit tm: JdbcType[com.github.tminglei.slickpg.PgEnumSupport.createEnumOptionColumnExtensionMethodsBuilder.T.Value], tm1: JdbcType[List[com.github.tminglei.slickpg.PgEnumSupport.createEnumOptionColumnExtensionMethodsBuilder.T.Value]]): (PostgresDriver.SlickAPI.Rep[Option[com.github.tminglei.slickpg.PgEnumSupport.createEnumOptionColumnExtensionMethodsBuilder.T.Value]]) ⇒ EnumColumnExtensionMethods[com.github.tminglei.slickpg.PgEnumSupport.createEnumOptionColumnExtensionMethodsBuilder.T.Value, Option[com.github.tminglei.slickpg.PgEnumSupport.createEnumOptionColumnExtensionMethodsBuilder.T.Value]]

    Permalink
    Definition Classes
    PgEnumSupport
  41. def createInsertActionExtensionMethods[T](compiled: CompiledInsert): InsertActionExtensionMethods[T]

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

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  43. def createModel(tables: Option[DBIO[Seq[MTable]]], ignoreInvalidDefaults: Boolean)(implicit ec: ExecutionContext): DBIO[Model]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ExPostgresProfile → PostgresProfile → JdbcStatementBuilderComponent
  54. def createUpdateActionExtensionMethods[T](tree: Node, param: Any): UpdateActionExtensionMethods[T]

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

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

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

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

    Permalink
    Definition Classes
    PostgresProfile → JdbcModelComponent
  59. lazy val deleteCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  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. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SqlUtilsComponent
  73. def loadProfileConfig: Config

    Permalink
    Attributes
    protected[this]
    Definition Classes
    BasicProfile
  74. lazy val logger: SlickLogger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  75. val mappingCompiler: MappingCompiler

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

    Permalink
    Definition Classes
    AnyRef
  77. def nextComposite[T <: Struct](r: PositionedResult, cl: ClassLoader)(implicit ev: scala.reflect.api.JavaUniverse.TypeTag[T], tag: ClassTag[T]): Option[T]

    Permalink
    Definition Classes
    PgCompositeSupport
  78. def nextCompositeArray[T <: Struct](r: PositionedResult, cl: ClassLoader)(implicit ev: scala.reflect.api.JavaUniverse.TypeTag[T], tag: ClassTag[T]): Option[Seq[T]]

    Permalink
    Definition Classes
    PgCompositeSupport
  79. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  81. final lazy val profileConfig: Config

    Permalink
    Attributes
    protected[this]
    Definition Classes
    BasicProfile
  82. lazy val queryCompiler: QueryCompiler

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

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

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

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

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

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

    Permalink
    Definition Classes
    BasicProfile → AnyRef → Any
  89. lazy val updateCompiler: QueryCompiler

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

    Permalink
    Definition Classes
    JdbcProfile
  91. lazy val upsertCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile
  92. lazy val useNativeUpsert: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ExPostgresProfile
  93. lazy val useServerSideUpsert: Boolean

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ExPostgresProfile → PostgresProfile → 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( ... )

Deprecated Value Members

  1. val profile: JdbcProfile

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

    (Since version 3.2) Use the Profile object directly instead of calling .profile on it

Inherited from PostgresDriver

Inherited from PgCompositeSupport

Inherited from PgLTreeSupport

Inherited from PgLTreeExtensions

Inherited from PgEnumSupport

Inherited from PgEnumExtensions

Inherited from PgNetSupport

Inherited from PgNetExtensions

Inherited from PgSearchSupport

Inherited from PgSearchExtensions

Inherited from PgHStoreSupport

Inherited from PgHStoreExtensions

Inherited from PgRangeSupport

Inherited from PgRangeExtensions

Inherited from PgDate2Support

Inherited from PgCommonJdbcTypes

Inherited from PgDateExtensions

Inherited from PgArraySupport

Inherited from PgArrayJdbcTypes

Inherited from PgArrayExtensions

Inherited from ExPostgresProfile

Inherited from Logging

Inherited from PostgresProfile

Inherited from JdbcProfile

Inherited from JdbcMappingCompilerComponent

Inherited from JdbcStatementBuilderComponent

Inherited from JdbcModelComponent

Inherited from JdbcTypesComponent

Inherited from JdbcInvokerComponent

Inherited from JdbcActionComponent

Inherited from SqlProfile

Inherited from SqlUtilsComponent

Inherited from SqlActionComponent

Inherited from SqlTableComponent

Inherited from RelationalProfile

Inherited from RelationalActionComponent

Inherited from RelationalTypesComponent

Inherited from RelationalSequenceComponent

Inherited from RelationalTableComponent

Inherited from BasicProfile

Inherited from BasicActionComponent

Inherited from AnyRef

Inherited from Any

Ungrouped