Lines Matching refs:executeSQLCommand

94executeSQLCommand("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()
128executeSQLCommand("SELECT id as \"entry.id\", name as \"entry.name\" FROM entry WHERE name = \"$En… in insertEntry()
134 executeSQLCommand("INSERT entry (name, type)" + in insertEntry()
136executeSQLCommand("SELECT id as \"entry.id\", name as \"entry.name\" FROM entry WHERE name = \"$En… in insertEntry()
140executeSQLCommand("SELECT id as \"api_entry.id\", api_version_id as \"api_entry.api_version_id\", … in insertEntry()
144 executeSQLCommand("INSERT api_entry (entry_id, api_version_id)"+ in insertEntry()
146executeSQLCommand("SELECT id as \"api_entry.id\", api_version_id as \"api_entry.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()
163 executeSQLCommand("UPDATE test_state SET status = \"$EntryState\""+ in insertEntry()