Class PostgreSQLSchemaDDL
java.lang.Object
org.odpi.openmetadata.adapters.connectors.resource.jdbc.ddl.postgres.PostgreSQLSchemaDDL
Builds up the definition of a schema, its tables, columns, primary keys, foreign keys and comments.
- 
Constructor Summary
ConstructorsConstructorDescriptionPostgreSQLSchemaDDL(String schemaName, String schemaDescription, List<PostgreSQLTable> tables)  - 
Method Summary
Modifier and TypeMethodDescriptionReturns the list of DDL statements to define the schema. 
- 
Constructor Details
- 
PostgreSQLSchemaDDL
public PostgreSQLSchemaDDL(String schemaName, String schemaDescription, List<PostgreSQLTable> tables) throws InvalidParameterException - Throws:
 InvalidParameterException
 
 - 
 - 
Method Details
- 
getDDLStatements
Returns the list of DDL statements to define the schema.- Returns:
 - list of statements
 
 
 -