getBoolean Method (java.lang.String)
Retrieves the value of the designated parameter as a boolean value given the parameter name.
public boolean getBoolean(java.lang.String sCol)
Parámetros
sCol
A String that contains the parameter name.
Valor devuelto
A boolean value.
Excepciones
Observaciones
This getBoolean method is specified by the getBoolean method in the java.sql.CallableStatement interface.
Vea también
Referencia
SQLServerCallableStatement Class
Conceptos
getBoolean Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members