public class PostgreSqlSource
extends ch.ergon.adam.jooq.JooqSource
| Constructor and Description |
|---|
PostgreSqlSource(java.sql.Connection connection,
java.lang.String schemaName) |
PostgreSqlSource(java.lang.String url,
java.lang.String schemaName) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDefaultValue(org.jooq.Field<?> jooqField) |
ch.ergon.adam.core.db.schema.Schema |
getSchema() |
protected ch.ergon.adam.core.db.schema.DataType |
mapDataTypeFromJooq(org.jooq.Field<?> jooqField) |
public PostgreSqlSource(java.lang.String url,
java.lang.String schemaName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic PostgreSqlSource(java.sql.Connection connection,
java.lang.String schemaName)
public ch.ergon.adam.core.db.schema.Schema getSchema()
getSchema in interface ch.ergon.adam.core.db.interfaces.SchemaSourcegetSchema in class ch.ergon.adam.jooq.JooqSourceprotected java.lang.String getDefaultValue(org.jooq.Field<?> jooqField)
getDefaultValue in class ch.ergon.adam.jooq.JooqSourceprotected ch.ergon.adam.core.db.schema.DataType mapDataTypeFromJooq(org.jooq.Field<?> jooqField)
mapDataTypeFromJooq in class ch.ergon.adam.jooq.JooqSource