Class SQLServerCallableStatement

All Implemented Interfaces:
ISQLServerCallableStatement, ISQLServerPreparedStatement, ISQLServerStatement, Serializable, AutoCloseable, CallableStatement, PreparedStatement, Statement, Wrapper

public class SQLServerCallableStatement extends SQLServerPreparedStatement implements ISQLServerCallableStatement
Provides implementation of JDBC callable statements. CallableStatement allows the caller to specify the procedure name to call along with input parameter value and output parameter types. Callable statement also allows the return of a return status with the ? = call( ?, ..) JDBC syntax

The API javadoc for JDBC API methods that this class implements are not repeated here. Please see Sun's JDBC API interfaces javadoc for those details.

See Also:
Serialized Form