Interface | Description |
---|---|
CheckedFunction<T,R> |
Function to apply a funtion to an input value and return a result.
|
CheckedSupplier<T> |
Function that supplies a result and may throw an Exception.
|
ParameterSetter<T> |
Function that sets parameters in a JDBC SQL
PreparedStatement . |
ResultsHandler<T,R> |
Handle the results of executing an SQL statement.
|
StatementSupplier |
Function that supplies a JDBC SQL
PreparedStatement . |
Class | Description |
---|---|
JdbcStreams |
JdbcStreams is a streams connector to a database via the
JDBC API java.sql package. |
Stream tuples may be written to databases and created or enriched by reading from databases.
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641