Lets you specify the stored procedure name to call along with input and output parameters. This class also provides the ability to retrieve the return status value with the ? = call( ?, ..) syntax.

Package: com.microsoft.sqlserver.jdbc

Implements: ISQLServerCallableStatement

Extends: SQLServerPreparedStatement

Syntax

public final class SQLServerCallableStatement

Remarks

SQLServerCallableStatement lets you specify the stored procedure name to call along with input and output parameters. SQLServerCallableStatement also provides the ability to retrieve the return status value with the ? = call( ?, ..) syntax.

This class supports unwrapping to SQLServerCallableStatement class, ISQLServerCallableStatement interface, java.sql.CallableStatement interface, and the classes and interfaces supported by SQLServerPreparedStatement for unwrapping. For more information, see Wrappers and Interfaces.

See Also

SQLServerCallableStatement Members
JDBC Driver API Reference