Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
カラムの相関名を返します。
String ResultSetMetadata.getCorrelationName( int column_no ) throws ULjException
column_no 選択リストの (1 から始まる) カラム番号。
カラムに相関名がない場合は NULL、そうでない場合はカラムの相関名を返します。
FROM 句で指定した相関名 ([AS] correlation-name) により、派生テーブルなどのテーブル表現を指定します。