다음을 통해 공유


isReadOnly Method (SQLServerConnection)

Indicates whether this SQLServerConnection object is in read-only mode.

참고

This method is not currently supported by the Microsoft SQL Server 2005 JDBC Driver.

public boolean isReadOnly()

반환 값

true if the connection is in read-only mode, false if it is not.

예외

SQLServerException

주의

This isReadOnly method is specified by the isReadOnly method in the java.sql.Connection interface.

참고 항목

참조

SQLServerConnection Class

개념

SQLServerConnection Methods
SQLServerConnection Members