Sets the order in which tables should be uploaded to the consolidated database.
abstract void SyncParms.setTableOrder( String v ) throws ULjException
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.
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |