|
Interface Summary |
| AuthenticationInfo |
Client-side interface to represent either SimpleAuthInfo or HTTPDigestAuthInfo |
| ClientConfigMgr |
This class holds all the client specific configuration
information such as:
List of server URLs
Install type (Client/Server, Monolithic)
|
| Server |
This class represents a server. |
| Statement |
Statement is the generic abstract interface for XStatement and XPreparedStatement. |
| XConnection |
The XConnection interface controls the transactional context of
any of its statements. |
| XPreparedStatement |
The PreparedStatement allows one to break the query into three phases. |
| XResultSet |
This class represents the results of a Query. |
| XStatement |
XStatement represents a statement being executed. |