Σημείωση
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να συνδεθείτε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Indicates whether the designated column is definitely not writable.
Syntax
public boolean isReadOnly(int column)
Parameters
column
An int that indicates the column index.
Return Value
true if the column is read-only. Otherwise, false.
Exceptions
Remarks
This isReadOnly method is specified by the isReadOnly method in the java.sql.ResultSetMetaData interface.
See Also
SQLServerResultSetMetaData Methods
SQLServerResultSetMetaData Members
SQLServerResultSetMetaData Class