IConnection
in
Interface for managing database connections.
Table of Contents
Methods
- Close() : void
- Closes the connection to the database.
- Open() : bool
- Opens a connection to the database.
- Reopen() : bool
- Reopens a connection to the database.
Methods
Close()
Closes the connection to the database.
public
Close() : void
Open()
Opens a connection to the database.
public
Open() : bool
Return values
bool —True if the connection was successfully opened, false otherwise.
Reopen()
Reopens a connection to the database.
public
Reopen() : bool
Return values
bool —True if the connection was successfully reopened, false otherwise.