Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetGetterTests.java263 Statement stQuery = null; in testGetBytesIntVarbinary() local
277 stQuery = conn.createStatement(); in testGetBytesIntVarbinary()
278 res = stQuery.executeQuery("select * from testBinary"); in testGetBytesIntVarbinary()
288 if (stQuery != null) stQuery.close(); in testGetBytesIntVarbinary()
295 Statement stQuery = null; in testGetBytesIntBinary() local
309 stQuery = conn.createStatement(); in testGetBytesIntBinary()
310 res = stQuery.executeQuery("select * from testBinary"); in testGetBytesIntBinary()
320 if (stQuery != null) stQuery.close(); in testGetBytesIntBinary()
345 Statement stQuery = null; in testGetBytesStringVarbinary() local
359 stQuery = conn.createStatement(); in testGetBytesStringVarbinary()
[all …]