Namespace qdb
| QdbAliasAlreadyExistsException | Thrown when an entry with the same alias is already present in the database. |
| QdbAliasNotFoundException | Thrown when an entry cannot be found in the database. |
| QdbBatch | A collection of operation that can be executed with a single query. |
| QdbBatchResult | A result of a batch query. |
| QdbBlob | A blob in the database. |
| QdbCluster | A connection to a quasardb cluster. |
| QdbConnectionException | Thrown when the connection to the cluster failed. |
| QdbContainerEmptyException | Thrown when the container is empty. |
| QdbDeque | A queue of blob in the database. |
| QdbEntry | An entry in the database |
| QdbEntryCollection | A traversable collection of qdb\QdbEntry. |
| QdbException | Base class of all quasardb exceptions. |
| QdbExpirableEntry | An entry which can expire. |
| QdbIncompatibleTypeException | Thrown when an operation cannot be perform because the existing entry do not have the appropriate type. |
| QdbInputException | Thrown when user input causes an error. |
| QdbInteger | A signed 64-bit integer in the database. |
| QdbOperationDisabledException | Thrown when an operation cannot be perform because it has been disabled in the cluster configuration. |
| QdbOperationException | Thrown when a database operation failed. |
| QdbProtocolException | Thrown when an error is detected in the quasardb protocol. |
| QdbSystemException | Thrown when an error is returned by the operating system. |
| QdbTag | A tag in the database. |
| QdbTagCollection | A traversable collection of qdb\QdbTag. |