Returns the correlation name for a column.
String ResultSetMetadata.getCorrelationName( int column_no ) throws ULjException
column_no The (base 1) number of the column in the select list.
Null if there is no correlation name for the column; otherwise, returns the correlation name for a column.
The correlation name specified ([AS] correlation-name) in the FROM clause to specify a table expression, such as a derived table.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |