Home
last modified time | relevance | path

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

/trunk/main/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java78 … Object prepStmnt = xConnection.prepareStatement("SELECT * FROM i90114 WHERE i90114.c1 = ?"); in testLongVarChar() local
79 … ((XParameters) UnoRuntime.queryInterface(XParameters.class, prepStmnt)).clearParameters(); in testLongVarChar()
80 ((XParameters) UnoRuntime.queryInterface(XParameters.class, prepStmnt)).setInt(1, 1); in testLongVarChar()
81 XResultSet xResultSet = ((XPreparedStatement) prepStmnt).executeQuery(); in testLongVarChar()

Completed in 18 milliseconds