dropPublication method

Drops a publication from the database.

Syntax
void Connection.dropPublication(
  String pub_name
) throws ULjException
Parameters
  • pub_name   The name of the publication to drop.

Remarks

You can not drop the special Connection.SYNC_ALL_DB_PUB_NAME publication.

See also