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.