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

SQL Anywhere 11.0.0 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » PreparedStatement class

 

executeQuery method

Executes a SQL SELECT statement and returns the result set.

Syntax
ResultSet executeQuery( String persistName )
Parameter
  • persistName   The name for cross-page JavaScript object persistence. Set to null if no persistence is required (for example, if the application has only a single HTML page).

Returns

The result set of the query, as a set of rows.