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 - 数据库管理和参考 » UltraLite SQL 参考 » UltraLite SQL 函数 » SQL 函数 (A-D)

 

DB_PROPERTY 函数 [System]

返回给定属性的值。

语法
DB_PROPERTY( property-name )
参数
  • property-name   数据库属性名称。

返回值

VARCHAR

注释

返回字符串。

要在 UltraLite 中设置选项,请使用 SET OPTION 语句或组件的特定于 API 的设置数据库选项方法。

另请参见
示例

以下语句返回当前数据库的页大小(以字节为单位)。

SELECT DB_PROPERTY( 'page_size');