Compartir a través de


getBoolean Method (int)

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

public boolean getBoolean(int index)

Parámetros

index

An int that indicates the parameter index.

Valor devuelto

A boolean value.

Excepciones

SQLServerException

Notas

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