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

 

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.