Condividi tramite


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)

Parametri

sCol

A String that contains the parameter name.

Valore restituito

A boolean value.

Eccezioni

SQLServerException

Osservazioni

This getBoolean method is specified by the getBoolean method in the java.sql.CallableStatement interface.

Vedere anche

Riferimento

SQLServerCallableStatement Class

Concetti

getBoolean Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members