Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/stats/
H A DSQLExecution.java41 protected Statement mStatement = null; field in SQLExecution
95 mStatement = mConnection.createStatement(); in openConnection()
113 mStatement.close(); in closeConnection()
268 mStatement.executeUpdate(command); in execute()
272 ResultSet sqlResult = mStatement.executeQuery(command); in execute()

Completed in 11 milliseconds