Interface Schema

  • All Known Implementing Classes:
    XmlSchema

    public interface Schema
    • Method Detail

      • createSchema

        void createSchema​(java.sql.Connection con)
                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • dropSchema

        void dropSchema​(java.sql.Connection con)
                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getStatementText

        java.lang.String getStatementText​(java.lang.String appName,
                                          java.lang.String stmtName)