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

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

 

GetPublicationPredicate function

Gets the publication predicate as a string.

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

Returns

The publication predicate string for the specified publication.

Remarks

Sets SQLE_PUBLICATION_NOT_FOUND if the publication does not exist.