PublicationSchema class

Represents the schema of an UltraLite publication.

This class cannot be directly instantiated. Publication schemas are created using the DatabaseSchema.getPublicationSchema method.

Publications are identified by name. Some methods require the provision of a list of publication names in a comma-separated list.

Two special constant values are provided by DatabaseSchema object. SYNC_ALL_DB corresponds to the entire database. SYNC_ALL_PUBS corresponds to all publications.


getName method