JDBC Driver for Teradata

Build 23.0.8839

ColumnName

Controls the behavior of the ResultSetMetaData getColumnName and getColumnLabel methods.

Possible Values

OFF, ON

データ型

string

デフォルト値

"OFF"

解説

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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839