Interface CStatement

All Superinterfaces:
AutoCloseable, Statement, Wrapper
All Known Subinterfaces:
CCallableStatement, CPreparedStatement

public interface CStatement extends Statement
Interface to wrap and extend Statement.
This is use by ProxyFactory and developer shouldn't use this class directly.
Author:
Low Heng Sin
See Also: