Interface Argument

All Known Implementing Classes:
CharacterStreamArgument, InputStreamArgument, NullArgument, ObjectArgument
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Argument
Represents an argument to a prepared statement. It will be called right before the statement is executed to bind the parameter. Make sure to override Object.toString() if you want to be able to log values with an SqlLogger.