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.