SQLServerCallableStatement Class
Represents JDBC callable statements.
Package: com.microsoft.sqlserver.jdbc
Extends: SQLServerPreparedStatement
Implements: java.sql.CallableStatement
public final class SQLServerCallableStatement
Observaciones
The SQLServerCallableStatement class 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.
Vea también
Conceptos
SQLServerCallableStatement Members
JDBC Driver API Reference