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 类

 

GetPublicationPredicate 函数

获取字符串形式的发布谓语。

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

返回值

指定发布的发布谓语字符串。

注释

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