JDBC Driver for Amazon Redshift

Build 22.0.8462

FetchResultSetMetadata

This field sets whether the provider is getting detailed information about resultset columns from the server.

Data Type

bool

Default Value

false

Remarks

By default, the driver will not request server to provide too detailed information about resultset columns (like the table name, for example) when the query is succeeding, because it requires issuing additional metaquery by the driver, and may affect query performance essentially in some scenarios. Consider this property when you are requiring all details about resultset columns together with the query result.

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