createPublication function

Creates a new publication in the database.

Syntax
void Connection.createPublication(
  String pub_name,
  String[] tables
) throws ULjException
Parameters
  • pub_name   The name of the publication to create.

  • tables   An array of table names.

Remarks

The synchronization of the entire database is done using the special Connection.SYNC_ALL publication list.

See also