Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Functions » Alphabetical list of functions

PROPERTY_DESCRIPTION function [System] Next Page

PROPERTY_NAME function [System]


Returns the name of the property with the supplied property-number.

Syntax

PROPERTY_NAME( property-id )

Parameters

property-id    The property number of the database property.

See also
Standards and compatibility
Example

The following statement returns the property associated with property number 126. The actual property to which this refers changes from release to release.

SELECT PROPERTY_NAME( 126 );