QueryJDBCConnection¶
This node executes query in Relational Databases using JDBC and creates a DataFrame from it
Input¶
It reads data from Relational Databases
Output¶
It creates a DataFrame from the data read and sends it to its output
Type¶
dataset
Class¶
fire.nodes.dataset.NodeJDBCQueryUsingConnection
Fields¶
| Name | Title | Description |
|---|---|---|
| connection | Connection | The JDBC connection to connect |
| query | Query | |
| outputColNames | Column Names of the Table | Output Columns Names of the Table |
| outputColTypes | Column Types of the Table | Output Column Types of the Table |
| outputColFormats | Column Formats | Output Column Formats |