Interface CCallableStatement

All Superinterfaces:
AutoCloseable, CallableStatement, CPreparedStatement, CStatement, PreparedStatement, Statement, Wrapper

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