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

 

dropPublication 方法

从数据库中删除发布。

语法
void Connection.dropPublication(
  String pub_name
) throws ULjException
参数
  • pub_name   要删除的发布的名称。

注释

不能删除特殊 Connection.SYNC_ALL_DB_PUB_NAME 发布。

另请参见