Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.46 KB

File metadata and controls

50 lines (38 loc) · 1.46 KB
title isSigned Method (SQLServerResultSetMetaData) | 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
SQLServerResultSetMetaData.isSigned
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 1d16672f-1515-4255-8b20-e7911c999f60
author David-Engel
ms.author v-daenge

isSigned Method (SQLServerResultSetMetaData)

[!INCLUDEDriver_JDBC_Download]

Indicates whether values in the designated column are signed numbers.

Syntax

  
public boolean isSigned(int column)  

Parameters

column

An int that indicates the column index.

Return Value

true if the column contains signed numbers. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class