All Classes
| Class | Description |
|---|---|
| AbstractColumn |
A single Java representation of a MonetDB column.
|
| AbstractConnectionResult |
The base class for a pending statement to a connection.
|
| AbstractRowSet |
A row set retrieved from an embedded MonetDB query result.
|
| EmbeddedConnection |
A
Connection suitable for the MonetDB database using an embedded connection. |
| EmbeddedDataBlockResponse |
DataBlockResponse for an Embedded connection.
|
| EmbeddedLanguage |
The embedded implementation of the available languages on a MonetDB JDBC connection: just SQL.
|
| EmbeddedProtocol |
The JDBC abstract protocol implementation on an embedded connection.
|
| ExecResultSet |
The result of a execute query.
|
| IMonetDBTableBaseIterator |
The base interface for iterating a MonetDB Table.
|
| IMonetDBTableCursor |
A row iterator for a MonetDB table.
|
| JDBCEmbeddedConnection |
An extension to the
MonetDBEmbeddedConnection in order to adapt it into a MonetDB's JDBC connection. |
| MonetDBEmbeddedConnection |
A single connection to a MonetDB database instance.
|
| MonetDBEmbeddedDatabase |
An embedded version of a MonetDB database.
|
| MonetDBEmbeddedException |
The exception fired from embedded methods.
|
| MonetDBEmbeddedPreparedStatement |
A prepared statement result set.
|
| MonetDBEmbeddedSavePoint |
The representation of a savepoint, which is a point within the current
transaction that can be referenced from the Connection.rollback method.
|
| MonetDBJavaLiteLoader |
Class responsible to load MonetDB's embedded library.
|
| MonetDBRow |
A single MonetDB row in a result set.
|
| MonetDBTable |
Java representation of a MonetDB table.
|
| MonetDBTableColumn |
Java representation of a MonetDB table column.
|
| MonetDBToJavaMapping |
A Java enum representing the mappings between MonetDB data types and Java classes.
|
| NullMappings |
Helper Class to find the null values mapping between MonetDB and Java.
|
| PreparedQueryResultSet |
Embedded MonetDB query result extension for prepared statements.
|
| QueryResultRowSet |
The row result set from a sendQuery.
|
| QueryResultSet |
Embedded MonetDB query result.
|
| Randomizer |
An helper class to generate long values.
|
| RowIterator |
The iterator class for a MonetDB table.
|
| StringEscaper |
An util class to escape Java Strings to avoid SQL Injection and other problems with SQL queries.
|