Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从数据库中删除表。
void Connection.dropTable( String table_name ) throws ULjException
table_name 要删除的表的名称。
只有在当前连接没有任何未完成的未提交事务且该表未出现在任何发布中时,才能删除该表。删除的表中的所有行都将丢失。所有未同步的操作也会丢失。