- LongBinarySQLOperator - Interface in com.github.robtimus.sql.function
-
Represents an operation upon two long-valued operands and producing a long-valued result.
- LongSQLConsumer - Interface in com.github.robtimus.sql.function
-
Represents an operation that accepts a single long-valued argument and returns no result.
- LongSQLFunction<R> - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts a long-valued argument and produces a result.
- LongSQLPredicate - Interface in com.github.robtimus.sql.function
-
Represents a predicate (boolean-valued function) of one long-valued argument.
- LongSQLSupplier - Interface in com.github.robtimus.sql.function
-
Represents a supplier of long-valued results.
- LongToDoubleSQLFunction - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts a long-valued argument and produces a double-valued result.
- LongToIntSQLFunction - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts a long-valued argument and produces an int-valued result.
- LongUnarySQLOperator - Interface in com.github.robtimus.sql.function
-
Represents an operation on a single long-valued operand that produces a long-valued result.