Package org.xipki.ca.mgmt.db
Class DbSchemaInfo
- java.lang.Object
-
- org.xipki.ca.mgmt.db.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 Summary
Constructors Constructor Description DbSchemaInfo(org.xipki.datasource.DataSourceWrapper datasource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getVariableNames()StringgetVariableValue(String variableName)voidsetVariable(String name, String value)
-