public class PostgresMapper
extends java.lang.Object
| Constructor and Description |
|---|
PostgresMapper() |
| Modifier and Type | Method and Description |
|---|---|
static org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties |
getColumnProperties(PostgresColumn col)
mapping function that reads tables, columns and primmary keys
for a schema from Postgres and adds the data to Egeria
|
static org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties |
getDatabaseProperties(PostgresDatabase db)
mapping function that reads tables, columns and primmary keys
for a schema from Postgres and adds the data to Egeria
|
static org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseSchemaProperties |
getSchemaProperties(PostgresSchema sch)
mapping function that reads tables, columns and primmary keys
for a schema from Postgres and adds the data to Egeria
|
static org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseTableProperties |
getTableProperties(PostgresTable table)
mapping function that reads tables, columns and primmary keys
for a schema from Postgres and adds the data to Egeria
|
static org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties |
getViewProperties(PostgresTable table)
mapping function that reads converts a Postgres table properties to an Egeria DatabaseViewProperties
for a schema from Postgres and adds the data to Egeria
|
public static org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties getDatabaseProperties(PostgresDatabase db)
db - the Postgres database attributes to bepublic static org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseSchemaProperties getSchemaProperties(PostgresSchema sch)
sch - the Postgres database attributes to bepublic static org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseTableProperties getTableProperties(PostgresTable table)
table - the Postgres table propertiespublic static org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties getViewProperties(PostgresTable table)
table - the Postgres table propertiespublic static org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties getColumnProperties(PostgresColumn col)
col - the Postgres column properties