HomeSort by relevance Sort by last modified time
    Searched full:cstmt (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 884 CallableStatement cstmt = null; local
890 cstmt = conn.prepareCall("call welcomeAnimal(3, 'Petya', 'Cock')");
895 cstmt.execute();
908 cstmt.close();
943 CallableStatement cstmt = null; local
948 cstmt = conn.prepareCall(query, ResultSet.TYPE_FORWARD_ONLY,
957 cstmt = conn.prepareCall(query, ResultSet.TYPE_FORWARD_ONLY,
959 cstmt.execute("select id, name from zoo");
960 rs = cstmt.getResultSet();
980 cstmt.close()
1056 CallableStatement cstmt = null; local
    [all...]

Completed in 132 milliseconds