Returns the value of the given property. Not supported by UltraLite Java edition databases.
DB_PROPERTY( property-name )
property-name The database property name.
VARCHAR, LONG VARCHAR
Returns a string.
To set an option in UltraLite, use the SET OPTION statement or your component's API-specific Set Database Option method.
Cloud note: Because of tenant database isolation rules, when this function is called in the cloud it returns only information about the
current tenant database.
The following statement returns the page size of the current database, in bytes.
SELECT DB_PROPERTY( 'page_size'); |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |