Uses of Class
org.tribuo.data.sql.SQLDBConfig
Package
Description
Provides classes which can load columnar data (using a
RowProcessor
)
from a SQL source.-
Uses of SQLDBConfig in org.tribuo.data.sql
ModifierConstructorDescriptionSQLDataSource
(String sqlString, SQLDBConfig sqlConfig, OutputFactory<T> outputFactory, RowProcessor<T> rowProcessor, boolean outputRequired) Constructs a SQLDataSource.