Interface EngineStatement

All Superinterfaces:
AutoCloseable, Statement, Wrapper
All Known Subinterfaces:
EngineCallableStatement, EnginePreparedStatement
All Known Implementing Classes:
BrokeredCallableStatement, BrokeredCallableStatement42, BrokeredPreparedStatement, BrokeredPreparedStatement42, BrokeredStatement, EmbedCallableStatement, EmbedCallableStatement42, EmbedPreparedStatement, EmbedPreparedStatement42, EmbedStatement

public interface EngineStatement extends Statement
Additional methods the embedded engine exposes on its Statement object implementations. An internal api only, mainly for the network server. Allows consistent interaction between emebdded statements and brokered statements.