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 参考 » Connection 类

 

getTable 方法

创建并返回对数据库中所请求表的引用。

语法
Table getTable(String name, String persistName )
参数
  • name   要读取的表的名称。

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