Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在数据库中创建新发布。
void Connection.createPublication( String pub_name, String[] tables ) throws ULjException
pub_name 要创建的发布的名称。
tables 表名称数组。
使用特殊的 Connection.SYNC_ALL 发布列表同步整个数据库。