isOpen property

bool isOpen

True if this connection is still open and can be used.

If false, connection is invalid and cannot be used anymore and a new connection has to be initialized. (Usually by using DatabaseAdapter.)

Implementation

bool get isOpen;