Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Indicates whether this SQLServerConnection object is in read-only mode.
Note
This method is not currently supported by the Microsoft JDBC Driver for SQL Server.
Syntax
public boolean isReadOnly()
Return Value
true if the connection is in read-only mode, false if it is not.
Exceptions
Remarks
This isReadOnly method is specified by the isReadOnly method in the java.sql.Connection interface.