Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.48 KB

File metadata and controls

50 lines (38 loc) · 1.48 KB
title isSigned Method (SQLServerParameterMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerParameterMetaData.isSigned
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 1a4af386-e379-4a60-a107-a99e63a490ac
author David-Engel
ms.author v-daenge

isSigned Method (SQLServerParameterMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether values for the designated parameter can be signed numbers.

Syntax

  
public boolean isSigned(int param)  

Parameters

param

An int that indicates parameter index.

Return Value

true if the designated parameter can contain signed numbers. Otherwise, false.

Exceptions

SQLServerException

Remarks

This isSigned method is specified by the isSigned method in the java.sql.ParameterMetaData interface.

See Also

SQLServerParameterMetaData Methods
SQLServerParameterMetaData Members
SQLServerParameterMetaData Class