Package org.tribuo.data.sql
package org.tribuo.data.sql
Provides classes which can load columnar data (using a
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.
-
ClassDescriptionAn iterator over a ResultSet returned from JDBC.SQLDataSource<T extends Output<T>>A
DataSource
for loading columnar data from a database and applyingFieldProcessor
s to it.Provenance forSQLDataSource
.N.B.Read an SQL query in on the standard input, write a CSV file containing the results to the standard output.Command line options.