Skip navigation links

Package org.tribuo.data.sql

Provides classes which can load columnar data (using a RowProcessor) from a SQL source.

See: Description

Package org.tribuo.data.sql Description

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.

Skip navigation links

Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.