Searched refs:sqlInput (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 151 if (sqlInput == null) { in executeSQLCommand() 181 if (sqlInput.containsKey(key)) { in executeSQLCommand() 183 Object in = sqlInput.get(key); in executeSQLCommand() 209 String value = checkForQuotationMarks((String)sqlInput.get(key)); in executeSQLCommand() 243 sqlInput.put(key, val[0]); in executeSQLCommand() 245 sqlInput.put(key, val); in executeSQLCommand()
|
Completed in 12 milliseconds