Uses of Class
com.pushtotest.tool.protocolhandler.SQL.DBCall

Packages that use DBCall
com.pushtotest.tool.protocolhandler.SQL   
 

Uses of DBCall in com.pushtotest.tool.protocolhandler.SQL
 

Methods in com.pushtotest.tool.protocolhandler.SQL that return DBCall
 DBCall DBCall.clone(java.util.HashMap<java.lang.String,java.lang.String> local)
           
 

Methods in com.pushtotest.tool.protocolhandler.SQL that return types with arguments of type DBCall
 java.util.Vector<DBCall> SQLDPLParser.getDataByIndex(int index)
           
 java.util.Vector<DBCall> SQLDPLParser.getRandomData()