Condividi tramite


getBoolean Method (int)

Retrieves the value of the designated parameter as a boolean value given the parameter index.

public boolean getBoolean(int index)

Parametri

index

An int that indicates the parameter index.

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