- identity() - Static method in interface com.github.robtimus.sql.function.DoubleUnarySQLOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface com.github.robtimus.sql.function.IntUnarySQLOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface com.github.robtimus.sql.function.LongUnarySQLOperator
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface com.github.robtimus.sql.function.SQLFunction
-
Returns a function that always returns its input argument.
- identity() - Static method in interface com.github.robtimus.sql.function.UnarySQLOperator
-
Returns a unary operator that always returns its input argument.
- IntBinarySQLOperator - Interface in com.github.robtimus.sql.function
-
Represents an operation upon two int-valued operands and producing an int-valued result.
- IntSQLConsumer - Interface in com.github.robtimus.sql.function
-
Represents an operation that accepts a single int-valued argument and returns no result.
- IntSQLFunction<R> - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts an int-valued argument and produces a result.
- IntSQLPredicate - Interface in com.github.robtimus.sql.function
-
Represents a predicate (boolean-valued function) of one int-valued argument.
- IntSQLSupplier - Interface in com.github.robtimus.sql.function
-
Represents a supplier of int-valued results.
- IntToDoubleSQLFunction - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts an int-valued argument and produces a double-valued result.
- IntToLongSQLFunction - Interface in com.github.robtimus.sql.function
-
Represents a function that accepts an int-valued argument and produces a long-valued result.
- IntUnarySQLOperator - Interface in com.github.robtimus.sql.function
-
Represents an operation on a single int-valued operand that produces an int-valued result.
- isEqual(Object) - Static method in interface com.github.robtimus.sql.function.SQLPredicate
-