Object/Trait

com.github.tminglei.slickpg

ExPostgresProfile

Related Docs: trait ExPostgresProfile | package slickpg

Permalink

object ExPostgresProfile extends ExPostgresProfile

Linear Supertypes
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. ExPostgresProfile
  2. ExPostgresProfile
  3. Logging
  4. PostgresProfile
  5. JdbcProfile
  6. JdbcMappingCompilerComponent
  7. JdbcStatementBuilderComponent
  8. JdbcModelComponent
  9. JdbcTypesComponent
  10. JdbcInvokerComponent
  11. JdbcActionComponent
  12. SqlProfile
  13. SqlUtilsComponent
  14. SqlActionComponent
  15. SqlTableComponent
  16. RelationalProfile
  17. RelationalActionComponent
  18. RelationalTypesComponent
  19. RelationalSequenceComponent
  20. RelationalTableComponent
  21. BasicProfile
  22. BasicActionComponent
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait API extends ExPostgresProfile.API

    Permalink
    Definition Classes
    ExPostgresProfile
  2. type Backend = JdbcBackend

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

    Permalink
    Definition Classes
    JdbcProfile → RelationalTypesComponent
  4. trait ByteaPlainImplicits extends AnyRef

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

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

    Permalink
    Definition Classes
    PostgresProfile
  7. trait ColumnOptions extends slick.sql.SqlProfile.ColumnOptions

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

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

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  10. trait CountingInsertActionComposer[U] extends slick.jdbc.JdbcProfile.InsertActionComposer[U]

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

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

    Permalink
    Definition Classes
    SqlProfile
  13. type DeleteActionExtensionMethods = DeleteActionExtensionMethodsImpl

    Permalink
    Definition Classes
    JdbcActionComponent
  14. class DeleteActionExtensionMethodsImpl extends AnyRef

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

    Permalink
    Definition Classes
    JdbcTypesComponent
  16. class ExModelBuilder extends ModelBuilder

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

    Permalink
    Definition Classes
    RelationalProfile
  18. trait ImplicitColumnTypes extends slick.jdbc.JdbcProfile.ImplicitColumnTypes

    Permalink
    Definition Classes
    JdbcTypesComponent
  19. trait InheritingTable extends AnyRef

    Permalink

    ********************************************************************* for inherit support *********************************************************************

    ********************************************************************* for inherit support *********************************************************************

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

    Permalink
    Definition Classes
    JdbcActionComponent
  21. class InsertActionComposerImpl[U] extends CountingInsertActionComposerImpl[U]

    Permalink
    Attributes
    protected
    Definition Classes
    ExPostgresProfile
  22. type InsertActionExtensionMethods[T] = CountingInsertActionComposer[T]

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

    Permalink
    Definition Classes
    RelationalActionComponent
  24. class InsertBuilder extends AnyRef

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

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

    Permalink
    Definition Classes
    JdbcActionComponent
  27. class JdbcCodeGen extends CodeGen

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  28. class JdbcCompiledInsert extends AnyRef

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  29. class JdbcInsertCodeGen extends CodeGen

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

    Permalink
    Definition Classes
    PostgresProfile
  31. trait LowPriorityAPI extends AnyRef

    Permalink
    Definition Classes
    JdbcProfile
  32. trait MappedColumnTypeFactory extends AnyRef

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

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

    Permalink
    Definition Classes
    JdbcMappingCompilerComponent
  35. class ModelBuilder extends JdbcModelBuilder

    Permalink
    Definition Classes
    PostgresProfile
  36. 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
  37. class NativeUpsertBuilder extends InsertBuilder

    Permalink

    ********************************************************************* for upsert support *********************************************************************

    ********************************************************************* for upsert support *********************************************************************

    Definition Classes
    ExPostgresProfile
  38. type ProfileAction[+R, +S <: NoStream, -E <: Effect] = FixedSqlAction[R, S, E]

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

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

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

    Permalink
    Definition Classes
    JdbcActionComponent
  42. class QueryBuilder extends ExPostgresProfile.QueryBuilder

    Permalink

    *********************************************************************** for aggregate and window function support ***********************************************************************

    *********************************************************************** for aggregate and window function support ***********************************************************************

    Definition Classes
    ExPostgresProfile
  43. trait QueryInvoker[R] extends StatementInvoker[R]

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

    Permalink
    Definition Classes
    JdbcInvokerComponent
  45. class QuotingSymbolNamer extends SymbolNamer

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

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

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

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

    Permalink
    Definition Classes
    JdbcActionComponent
  50. type SchemaDescription = DDL

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

    Permalink
    Definition Classes
    BasicProfile
  52. class Sequence[T] extends AnyRef

    Permalink
    Definition Classes
    RelationalSequenceComponent
  53. class SequenceDDLBuilder extends AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    JdbcActionComponent
  55. trait SimpleInsertActionComposer[U] extends slick.jdbc.JdbcProfile.InsertActionExtensionMethodsImpl[U]

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

    Permalink
    Definition Classes
    JdbcActionComponent
  57. abstract class StatementPart extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    RelationalTableComponent
  62. class TableDDLBuilder extends ExPostgresProfile.TableDDLBuilder

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

    Permalink
    Definition Classes
    RelationalProfile
  64. type UpdateActionExtensionMethods[T] = UpdateActionExtensionMethodsImpl[T]

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

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

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

    Permalink
    Definition Classes
    PostgresProfile
  68. 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

  69. 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. lazy val MappedColumnType: MappedJdbcType.type

    Permalink
    Definition Classes
    JdbcProfile → RelationalTypesComponent
  5. object MappedJdbcType extends slick.jdbc.JdbcProfile.MappedColumnTypeFactory

    Permalink
    Definition Classes
    JdbcTypesComponent
  6. val api: API

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

    Permalink
    Definition Classes
    Any
  8. val backend: Backend

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

    Permalink

    NOTE: used to support code gen

    NOTE: used to support code gen

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

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

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

    Permalink
    Definition Classes
    BasicProfile
  13. lazy val checkInsertCompiler: QueryCompiler

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JdbcProfile → BasicProfile
  44. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. lazy val forceInsertCompiler: QueryCompiler

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  48. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  49. lazy val insertCompiler: QueryCompiler

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

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

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

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

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

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

    Permalink
    Definition Classes
    SqlUtilsComponent
  56. def loadProfileConfig: Config

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  61. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  62. final lazy val profileConfig: Config

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JdbcProfile
  72. lazy val upsertCompiler: QueryCompiler

    Permalink
    Definition Classes
    JdbcProfile
  73. lazy val useNativeUpsert: Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ExPostgresProfile → PostgresProfile → JdbcActionComponent
  77. lazy val useTransactionForUpsertReturning: Boolean

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

    Permalink
    Definition Classes
    JdbcStatementBuilderComponent
  79. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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