| title | isCurrency 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 7fe25d90-693c-4d3b-9dd2-0f8351c5a9ed | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Indicates whether the designated column is a cash value.
public boolean isCurrency(int column)
column
An int that indicates the column index.
true if the column is a cash value. Otherwise, false.
This isCurrency method is specified by the isCurrency method in the java.sql.ResultSetMetaData interface.
This method will return true only with [!INCLUDEssNoVersion] money and smallmoney data types.
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class