Searched refs:sqlOutput (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/qadevOOo/runner/stats/ |
H A D | SQLExecution.java | 131 public boolean executeSQLCommand(String command, Hashtable sqlInput, Hashtable sqlOutput) in executeSQLCommand() argument 133 return executeSQLCommand(command, sqlInput, sqlOutput, false); in executeSQLCommand() 145 …public boolean executeSQLCommand(String command, Hashtable sqlInput, Hashtable sqlOutput, boolean … in executeSQLCommand() argument 147 if (sqlOutput == null) { in executeSQLCommand() 148 sqlOutput = new Hashtable(); in executeSQLCommand() 234 execute((String)sqlCommand.get(i), sqlOutput, update); in executeSQLCommand() 237 Enumeration keys = sqlOutput.keys(); in executeSQLCommand() 240 String[]val = (String[])sqlOutput.get(key); in executeSQLCommand() 250 if (!update && sqlOutput == null) in executeSQLCommand()
|
Completed in 14 milliseconds