be.wegenenverkeer.atomium.server.slick

SlickPostgresDriver

object SlickPostgresDriver extends SlickPostgresDriver

Linear Supertypes
SlickPostgresDriver, PgDateSupportJoda, PgCommonJdbcTypes, PgDateExtensions, PostgresDriver, JdbcDriver, JdbcMappingCompilerComponent, JdbcStatementBuilderComponent, JdbcProfile, JdbcModelComponent, JdbcTypesComponent, JdbcExecutorComponent, JdbcInsertInvokerComponent, JdbcInvokerComponent, JdbcTableComponent, SqlDriver, SqlUtilsComponent, SqlProfile, SqlTableComponent, SqlExecutorComponent, RelationalDriver, RelationalProfile, RelationalTypesComponent, RelationalSequenceComponent, RelationalTableComponent, BasicDriver, BasicProfile, BasicExecutorComponent, BasicInsertInvokerComponent, BasicInvokerComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SlickPostgresDriver
  2. SlickPostgresDriver
  3. PgDateSupportJoda
  4. PgCommonJdbcTypes
  5. PgDateExtensions
  6. PostgresDriver
  7. JdbcDriver
  8. JdbcMappingCompilerComponent
  9. JdbcStatementBuilderComponent
  10. JdbcProfile
  11. JdbcModelComponent
  12. JdbcTypesComponent
  13. JdbcExecutorComponent
  14. JdbcInsertInvokerComponent
  15. JdbcInvokerComponent
  16. JdbcTableComponent
  17. SqlDriver
  18. SqlUtilsComponent
  19. SqlProfile
  20. SqlTableComponent
  21. SqlExecutorComponent
  22. RelationalDriver
  23. RelationalProfile
  24. RelationalTypesComponent
  25. RelationalSequenceComponent
  26. RelationalTableComponent
  27. BasicDriver
  28. BasicProfile
  29. BasicExecutorComponent
  30. BasicInsertInvokerComponent
  31. BasicInvokerComponent
  32. AnyRef
  33. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Backend = JdbcBackend

    Definition Classes
    JdbcProfile → BasicProfile
  2. type BaseColumnType[T] = JdbcType[T] with BaseTypedType[T]

    Definition Classes
    JdbcProfile → RelationalTypesComponent
  3. abstract class BaseInsertInvoker[U] extends scala.slick.driver.JdbcDriver.FullInsertInvokerDef[U]

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  4. class CheckInsertBuilder extends scala.slick.driver.JdbcDriver.UpsertBuilder

    Definition Classes
    JdbcStatementBuilderComponent
  5. class ColumnDDLBuilder extends scala.slick.driver.PostgresDriver.ColumnDDLBuilder

    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  6. trait ColumnOptions extends scala.slick.driver.JdbcDriver.ColumnOptions

    Definition Classes
    JdbcTableComponent → SqlTableComponent → RelationalTableComponent
  7. type ColumnType[T] = JdbcType[T]

    Definition Classes
    JdbcProfile → RelationalTypesComponent
  8. type CompiledInsert = JdbcCompiledInsert

    Definition Classes
    JdbcProfile → BasicInsertInvokerComponent
  9. class CountingInsertInvoker[U] extends scala.slick.driver.JdbcDriver.BaseInsertInvoker[U] with scala.slick.driver.JdbcDriver.CountingInsertInvokerDef[U]

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  10. trait CountingInsertInvokerDef[U] extends scala.slick.driver.JdbcDriver.FullInsertInvokerDef[U]

    Definition Classes
    JdbcInsertInvokerComponent
  11. trait DDL extends scala.slick.profile.SqlDriver.SchemaDescriptionDef

    Definition Classes
    SqlProfile
  12. class DDLInvoker extends scala.slick.driver.JdbcDriver.DDLInvoker

    Definition Classes
    JdbcInvokerComponent → BasicInvokerComponent
  13. class DateColumnExtensionMethods[DATE, TIME, TIMESTAMP, INTERVAL, P1] extends ExtensionMethods[DATE, P1]

    Definition Classes
    PgDateExtensions
  14. trait DateTimeImplicits extends (PgDateSupportJoda.this)#JodaDateTimeImplicits

    Definition Classes
    PgDateSupportJoda
  15. class DeleteInvoker extends AnyRef

    Definition Classes
    JdbcInvokerComponent
  16. abstract class DriverJdbcType[T] extends JdbcType[T]

    Definition Classes
    JdbcTypesComponent
  17. trait FullInsertInvokerDef[U] extends scala.slick.driver.JdbcDriver.InsertInvokerDef[U]

    Definition Classes
    JdbcInsertInvokerComponent
  18. class GenericJdbcType[T] extends (PgCommonJdbcTypes.this)#DriverJdbcType[T]

    Definition Classes
    PgCommonJdbcTypes
  19. trait ImplicitColumnTypes extends scala.slick.driver.JdbcDriver.ImplicitColumnTypes

    Definition Classes
    JdbcTypesComponent → RelationalTypesComponent
  20. trait Implicits extends scala.slick.driver.JdbcDriver.LowPriorityImplicits with scala.slick.driver.JdbcDriver.Implicits with scala.slick.driver.JdbcDriver.ImplicitColumnTypes

    Definition Classes
    JdbcProfile → RelationalProfile → BasicProfile
  21. trait ImplicitsPlus extends Implicits with DateTimeImplicits

    Definition Classes
    SlickPostgresDriver
  22. class InsertBuilder extends AnyRef

    Definition Classes
    JdbcStatementBuilderComponent
  23. type InsertInvoker[T] = CountingInsertInvokerDef[T]

    Definition Classes
    JdbcInsertInvokerComponent → BasicInsertInvokerComponent
  24. trait InsertInvokerDef[U] extends scala.slick.driver.JdbcDriver.InsertInvokerDef[U]

    Definition Classes
    JdbcInsertInvokerComponent → BasicInsertInvokerComponent
  25. class IntervalColumnExtensionMethods[DATE, TIME, TIMESTAMP, INTERVAL, P1] extends ExtensionMethods[INTERVAL, P1]

    Definition Classes
    PgDateExtensions
  26. trait IntoInsertInvokerDef[U, R] extends scala.slick.driver.JdbcDriver.InsertInvokerDef[U]

    Definition Classes
    JdbcInsertInvokerComponent
  27. class JdbcCodeGen extends CodeGen

    Definition Classes
    JdbcMappingCompilerComponent
  28. class JdbcCompiledInsert extends AnyRef

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

    Definition Classes
    JdbcMappingCompilerComponent
  30. class JdbcInsertCodeGen extends CodeGen

    Definition Classes
    JdbcMappingCompilerComponent
  31. class JdbcTypes extends scala.slick.driver.PostgresDriver.JdbcTypes

    Definition Classes
    PostgresDriver → JdbcTypesComponent
  32. trait JodaDateTimeImplicits extends AnyRef

    Definition Classes
    PgDateSupportJoda
  33. trait LowPriorityImplicits extends AnyRef

    Definition Classes
    JdbcProfile
  34. trait MappedColumnTypeFactory extends AnyRef

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

    Definition Classes
    JdbcTypesComponent
  36. class MappingCompiler extends ResultConverterCompiler[JdbcResultConverterDomain]

    Definition Classes
    JdbcMappingCompilerComponent
  37. class ModelBuilder extends scala.slick.driver.PostgresDriver.ModelBuilder

    Definition Classes
    PostgresDriver → JdbcModelComponent
  38. trait OracleStyleRowNum extends scala.slick.driver.JdbcDriver.QueryBuilder

    Definition Classes
    JdbcStatementBuilderComponent
  39. class QueryBuilder extends scala.slick.driver.PostgresDriver.QueryBuilder

    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  40. type QueryExecutor[T] = QueryExecutorDef[T]

    Definition Classes
    JdbcExecutorComponent → SqlExecutorComponent → BasicExecutorComponent
  41. class QueryExecutorDef[R] extends scala.slick.driver.JdbcDriver.QueryExecutorDef[R]

    Definition Classes
    JdbcExecutorComponent → SqlExecutorComponent → BasicExecutorComponent
  42. class QueryInvoker[R] extends StatementInvoker[R] with MutatingStatementInvoker[R]

    Definition Classes
    JdbcInvokerComponent
  43. class QuotingSymbolNamer extends SymbolNamer

    Definition Classes
    SqlUtilsComponent
  44. class ReturningInsertInvoker[U, RU] extends scala.slick.driver.JdbcDriver.BaseInsertInvoker[U] with scala.slick.driver.JdbcDriver.ReturningInsertInvokerDef[U, RU]

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  45. trait ReturningInsertInvokerDef[U, RU] extends scala.slick.driver.JdbcDriver.FullInsertInvokerDef[U]

    Definition Classes
    JdbcInsertInvokerComponent
  46. trait RowNumberPagination extends scala.slick.driver.JdbcDriver.QueryBuilder

    Definition Classes
    JdbcStatementBuilderComponent
  47. type SchemaDescription = DDL

    Definition Classes
    SqlProfile → BasicProfile
  48. trait SchemaDescriptionDef extends AnyRef

    Definition Classes
    BasicProfile
  49. class Sequence[T] extends Typed

    Definition Classes
    RelationalSequenceComponent
  50. class SequenceDDLBuilder extends AnyRef

    Definition Classes
    JdbcStatementBuilderComponent
  51. trait SimpleQL extends scala.slick.driver.JdbcDriver.SimpleQL with scala.slick.driver.JdbcDriver.Implicits

    Definition Classes
    JdbcProfile → RelationalProfile → BasicProfile
  52. trait SimpleQLPlus extends SimpleQL with ImplicitsPlus

    Definition Classes
    SlickPostgresDriver
  53. abstract class StatementPart extends AnyRef

    Definition Classes
    JdbcStatementBuilderComponent
  54. abstract class Table[T] extends AbstractTable[T]

    Definition Classes
    RelationalTableComponent
  55. class TableDDLBuilder extends scala.slick.driver.PostgresDriver.TableDDLBuilder

    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  56. class TableQueryExtensionMethods[T <: scala.slick.profile.RelationalDriver.Table[_], U] extends AnyRef

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

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

    Definition Classes
    PgDateExtensions
  59. class UpdateInsertBuilder extends scala.slick.driver.JdbcDriver.UpsertBuilder

    Definition Classes
    JdbcStatementBuilderComponent
  60. class UpdateInvoker[T] extends AnyRef

    Definition Classes
    JdbcInvokerComponent
  61. class UpsertBuilder extends scala.slick.driver.PostgresDriver.UpsertBuilder

    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. lazy val Implicit: ImplicitsPlus

    Definition Classes
    SlickPostgresDriver → JdbcProfile → RelationalProfile → BasicProfile
  7. lazy val MappedColumnType: MappedJdbcType.type

    Definition Classes
    JdbcProfile → RelationalTypesComponent
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val backend: Backend

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

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

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

    Definition Classes
    BasicProfile
  13. lazy val checkInsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  14. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  24. def createCountingInsertInvoker[U](compiled: CompiledInsert): CountingInsertInvokerDef[U]

    Definition Classes
    JdbcInsertInvokerComponent
  25. def createDDLInvoker(ddl: SchemaDescription): DDLInvoker

    Definition Classes
    JdbcInvokerComponent → BasicInvokerComponent
  26. def createDeleteInvoker(tree: Node, param: Any): DeleteInvoker

    Definition Classes
    JdbcInvokerComponent
  27. def createInsertBuilder(node: Insert): InsertBuilder

    Definition Classes
    JdbcStatementBuilderComponent
  28. def createInsertInvoker[U](tree: CompiledInsert): CountingInsertInvokerDef[U]

    Definition Classes
    JdbcInsertInvokerComponent → BasicInsertInvokerComponent
  29. def createModel(tables: Option[Seq[MTable]], ignoreInvalidDefaults: Boolean)(implicit session: SessionDef): Model

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

    Definition Classes
    JdbcMappingCompilerComponent
  31. def createQueryBuilder(n: Node, state: CompilerState): QueryBuilder

    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  32. def createQueryExecutor[R](tree: Node, param: Any): QueryExecutor[R]

    Definition Classes
    JdbcExecutorComponent → SqlExecutorComponent → BasicExecutorComponent
  33. def createQueryInvoker[R](tree: Node, param: Any): QueryInvoker[R]

    Definition Classes
    JdbcInvokerComponent
  34. def createReturningInsertInvoker[U, RU](compiled: CompiledInsert, keys: Node): ReturningInsertInvokerDef[U, RU]

    Definition Classes
    JdbcInsertInvokerComponent
  35. def createSequenceDDLBuilder(seq: Sequence[_]): SequenceDDLBuilder

    Definition Classes
    JdbcStatementBuilderComponent
  36. def createTableDDLBuilder(table: Table[_]): TableDDLBuilder

    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  37. def createUpdateInsertBuilder(node: Insert): InsertBuilder

    Definition Classes
    JdbcStatementBuilderComponent
  38. def createUpdateInvoker[T](tree: Node, param: Any): UpdateInvoker[T]

    Definition Classes
    JdbcInvokerComponent
  39. def createUpsertBuilder(node: Insert): InsertBuilder

    Definition Classes
    PostgresDriver → JdbcStatementBuilderComponent
  40. def defaultSqlTypeName(tmd: JdbcType[_]): String

    Definition Classes
    PostgresDriver → JdbcTypesComponent
  41. def defaultTables(implicit session: SessionDef): List[MTable]

    Definition Classes
    PostgresDriver → JdbcModelComponent
  42. lazy val deleteCompiler: QueryCompiler

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  49. lazy val insertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile → BasicProfile
  50. val invokerMutateConcurrency: ResultSetConcurrency

    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  51. val invokerMutateType: ResultSetType

    Attributes
    protected
    Definition Classes
    JdbcInvokerComponent
  52. val invokerPreviousAfterDelete: Boolean

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

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

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

    Definition Classes
    SqlUtilsComponent
  56. val mappingCompiler: MappingCompiler

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

    Definition Classes
    AnyRef
  58. final def notify(): Unit

    Definition Classes
    AnyRef
  59. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  60. val profile: JdbcProfile

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

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

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

    Definition Classes
    SqlUtilsComponent
  64. val scalarFrom: Option[String]

    Definition Classes
    JdbcStatementBuilderComponent
  65. val simple: SimpleQLPlus

    Definition Classes
    SlickPostgresDriver → JdbcProfile → RelationalProfile → BasicProfile
  66. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  67. def toString(): String

    Definition Classes
    BasicDriver → AnyRef → Any
  68. lazy val updateCompiler: QueryCompiler

    Definition Classes
    JdbcProfile → BasicProfile
  69. lazy val updateInsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  70. lazy val upsertCompiler: QueryCompiler

    Definition Classes
    JdbcProfile
  71. lazy val useServerSideUpsert: Boolean

    Attributes
    protected
    Definition Classes
    PostgresDriver → JdbcInsertInvokerComponent
  72. lazy val useServerSideUpsertReturning: Boolean

    Attributes
    protected
    Definition Classes
    PostgresDriver → JdbcInsertInvokerComponent
  73. lazy val useTransactionForUpsert: Boolean

    Attributes
    protected
    Definition Classes
    PostgresDriver → JdbcInsertInvokerComponent
  74. lazy val useTransactionForUpsertReturning: Boolean

    Attributes
    protected
    Definition Classes
    JdbcInsertInvokerComponent
  75. def valueToSQLLiteral(v: Any, tpe: Type): String

    Definition Classes
    JdbcStatementBuilderComponent
  76. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def createModel(implicit session: SessionDef): Model

    Definition Classes
    JdbcModelComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1) use createModel() instead (appending parenthesis)

  2. final def getTables: Invoker[MTable]

    Definition Classes
    JdbcModelComponent
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1) use defaultTables instead

Inherited from SlickPostgresDriver

Inherited from PgDateSupportJoda

Inherited from PgCommonJdbcTypes

Inherited from PgDateExtensions

Inherited from PostgresDriver

Inherited from JdbcDriver

Inherited from JdbcMappingCompilerComponent

Inherited from JdbcStatementBuilderComponent

Inherited from JdbcProfile

Inherited from JdbcModelComponent

Inherited from JdbcTypesComponent

Inherited from JdbcExecutorComponent

Inherited from JdbcInsertInvokerComponent

Inherited from JdbcInvokerComponent

Inherited from JdbcTableComponent

Inherited from SqlDriver

Inherited from SqlUtilsComponent

Inherited from SqlProfile

Inherited from SqlTableComponent

Inherited from SqlExecutorComponent

Inherited from RelationalDriver

Inherited from RelationalProfile

Inherited from RelationalTypesComponent

Inherited from RelationalSequenceComponent

Inherited from RelationalTableComponent

Inherited from BasicDriver

Inherited from BasicProfile

Inherited from BasicExecutorComponent

Inherited from BasicInsertInvokerComponent

Inherited from BasicInvokerComponent

Inherited from AnyRef

Inherited from Any

Ungrouped