Interface AbstractSqlRepositoryOperations.StatementSupplier<PS>
-
- Type Parameters:
PS
- The prepared statement type
- Enclosing class:
- AbstractSqlRepositoryOperations<RS,PS,Exc extends java.lang.Exception>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface protected static interface AbstractSqlRepositoryOperations.StatementSupplier<PS>
Functional interface used to supply a statement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PS
create(java.lang.String ps)
-
-
-
Method Detail
-
create
PS create(java.lang.String ps) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-