InPublication function

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

Remarks

Checks whether the table is contained in the named publication.

Returns
  • True if the table is contained in the publication.
  • False if the table is not in the publication.
  • Sets SQLE_PUBLICATION_NOT_FOUND if the publication does not exist.