RowProcessor
)
from a SQL source.See: Description
Class | Description |
---|---|
ResultSetIterator |
An iterator over a ResultSet returned from JDBC.
|
SQLDataSource<T extends Output<T>> |
A
DataSource for loading columnar data from a database
and applying FieldProcessor s to it. |
SQLDataSource.SQLDataSourceProvenance |
Provenance for
SQLDataSource . |
SQLDBConfig |
N.B.
|
SQLToCSV |
Read an SQL query in on the standard input, write a CSV file containing the
results to the standard output.
|
SQLToCSV.SQLToCSVOptions |
Command line options.
|
RowProcessor
)
from a SQL source.
N.B. The classes in this package accept raw SQL strings and execute them directly via JDBC. They DO NOT perform any SQL escaping or other injection prevention. It is the user's responsibility to ensure that SQL passed to these classes performs as desired.
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.