PingableConnection
in
An interface for connections which support a "native" ping method.
Tags
Table of Contents
- ping() : bool
- Pings the database server to determine if the connection is still available. Return true/false based on if that was successful or not.
Methods
ping()
Pings the database server to determine if the connection is still available. Return true/false based on if that was successful or not.
public
ping() : bool