Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Puts this SQLServerConnection object in read-only mode as a hint to the JDBC driver to enable database optimizations.
Note
This method is not supported by the Microsoft JDBC Driver for SQL Server.
Syntax
public void setReadOnly(boolean readOnly)
Parameters
readOnly
true if the connection is to be read-only. Otherwise, false.
Exceptions
Remarks
This setReadOnly method is specified by the setReadOnly method in the java.sql.Connection interface.