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.
Indicates whether this SQLServerConnection object has not been closed and is still valid.
Syntax
public boolean isValid(int timeout)
Parameters
timeout
An int that specifies the number of seconds to wait for validating the connection.
Return Value
true if the connection is valid; false if the connection is not valid or the validity of the connection cannot be determined before the timeout expires.
Exceptions
Remarks
This isValid method is specified by the isValid method in the java.sql.Connection interface.