Skip to content

db.use_column_labels

Flag to control whether column labels are used in JDBC calls in the database gatherer.

Key: db.use_column_labels
Type: Boolean
Can be set in: collection.cfg

Description

This parameter controls whether column labels are used in the JDBC calls made by the database gatherer when generating column names. These column names are then used as element names in the XML indexed by the indexer.

Whether you want to enable this or not will depend on what type of database and JDBC driver you are using.

Default Value

db.use_column_labels=false

Examples

Enable the use of column labels:

db.use_column_labels=true

See Also

top

Funnelback logo
v15.24.0