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

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » UltraLite_TableSchema_iface class

 

GetPublicationPredicate function

Synopsis
ULValue UltraLite_TableSchema_iface::GetPublicationPredicate(
  const ULValue & publication_name
)
Parameters
  • publication_name   The name of the publication.

Remarks

Gets the publication predicate as a string.

Returns
  • The publication predicate string for the specified publication.
  • Sets SQLE_PUBLICATION_NOT_FOUND if the publication does not exist.