See: Description
| Interface | Description |
|---|---|
| BinarySQLOperator<T> |
Represents an operation upon two operands of the same type, producing a result of the same type as the operands.
|
| BooleanSQLSupplier |
Represents a supplier of
boolean-valued results. |
| DoubleBinarySQLOperator |
Represents an operation upon two
double-valued operands and producing a double-valued result. |
| DoubleSQLConsumer |
Represents an operation that accepts a single
double-valued argument and returns no result. |
| DoubleSQLFunction<R> |
Represents a function that accepts a double-valued argument and produces a result.
|
| DoubleSQLPredicate |
Represents a predicate (boolean-valued function) of one
double-valued argument. |
| DoubleSQLSupplier |
Represents a supplier of
double-valued results. |
| DoubleToIntSQLFunction |
Represents a function that accepts a double-valued argument and produces an int-valued result.
|
| DoubleToLongSQLFunction |
Represents a function that accepts a double-valued argument and produces a long-valued result.
|
| DoubleUnarySQLOperator |
Represents an operation on a single
double-valued operand that produces a double-valued result. |
| IntBinarySQLOperator |
Represents an operation upon two
int-valued operands and producing an int-valued result. |
| IntSQLConsumer |
Represents an operation that accepts a single
int-valued argument and returns no result. |
| IntSQLFunction<R> |
Represents a function that accepts an int-valued argument and produces a result.
|
| IntSQLPredicate |
Represents a predicate (boolean-valued function) of one
int-valued argument. |
| IntSQLSupplier |
Represents a supplier of
int-valued results. |
| IntToDoubleSQLFunction |
Represents a function that accepts an int-valued argument and produces a double-valued result.
|
| IntToLongSQLFunction |
Represents a function that accepts an int-valued argument and produces a long-valued result.
|
| IntUnarySQLOperator |
Represents an operation on a single
int-valued operand that produces an int-valued result. |
| LongBinarySQLOperator |
Represents an operation upon two
long-valued operands and producing a long-valued result. |
| LongSQLConsumer |
Represents an operation that accepts a single
long-valued argument and returns no result. |
| LongSQLFunction<R> |
Represents a function that accepts a long-valued argument and produces a result.
|
| LongSQLPredicate |
Represents a predicate (boolean-valued function) of one
long-valued argument. |
| LongSQLSupplier |
Represents a supplier of
long-valued results. |
| LongToDoubleSQLFunction |
Represents a function that accepts a long-valued argument and produces a double-valued result.
|
| LongToIntSQLFunction |
Represents a function that accepts a long-valued argument and produces an int-valued result.
|
| LongUnarySQLOperator |
Represents an operation on a single
long-valued operand that produces a long-valued result. |
| ObjDoubleSQLConsumer<T> |
Represents an operation that accepts an object-valued and a
double-valued argument, and returns no result. |
| ObjIntSQLConsumer<T> |
Represents an operation that accepts an object-valued and a
int-valued argument, and returns no result. |
| ObjLongSQLConsumer<T> |
Represents an operation that accepts an object-valued and a
long-valued argument, and returns no result. |
| SQLBiConsumer<T,U> |
Represents an operation that accepts two input arguments and returns no result.
|
| SQLBiFunction<T,U,R> |
Represents a function that accepts two arguments and produces a result.
|
| SQLBiPredicate<T,U> |
Represents a predicate (boolean-valued function) of two arguments.
|
| SQLConsumer<T> |
Represents an operation that accepts a single input argument and returns no result.
|
| SQLFunction<T,R> |
Represents a function that accepts one argument and produces a result.
|
| SQLPredicate<T> |
Represents a predicate (boolean-valued function) of one argument.
|
| SQLSupplier<T> |
Represents a supplier of results.
|
| ToDoubleSQLBiFunction<T,U> |
Represents a function that accepts two arguments and produces a double-valued result.
|
| ToDoubleSQLFunction<T> |
Represents a function that produces a double-valued result.
|
| ToIntSQLBiFunction<T,U> |
Represents a function that accepts two arguments and produces an int-valued result.
|
| ToIntSQLFunction<T> |
Represents a function that produces an int-valued result.
|
| ToLongSQLBiFunction<T,U> |
Represents a function that accepts two arguments and produces a long-valued result.
|
| ToLongSQLFunction<T> |
Represents a function that produces a long-valued result.
|
| UnarySQLOperator<T> |
Represents an operation on a single operand that produces a result of the same type as its operand.
|
| Exception | Description |
|---|---|
| UncheckedSQLException |
Wraps an
SQLException with an unchecked exception. |
Copyright © 2017. All rights reserved.