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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureNameSpaces
(String name, Properties props, net.sourceforge.myvd.core.NameSpace nameSpace, ArrayList<String> nameSpaceNames, Properties nsProps) getCon()
void
returnCon
(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:
configureNameSpaces
in classcom.tremolosecurity.proxy.myvd.inserts.util.MultiNameSpaceInsert
-
getCon
public Connection getCon() throws InstantiationException, IllegalAccessException, ClassNotFoundException, SQLException- Specified by:
getCon
in interfacenet.sourceforge.myvd.inserts.jdbc.JdbcPool
- Throws:
InstantiationException
IllegalAccessException
ClassNotFoundException
SQLException
-
returnCon
- Specified by:
returnCon
in interfacenet.sourceforge.myvd.inserts.jdbc.JdbcPool
-