Freigeben über


isCurrency Method (SQLServerResultSetMetaData)

Indicates whether the designated column is a cash value.

public boolean isCurrency(int column)

Parameter

column

An int that indicates the column index.

Rückgabewert

true if the column is a cash value. Otherwise, false.

Ausnahmen

SQLServerException

Hinweise

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.

Siehe auch

Verweis

SQLServerResultSetMetaData Class

Konzepte

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members