Package org.xipki.ca.mgmt.db
Class DbSchemaInfo
- java.lang.Object
-
- org.xipki.ca.mgmt.db.DbSchemaInfo
-
public class DbSchemaInfo extends java.lang.ObjectDatabase 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 java.util.Set<java.lang.String>getVariableNames()java.lang.StringgetVariableValue(java.lang.String variableName)voidsetVariable(java.lang.String name, java.lang.String value)
-