setTableOrder function

Sets the order in which tables should be uploaded to the consolidated database.

Syntax
abstract void SyncParms.setTableOrder(
  String v
) throws ULjException
Parameters
  • v   A comma separated list of table names in the order they should be synchronized, or null, indicating no table order. See class description for more on comma separated lists.

Remarks

The primary table should be listed first, along with all tables containing foreign key relationships in the consolidated database.

All tables selected for synchronization by the Publications get synchronized whether they are specified in the TableOrder parameter or not. Unspecified tables are synchronized by order of the foreign key relations in the client database. They are synchronized after the specified tables.

The default is a null reference, which does not override the default ordering of tables.

See also