Class BasicDatabase
java.lang.Object
com.tremolosecurity.proxy.myvd.inserts.util.MultiNameSpaceInsert
com.tremolosecurity.proxy.myvd.inserts.db.BasicDatabase
- All Implemented Interfaces:
net.sourceforge.myvd.inserts.Insert,net.sourceforge.myvd.inserts.jdbc.JdbcPool
public class BasicDatabase
extends com.tremolosecurity.proxy.myvd.inserts.util.MultiNameSpaceInsert
implements net.sourceforge.myvd.inserts.jdbc.JdbcPool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureNameSpaces(String name, Properties props, net.sourceforge.myvd.core.NameSpace nameSpace, ArrayList<String> nameSpaceNames, Properties nsProps) getCon()voidreturnCon(Connection con) Methods inherited from class com.tremolosecurity.proxy.myvd.inserts.util.MultiNameSpaceInsert
add, bind, compare, configure, delete, extendedOperation, getChildNameSpaces, getName, modify, postSearchComplete, postSearchEntry, rename, rename, search, shutdown
-
Constructor Details
-
BasicDatabase
public BasicDatabase()
-
-
Method Details
-
configureNameSpaces
public void configureNameSpaces(String name, Properties props, net.sourceforge.myvd.core.NameSpace nameSpace, ArrayList<String> nameSpaceNames, Properties nsProps) - Specified by:
configureNameSpacesin classcom.tremolosecurity.proxy.myvd.inserts.util.MultiNameSpaceInsert
-
getCon
public Connection getCon() throws InstantiationException, IllegalAccessException, ClassNotFoundException, SQLException- Specified by:
getConin interfacenet.sourceforge.myvd.inserts.jdbc.JdbcPool- Throws:
InstantiationExceptionIllegalAccessExceptionClassNotFoundExceptionSQLException
-
returnCon
- Specified by:
returnConin interfacenet.sourceforge.myvd.inserts.jdbc.JdbcPool
-