Condividi tramite


isNullable Method (SQLServerResultSetMetaData)

Indicates the nullability of values in the designated column.

public int isNullable(int column)

Parametri

column

An int that indicates the column index.

Valore restituito

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

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerResultSetMetaData Class

Concetti

SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members