Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取数据库属性的值。
public 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 数据库参数为空的指示符。