Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » Connection interface

 

createPublication method

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