package postgres
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- postgres
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait PostgresCreate extends RdbmsCreate
- trait PostgresDescribeTable extends RdbmsDescribeTable
- trait PostgresInsert extends RdbmsInsert
- trait PostgresMove extends RdbmsMove
- trait PostgresScanTable extends RdbmsScanTable
Value Members
- implicit val codec: DataCodec
- implicit val dataFormatter: DataFormatter
- val tsFormatter: DateTimeFormatter
- implicit val typeMapper: TypeMapper
- object Postgres extends Rdbms with PostgresInsert with PostgresDescribeTable with PostgresCreate with PostgresScanTable with PostgresMove