ColumnName
Controls the behavior of the ResultSetMetaData getColumnName and getColumnLabel methods.
Possible Values
OFF, ONData Type
RsbteradataColumnNames
Default Value
OFF
Remarks
Controls the behavior of the ResultSetMetaData getColumnName and getColumnLabel methods.
- COLUMNNAME=OFF (the default) specifies that the ResultSetMetaData.getColumnName method should return the AS-clause name if available or the column name if available or the column title, and specifies that the ResultSetMetaData.getColumnLabel method should return the column title.
- COLUMNNAME=ON specifies that, when StatementInfo parcel support is available, the ResultSetMetaData.getColumnName method should return the column name if available and specifies that the ResultSetMetaData.getColumnLabel method should return the AS-clause name if available or the column name if available or the column title. This option has no effect when StatementInfo parcel support is unavailable.