Query JDBC
This task will run a JDBC query and send it's result-set to the Dex data output stream.

| OPTION | DESCRIPTION |
|---|---|
| Database Type | This option will select the target database. Currently, HyperSql (in-memory), Oracle, MySql, Sqlite, and Neo4J are supported. |
| Driver | The JDBC driver to be used. |
| Url | The url for the JDBC connection. |
| Username | The username the database will connect with. |
| Password | The user's password. |
| SQL Text Area | The SQL query to be executed. |
| Right Sizing | When selected, this option will attempt to size all |
INPUT
There are no special input requirements.
OUTPUT
A data stream containing the resulting SQL query will be output.