java.lang.Object
org.odpi.openmetadata.adapters.connectors.resource.jdbc.ddl.postgres.PostgreSQLSchemaDDL

public class PostgreSQLSchemaDDL extends Object
Builds up the definition of a schema, its tables, columns, primary keys, foreign keys and comments.
  • Constructor Details

  • Method Details

    • getDDLStatements

      public List<String> getDDLStatements()
      Returns the list of DDL statements to define the schema.
      Returns:
      list of statements