com.pushtotest.tool.protocolhandler.SQL
Class DBCall
java.lang.Object
com.pushtotest.tool.protocolhandler.SQL.DBCall
public class DBCall
- extends java.lang.Object
|
Constructor Summary |
DBCall(int theType,
int theDatabase,
java.lang.String theQuery,
int prepStmtID,
java.util.Vector<com.pushtotest.tool.protocolhandler.SQL.Entry> theEXCValues)
Creates a new instance of DBCall |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQL
public static int SQL
RPC
public static int RPC
PreparedStatement
public static int PreparedStatement
ExecuteStatement
public static int ExecuteStatement
StoreProcedure
public static int StoreProcedure
CallStoreProcedure
public static int CallStoreProcedure
DBCall
public DBCall(int theType,
int theDatabase,
java.lang.String theQuery,
int prepStmtID,
java.util.Vector<com.pushtotest.tool.protocolhandler.SQL.Entry> theEXCValues)
- Creates a new instance of DBCall
setTranslationMap
public void setTranslationMap(java.util.HashMap<java.lang.String,java.lang.String> m)
clone
public DBCall clone(java.util.HashMap<java.lang.String,java.lang.String> local)
getQuery
public java.lang.String getQuery()
setTranslationEntry
public void setTranslationEntry(java.lang.String key,
java.lang.String value)
setDefVariable
public void setDefVariable(boolean isDef,
java.lang.String[] definitions)
getParameters
public java.util.Vector<java.lang.Object> getParameters()