Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/stats/
H A DFatDataBaseOutProducer.java72 executeSQLCommand("SHOW TABLES"); in prepareDataBase()
74executeSQLCommand("SELECT id AS \"test_run.id\", api_version_id, description, date FROM test_run" + in prepareDataBase()
79 executeSQLCommand("SELECT id AS api_version_id FROM api_version" + in prepareDataBase()
84 executeSQLCommand("INSERT api_version (api_name, version)" + in prepareDataBase()
86 executeSQLCommand("SELECT id AS api_version_id FROM api_version" + in prepareDataBase()
90 executeSQLCommand("INSERT test_run (api_version_id, description, date)" + in prepareDataBase()
107 executeSQLCommand("INSERT entry (name, type)" + in insertEntry()
114 executeSQLCommand("INSERT api_entry (entry_id, api_version_id)"+ in insertEntry()
119 executeSQLCommand("SELECT status AS \"test_state.status\" FROM test_state"+ in insertEntry()
124 executeSQLCommand("INSERT test_state (test_run_id, entry_id, status)"+ in insertEntry()
[all …]
H A DComplexDataBaseOutProducer.java94executeSQLCommand("SELECT id AS \"test_run.id\", api_version_id, description, date FROM test_run" + in prepareDataBase()
99 executeSQLCommand("SELECT id as api_version_id FROM api_version" + in prepareDataBase()
104 executeSQLCommand("INSERT api_version (api_name, version)" + in prepareDataBase()
106 executeSQLCommand("SELECT id as api_version_id FROM api_version" + in prepareDataBase()
109 executeSQLCommand("INSERT test_run (api_version_id, description, date)" + in prepareDataBase()
111executeSQLCommand("SELECT id AS \"test_run.id\", api_version_id, description, date FROM test_run" + in prepareDataBase()
134 executeSQLCommand("INSERT entry (name, type)" + in insertEntry()
144 executeSQLCommand("INSERT api_entry (entry_id, api_version_id)"+ in insertEntry()
151 executeSQLCommand("SELECT status as \"test_state.status\" FROM test_state"+ in insertEntry()
159 executeSQLCommand("INSERT test_state (test_run_id, entry_id, status)"+ in insertEntry()
[all …]
H A DDataBaseOutProducer.java169 protected boolean executeSQLCommand(String command, boolean mergeOutput) { in executeSQLCommand() method in DataBaseOutProducer
170 return mSqlExec.executeSQLCommand(command, mSqlInput, mSqlOutput, mergeOutput); in executeSQLCommand()
176 protected boolean executeSQLCommand(String command) { in executeSQLCommand() method in DataBaseOutProducer
177 return mSqlExec.executeSQLCommand(command, mSqlInput, mSqlOutput); in executeSQLCommand()
H A DSQLExecution.java131 public boolean executeSQLCommand(String command, Hashtable sqlInput, Hashtable sqlOutput) in executeSQLCommand() method in SQLExecution
133 return executeSQLCommand(command, sqlInput, sqlOutput, false); in executeSQLCommand()
145 …public boolean executeSQLCommand(String command, Hashtable sqlInput, Hashtable sqlOutput, boolean … in executeSQLCommand() method in SQLExecution

Completed in 28 milliseconds