Interface StatementSettings
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface to apply settings onto a JDBC
Statement
.
For example: stmt -> stmt.setMaxRows(100)
.
- Since:
- 9.2
-
Method Summary
-
Method Details
-
apply
Applies the settings on the statement.- Throws:
SQLException
-