Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
Indicates the nullability of values in the designated column.
Syntax
public int isNullable(int column)
Parameters
column
An int that indicates the column index.
Return Value
true if the column can be null. Otherwise, false.
Exceptions
Remarks
This isNullable method is specified by the isNullable method in the java.sql.ResultSetMetaData interface.
See Also
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class