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 接口

 

dropTable 方法

从数据库中删除表。

语法
void Connection.dropTable(
  String table_name
) throws ULjException
参数
  • table_name   要删除的表的名称。

注释

只有在当前连接没有任何未完成的未提交事务且该表未出现在任何发布中时,才能删除该表。删除的表中的所有行都将丢失。所有未同步的操作也会丢失。