isCurrency Method (SQLServerResultSetMetaData)
Indicates whether the designated column is a cash value.
Syntax
public boolean isCurrency(int column)
Parameters
column
An int that indicates the column index.
Return Value
true if the column is a cash value. Otherwise, false.
Exceptions
Remarks
This isCurrency method is specified by the isCurrency method in the java.sql.ResultSetMetaData interface.
This method will return true only with SQL Server money and smallmoney data types.
See Also
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class