Szerkesztés

Megosztás a következőn keresztül:


getBoolean Method (int)

Download JDBC driver

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

Syntax

  
public boolean getBoolean(int index)  

Parameters

index

An int that indicates the parameter index.

Return Value

A boolean value.

Exceptions

SQLServerException

Remarks

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

See Also

getBoolean Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class