Freigeben über


isNullable Method (SQLServerResultSetMetaData)

Indicates the nullability of values in the designated column.

public int isNullable(int column)

Parameter

column

An int that indicates the column index.

Rückgabewert

true if the column can be null. Otherwise, false.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerResultSetMetaData Class

Konzepte

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members