| Class | Description |
|---|---|
| Calculator |
The interface for Concourse's aggregation and calculation abilities.
|
| Concourse |
A client connection to a Concourse node or cluster.
|
| ConnectionPool |
A
ConnectionPool manages multiple concurrent connections to Concourse
for a single user. |
| Constants |
A collection of driver accessible constant definitions.
|
| Link |
A
Link is a pointer to a record. |
| Manager |
The client-side interface for Concourse's management capabilities.
|
| Tag | |
| Timestamp |
A wrapper class for a Unix timestamp with microsecond precision.
|
| Exception | Description |
|---|---|
| DuplicateEntryException |
An exception that is thrown when attempting to conditionally add or insert
data based on a condition that should be unique, but is not.
|
| InvalidArgumentException |
An exception that indicates an invalid argument was submitted.
|
| ManagementException |
An exception that indicates an management error occurred.
|
| ParseException |
Signals that an unexpected or invalid token was reached while parsing.
|
| PermissionException |
An exception that is thrown when the user attempts an action for which she
doesn't have permission.
|
| TransactionException |
The base class for all exceptions that happen during (staged) operations in
a transaction.
|