JDBC Driver for Teradata

Build 22.0.8462

ColumnName

Controls the behavior of the ResultSetMetaData getColumnName and getColumnLabel methods.

Possible Values

OFF, ON

Data 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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462