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, 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. 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. ExPostgresDriver
  23. Logging
  24. PostgresDriver
  25. JdbcDriver
  26. JdbcMappingCompilerComponent
  27. JdbcStatementBuilderComponent
  28. JdbcProfile
  29. JdbcModelComponent
  30. JdbcTypesComponent
  31. JdbcInvokerComponent
  32. JdbcActionComponent
  33. SqlDriver
  34. SqlUtilsComponent
  35. SqlProfile
  36. SqlActionComponent
  37. SqlTableComponent
  38. RelationalDriver
  39. RelationalProfile
  40. RelationalActionComponent
  41. RelationalTypesComponent
  42. RelationalSequenceComponent
  43. RelationalTableComponent
  44. BasicDriver
  45. BasicProfile
  46. BasicActionComponent
  47. AnyRef
  48. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink
    Definition Classes
    PgArrayJdbcTypes
  3. sealed trait ArrChecked[T] extends AnyRef

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

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

    Permalink
    Definition Classes
    PgArraySupport
  6. type Backend = JdbcBackend

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

    Permalink
    Definition Classes
    JdbcProfile → RelationalTypesComponent
  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. 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. type DriverAction[+R, +S <: NoStream, -E <: Effect] = FixedSqlAction[R, S, E]

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

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

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

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

    Permalink
    Definition Classes
    PgCommonJdbcTypes
  33. class HStoreColumnExtensionMethods[P1] extends ExtensionMethods[Map[String, String], P1]

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

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

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

    Permalink
    Definition Classes
    PgNetExtensions
  37. trait InheritingTable extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    RelationalActionComponent
  42. class InsertBuilder extends AnyRef

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

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

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

    Permalink
    Definition Classes
    JdbcActionComponent
  46. class JdbcCodeGen extends CodeGen

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  47. class JdbcCompiledInsert extends AnyRef

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

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  49. class JdbcInsertCodeGen extends CodeGen

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

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

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

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

    Permalink
    Definition Classes
    PgLTreeExtensions
  54. trait LowPriorityAPI extends AnyRef

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

    Permalink
    Definition Classes
    PgNetExtensions
  56. trait MappedColumnTypeFactory extends AnyRef

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

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

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  59. class ModelBuilder extends JdbcModelBuilder

    Permalink
    Definition Classes
    PostgresDriver
  60. 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
  61. class NativeUpsertBuilder extends com.github.tminglei.slickpg.ExPostgresDriver.InsertBuilder

    Permalink
    Definition Classes
    ExPostgresDriver
  62. trait NetImplicits extends (PgNetSupport.this)#SimpleNetImplicits

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

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

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

    Permalink
    Definition Classes
    JdbcActionComponent
  66. class QueryBuilder extends com.github.tminglei.slickpg.ExPostgresDriver.QueryBuilder

    Permalink
    Definition Classes
    ExPostgresDriver
  67. trait QueryInvoker[R] extends StatementInvoker[R]

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

    Permalink
    Definition Classes
    JdbcInvokerComponent
  69. class QuotingSymbolNamer extends SymbolNamer

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

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

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

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

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

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

    Permalink
    Definition Classes
    JdbcActionComponent
  76. type SchemaDescription = DDL

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

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

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

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

    Permalink
    Definition Classes
    RelationalSequenceComponent
  81. class SequenceDDLBuilder extends AnyRef

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

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

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

    Permalink
    Definition Classes
    PgArrayJdbcTypes
  85. trait SimpleArrayPlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgArraySupport
  86. trait SimpleHStoreImplicits extends AnyRef

    Permalink
    Definition Classes
    PgHStoreSupport
  87. trait SimpleHStorePlainImplicits extends AnyRef

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

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

    Permalink
    Definition Classes
    PgLTreeSupport
  91. trait SimpleLTreePlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgLTreeSupport
  92. trait SimpleNetImplicits extends AnyRef

    Permalink
    Definition Classes
    PgNetSupport
  93. trait SimpleNetPlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgNetSupport
  94. trait SimpleRangeImplicits extends AnyRef

    Permalink
    Definition Classes
    PgRangeSupport
  95. trait SimpleRangePlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgRangeSupport
  96. trait SimpleSearchImplicits extends AnyRef

    Permalink
    Definition Classes
    PgSearchSupport
  97. trait SimpleSearchPlainImplicits extends AnyRef

    Permalink
    Definition Classes
    PgSearchSupport
  98. abstract class StatementPart extends AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PgArrayJdbcTypes
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.5) use AdvancedArrayListJdbcType instead

  115. 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 ArrChecked

    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 → ExPostgresDriver → 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
    ExPostgresDriver
  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
    PostgresDriver → 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
    PostgresDriver → JdbcProfile → SqlProfile → RelationalProfile → BasicProfile
  22. def computeQueryCompiler: QueryCompiler

    Permalink
    Attributes
    protected
    Definition Classes
    PostgresDriver → 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
    PostgresDriver → 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
    ExPostgresDriver → PostgresDriver → 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
    ExPostgresDriver → PostgresDriver → 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
    ExPostgresDriver → PostgresDriver → 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
    ExPostgresDriver → PostgresDriver → JdbcStatementBuilderComponent
  57. def defaultSqlTypeName(tmd: JdbcType[_], sym: Option[FieldSymbol]): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JdbcProfile
  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. val invokerMutateConcurrency: ResultSetConcurrency

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

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

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

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

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

    Permalink
    Definition Classes
    SqlUtilsComponent
  74. def loadDriverConfig: Config

    Permalink
    Attributes
    protected[this]
    Definition Classes
    BasicDriver
  75. lazy val logger: SlickLogger

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

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

    Permalink
    Definition Classes
    AnyRef
  78. 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
  79. 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
  80. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  82. val profile: JdbcProfile

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BasicDriver → AnyRef → Any
  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 useNativeUpsert: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ExPostgresDriver
  94. lazy val useServerSideUpsert: Boolean

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

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

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

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

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

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

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

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

Deprecated Value Members

  1. def createCompositeListJdbcType[T <: Struct](sqlTypeName: String, cl: ClassLoader)(implicit ev: scala.reflect.api.JavaUniverse.TypeTag[T], tag: ClassTag[T]): DriverJdbcType[List[T]]

    Permalink
    Definition Classes
    PgCompositeSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.2) pls use createCompositeArrayJdbcType instead

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 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