Searched refs:cstmt (Results 1 – 1 of 1) sorted by relevance
884 CallableStatement cstmt = null; in testPrepareCall() local890 cstmt = conn.prepareCall("call welcomeAnimal(3, 'Petya', 'Cock')"); in testPrepareCall()895 cstmt.execute(); in testPrepareCall()908 cstmt.close(); in testPrepareCall()943 CallableStatement cstmt = null; in testPrepareCall_String_int_int() local948 cstmt = conn.prepareCall(query, ResultSet.TYPE_FORWARD_ONLY, in testPrepareCall_String_int_int()1056 CallableStatement cstmt = null; in testPrepareCall_String_int_int_int() local1061 cstmt = conn.prepareCall(query, ResultSet.TYPE_FORWARD_ONLY, in testPrepareCall_String_int_int_int()