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 参考 » 嵌入式 SQL API 参考

 

ULGetDatabaseProperty 函数

获取数据库属性的值。

语法
void ULGetDatabaseProperty (
SQLCA * sqlca,
ul_database_property_id id,
char * dst,
size_t buffer-size,
ul_bool * null-indicator
);
参数

sqlca   指向 SQLCA 的指针。

id   数据库属性的标识符。

dst   保存属性值的字符数组。

buffer-size   字符数组 dst 的大小。

null-indicator   数据库参数为空的指示符。

另请参见