Class DbSchemaInfo


  • public class DbSchemaInfo
    extends Object
    Database Schema Information. It contains the content of the table DBSCHEMA.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • DbSchemaInfo

        public DbSchemaInfo​(org.xipki.datasource.DataSourceWrapper datasource)
                     throws org.xipki.datasource.DataAccessException
        Throws:
        org.xipki.datasource.DataAccessException
    • Method Detail

      • getVariableNames

        public Set<String> getVariableNames()
      • getVariableValue

        public String getVariableValue​(String variableName)
      • setVariable

        public void setVariable​(String name,
                                String value)