Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.3 KB

File metadata and controls

45 lines (33 loc) · 1.3 KB
title getBoolean Method (int)
description getBoolean Method (int)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerCallableStatement.getBoolean (int)
apitype Assembly

getBoolean Method (int)

[!INCLUDEDriver_JDBC_Download]

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