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

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » Connection 接口

 

truncateTable 方法

删除表中的所有行。

语法
void Connection.truncateTable(
  String table_name
) throws ULjException
参数
  • table_name   要截断的表的名称。

注释

行不会被同步。