Partager via


getBoolean Method (java.lang.String) (SQLServerResultSet)

Retrieves the value of the designated column name in the current row of this SQLServerResultSet object as a boolean in the Java programming language.

public boolean getBoolean(java.lang.String columnName)

Paramètres

columnName

A String that contains the column name.

Valeur de retour

A boolean value.

Exceptions

SQLServerException

Notes

This getBoolean method is specified by the getBoolean method in the java.sql.ResultSet interface.

This method is supported only on number and character data types. It converts values "1", 1, and "true" to true, and values "0", 0, and "false" to false. For all other values the behavior is undefined.

Voir aussi

Référence

SQLServerResultSet Class

Concepts

getBoolean Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members