Home
last modified time | relevance | path

Searched refs:originalKey (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/qadevOOo/runner/stats/
H A DSQLExecution.java163 String originalKey = token.nextToken(); in executeSQLCommand() local
165 int index = originalKey.indexOf('$'); in executeSQLCommand()
169 pre = originalKey.substring(0,index); in executeSQLCommand()
171 String key = originalKey.substring(index+1); in executeSQLCommand()
224 sqlCommand.set(i, (String)sqlCommand.get(i) + " " + originalKey); in executeSQLCommand()
225 if (originalKey.equalsIgnoreCase("update") || in executeSQLCommand()
226 originalKey.equalsIgnoreCase("delete") || in executeSQLCommand()
227 originalKey.equalsIgnoreCase("insert")) { in executeSQLCommand()

Completed in 7 milliseconds