Searched refs:updonly (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
H A DJDBCStatement.java69 ResultSet executeQuery(String sql, String args[], boolean updonly) argument
89 if (updonly) {
95 if (updonly) {
129 if (!updonly && tr == null) {
132 if (!updonly && tr != null) {

Completed in 23 milliseconds