Specifies values that control how a column name is retrieved when describing a result set.
public enum ul_column_name_type
Member name | Description |
---|---|
ul_name_type_sql |
For SELECT statements, return the alias or correlation name. For tables, return the column name. |
ul_name_type_sql_column_only |
For SELECT statements, return the alias or correlation name and exclude any table names that were specified. For tables, return the column name. |
ul_name_type_base_table |
Return the underlying table name if it can be determined. If the table does not exist in the database schema, an empty string is returned. |
ul_name_type_base_column |
Return the underlying column name if it can be determined. If the column does not exist in the database schema, an empty string is returned. |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |