Class DelegatingStatement<S extends Statement>

java.lang.Object
io.helidon.integrations.jdbc.DelegatingStatement<S>
Type Parameters:
S - the type of the Statement subclass
All Implemented Interfaces:
AutoCloseable, Statement, Wrapper
Direct Known Subclasses:
DelegatingPreparedStatement

public class DelegatingStatement<S extends Statement> extends Object implements Statement
A JDBC 4.3-compliant Statement that delegates to another JDBC 4.3-compliant Statement.