Interface CPreparedStatement

All Superinterfaces:
AutoCloseable, CStatement, PreparedStatement, Statement, Wrapper
All Known Subinterfaces:
CCallableStatement

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