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

SQL Anywhere 11.0.1 (中文) » UltraLite - M-Business Anywhere 编程 » UltraLite for M-Business Anywhere API 参考 » PreparedStatement 类

 

executeQuery 方法

执行 SQL SELECT 语句并返回结果集。

语法
ResultSet executeQuery( String persistName )
参数
  • persistName   用于跨页 JavaScript 对象持久性的名称。如果不需要持久性(如,在应用程序只有单一 HTML 页面的情况下),则设置为空。

返回值

该查询的结果集(一组行的形式)。