DBCPService
Implementations: DBCPConnectionPool
PostgreSQLConnectionPool
DBCPConnectionPoolLookup
HikariCPConnectionPool
Hive3ConnectionPool
RedshiftConnectionPool
SnowflakeComputingConnectionPool
HiveConnectionPool
HadoopDBCPConnectionPool
The Controller Service that is used to obtain a connection to the database. | Parameter Grouping Strategy | parameter-grouping-strategy | Column | - Column
- Table Name
| The strategy used to group parameters. |
Table Name | table-name | | | The name of the database table containing the parameters.
This Property is only considered if the [Parameter Grouping Strategy] Property has a value of "Column". |
Table Names | table-names | | | A comma-separated list of names of the database tables containing the parameters.
This Property is only considered if the [Parameter Grouping Strategy] Property has a value of "Table Name". |
Parameter Name Column | parameter-name-column | | | The name of a column containing the parameter name. |
Parameter Value Column | parameter-value-column | | | The name of a column containing the parameter value. |
Parameter Group Name Column | parameter-group-name-column | | | The name of a column containing the name of the parameter group into which the parameter should be mapped.
This Property is only considered if the [Parameter Grouping Strategy] Property has a value of "Column". |
SQL WHERE clause | sql-where-clause | | | A optional SQL query 'WHERE' clause by which to filter all results. The 'WHERE' keyword should not be included. |
State management:
This component does not store state.Restricted:
This component is not restricted.System Resource Considerations:
None specified.