InPublication function

Checks whether the table is contained in the named publication.

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

Returns
  • True if the table is contained in the publication.

  • False if the table is not in the publication.

Remarks

Sets SQLE_PUBLICATION_NOT_FOUND if the publication does not exist.