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 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_TableSchema_iface 类

 

InPublication 函数

检查此表是否包含在指定发布中。

语法
bool UltraLite_TableSchema_iface::InPublication(
  const ULValue & publication_name
)
参数
  • publication_name   发布的名称。

返回值
  • 如果该表包含在发布中,则返回 true。

  • 如果该表未包含在发布中,则返回 false。

注释

如果发布不存在,则设置 SQLE_PUBLICATION_NOT_FOUND。