Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » PreparedStatement interface

 

executeQuery function

Executes the prepared SQL SELECT statement and returns a ResultSet.

Syntax
ResultSet PreparedStatement.executeQuery() throws ULjException
See also
Returns

The ResultSet containing the query result of the prepared SQL SELECT statement.