Index

A B C D E F G H I J L M N O P Q R S T V W 
All Classes|All Packages

A

AbstractColumn - Class in nl.cwi.monetdb.embedded.mapping
A single Java representation of a MonetDB column.
AbstractColumn(String, String, int, int) - Constructor for class nl.cwi.monetdb.embedded.mapping.AbstractColumn
 
AbstractConnectionResult - Class in nl.cwi.monetdb.embedded.env
The base class for a pending statement to a connection.
AbstractConnectionResult(MonetDBEmbeddedConnection) - Constructor for class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
 
AbstractRowSet - Class in nl.cwi.monetdb.embedded.mapping
A row set retrieved from an embedded MonetDB query result.
AbstractRowSet(AbstractConnectionResult, Object[][]) - Constructor for class nl.cwi.monetdb.embedded.mapping.AbstractRowSet
 
addLines(AbstractProtocol) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
appendColumns(Object[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Appends new rows to the table column-wise.

B

Bigint - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
Blob - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
Boolean - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 

C

Char - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
checkBooleanIsNull(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Tests if a boolean in the result set is a null value.
checkByteIsNull(byte) - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Tests if a byte is a null value.
checkDoubleIsNull(double) - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Tests if a double is a null value.
checkFloatIsNull(float) - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Tests if a float is a null value.
checkIfTableExists(String, String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Check if a table exists in the database.
checkIntIsNull(int) - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Tests if an integer is a null value.
checkLongIsNull(long) - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Tests if a long is a null value.
checkMetadataArrayLength(Object) - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Checks the length of an input array for metadata retrieval
checkObjectIsNull(T) - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Tests if an object is a null value.
checkShortIsNull(short) - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Tests if a short is a null value.
clearParameters() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Clears the current parameter values immediately.
Clob - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
close() - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Close the result set.
close() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Shuts down this connection.
close() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
 
close() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
close() - Method in class nl.cwi.monetdb.embedded.jdbc.JDBCEmbeddedConnection
 
close() - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
 
closeConnectionImplementation() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
When the database shuts down, this method is called instead
closeResultImplementation() - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Close the result set internally.
closeResultImplementation() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
 
closeResultImplementation() - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
 
closeResultImplementation() - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
closeUnderlyingConnection() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Closes the underlying connection implementation.
commit() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Commits the current transaction.
connect(String, String) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Connects to the existing database on the JVM process.
connectionPointer - Variable in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
The C connection pointer.
createConnection() - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Creates a connection on the database, set on the default schema.
createJDBCEmbeddedConnection(String) - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Creates a JDBC embedded connection in the directory.
createJDBCEmbeddedConnection(String, boolean, boolean) - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Creates a JDBC embedded connection in the directory.

D

Date - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
Decimal - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
Double - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 

E

EmbeddedConnection - Class in nl.cwi.monetdb.embedded.jdbc
A Connection suitable for the MonetDB database using an embedded connection.
EmbeddedConnection(Properties, String, String, String) - Constructor for class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
 
EmbeddedConnection(Properties, String, String, String, Boolean, Boolean) - Constructor for class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
 
EmbeddedDataBlockResponse - Class in nl.cwi.monetdb.embedded.jdbc
DataBlockResponse for an Embedded connection.
EmbeddedLanguage - Enum in nl.cwi.monetdb.embedded.jdbc
The embedded implementation of the available languages on a MonetDB JDBC connection: just SQL.
EmbeddedProtocol - Class in nl.cwi.monetdb.embedded.jdbc
The JDBC abstract protocol implementation on an embedded connection.
ExecResultSet - Class in nl.cwi.monetdb.embedded.resultset
The result of a execute query.
ExecResultSet(boolean, QueryResultSet, int) - Constructor for class nl.cwi.monetdb.embedded.resultset.ExecResultSet
 
execute() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
executeAndIgnore() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Like the previous one, but without returning any result.
executeNextQueryBatch(MonetStatement, List<String>, int[], BatchUpdateException) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Execute a batch query in an embedded connection.
executeQuery() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Executes the SQL query in this PreparedStatement object and returns QueryResultSet ResultSet object generated by the query.
executeQuery(String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Executes a SQL query with a result set.
executeUpdate() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
executeUpdate(String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Executes a SQL query without a result set, returning the number of rows it affected.

F

fetchAllRowValues() - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Fetches all rows from the result set.
fetchFirstNRowValues(int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Fetches the first N rows from the result set.
fetchNextResponseData() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
On an embedded connection, the server response is immediately set, so this method does nothing :)
fetchResultSetRows(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Fetch rows from the result set.

G

generateNextResultSetId() - Static method in class nl.cwi.monetdb.embedded.utils.Randomizer
Generates and returns an incrementally long value for a result set
getAllColumns() - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Gets the columns values as Java objects.
getAllColumnsMetadata() - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Gets all columns metadata.
getAllRows() - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
Gets all rows of this set.
getAnEmptyDataBlockResponse(int, int, AbstractProtocol, int[], String[]) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
Get an empty EmbeddedDataBlockResponse from the server.
getAsMonetDBEmbeddedConnection() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Makes a conversion of this connection as a MonetDBEmbeddedConnection instance, making it possible to access the MonetDBEmbeddedConnection API on a JDBC embedded connection, although that API doesn't follow the JDBC specification.
getAutoCommit() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Retrieves the current auto-commit mode for this connection.
getBlobByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single byte[] value (BLOB) in the result set.
getBlobByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single byte[] (BLOB) value in the result set by name.
getBlobColumnByIndex(int, byte[][]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a byte[] (BLOB) column by index.
getBlobColumnByIndex(int, byte[][], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a byte[] (BLOB) column by index.
getBlobColumnByName(String, byte[][]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a byte[] (BLOB) column by name.
getBlobColumnByName(String, byte[][], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a byte[] (BLOB) column by name.
getBlockSize() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Gets the underlying connection block size length.
getBooleanByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single boolean value in the result set.
getBooleanByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single boolean value in the result set by name.
getBooleanColumnByIndex(int, boolean[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a boolean column by index.
getBooleanColumnByIndex(int, boolean[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a boolean column by index.
getBooleanColumnByName(String, boolean[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a boolean column by name.
getBooleanColumnByName(String, boolean[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a boolean column by name.
getBooleanNullConstant() - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Gets MonetDB's boolean null constant.
getBooleanValue(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
getByteByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single byte value in the result set.
getByteByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single byte value in the result set by name.
getByteColumnByIndex(int, byte[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a byte column by index.
getByteColumnByIndex(int, byte[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a byte column by index.
getByteColumnByName(String, byte[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a byte column by name.
getByteColumnByName(String, byte[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a byte column by name.
getByteNullConstant() - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Gets MonetDB's byte null constant.
getByteValue(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
getColumnByIndex(int) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Gets a column value as a Java class using the default mapping.
getColumnByIndex(int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
Gets a column in this set as a Java class using the default mapping.
getColumnByIndex(int) - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
Gets a column value as a Java class using the default mapping.
getColumnByIndex(int, Class<T>) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Gets a column value as a Java class.
getColumnByIndex(int, Class<T>) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
Gets a column in this set as a Java class.
getColumnByIndex(int, Class<T>) - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
Gets a column value as a Java class.
getColumnByName(String) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Gets a column value as a Java class using the default mapping.
getColumnByName(String) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
Gets a column in this set as a Java class using the default mapping.
getColumnByName(String) - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
Gets a column value as a Java class using the default mapping.
getColumnByName(String, Class<T>) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Gets a column value as a Java class.
getColumnByName(String, Class<T>) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
Gets a column in this set as a Java class.
getColumnByName(String, Class<T>) - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
Gets a column value as a Java class.
getColumnDefaultValues(String[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Gets the columns default values in an array.
getColumnDefaultValuesInternal(String[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getColumnDigits() - Method in class nl.cwi.monetdb.embedded.mapping.AbstractColumn
Gets the number digits of the column.
getColumnDigits(int[]) - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Gets the column digits as an integer array.
getColumnDigits(int[]) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
 
getColumnDigits(int[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
 
getColumnDigits(int[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getColumnDigitsInternal(int[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getColumnIndexByName(String) - Method in class nl.cwi.monetdb.embedded.mapping.AbstractRowSet
Gets a column index in the result set by name.
getColumnIndexByName(String) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
 
getColumnIndexByName(String) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Gets a column index from the result set by name
getColumnIndexByName(String) - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
 
getColumnInternalTypeName() - Method in class nl.cwi.monetdb.embedded.mapping.AbstractColumn
Gets the type of the column.
getColumnMetadataByIndex(int) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Gets a column metadata by index.
getColumnMetadataByName(String) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Gets a column metadata by name.
getColumnName() - Method in class nl.cwi.monetdb.embedded.mapping.AbstractColumn
Gets the name of the column.
getColumnNames(String[]) - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Gets the columns names as a string array.
getColumnNames(String[]) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
 
getColumnNames(String[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
 
getColumnNames(String[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getColumnNamesInternal(String[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getColumnNullableIndexes(boolean[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Gets the columns nullable indexes as an array.
getColumnNullableIndexesInternal(boolean[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getColumnNullMappingsByIndex(int, boolean[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Gets the null mapping of a column by index.
getColumnScale() - Method in class nl.cwi.monetdb.embedded.mapping.AbstractColumn
Gets the scale of the column.
getColumnScales(int[]) - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Gets the column scales as an integer array.
getColumnScales(int[]) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
 
getColumnScales(int[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
 
getColumnScales(int[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getColumnScalesInternal(int[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getColumnTypes(String[]) - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Gets the columns types as a string array.
getColumnTypes(String[]) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
 
getColumnTypes(String[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
 
getColumnTypes(String[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getColumnTypesInternal(String[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getCommandTemplateIndex(int) - Method in enum nl.cwi.monetdb.embedded.jdbc.EmbeddedLanguage
 
getCommandTemplates() - Method in enum nl.cwi.monetdb.embedded.jdbc.EmbeddedLanguage
 
getConnection() - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Gets the corresponding connection to this statement result.
getCurrentIterationNumber() - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
Gets the current iteration number.
getCurrentRow() - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
Gets the current row currentColumns values as Java objects.
getCurrentServerResponse() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
Gets the current server response, obtained immediately after a query is performed.
getCurrentTableRowNumber() - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
Gets the current row number of the table in the iteration.
getDatabaseDirectory() - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Gets the database's farm directory.
getDateByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single Date value in the result set.
getDateByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single Date value in the result set by name.
getDateColumnByIndex(int, Date[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Date column by index.
getDateColumnByIndex(int, Date[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Date column by index.
getDateColumnByName(String, Date[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Date column by name.
getDateColumnByName(String, Date[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Date column by name.
getDecimalByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single BigDecimal value in the result set.
getDecimalByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single decimal value in the result set by name.
getDecimalColumnByIndex(int, BigDecimal[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a BigDecimal column by index.
getDecimalColumnByIndex(int, BigDecimal[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a BigDecimal column by index.
getDecimalColumnByName(String, BigDecimal[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves an BigDecimal column by name.
getDecimalColumnByName(String, BigDecimal[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a BigDecimal column by name.
getDefaultValue() - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTableColumn
Get the default value if there is one, or null if none.
getDefFetchsize() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Gets the underlying connection default fetch size for DataBlock responses.
getDirectory() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Gets the directory where the database is hosted.
getDoubleByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single double value in the result set.
getDoubleByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single double value in the result set by name.
getDoubleColumnByIndex(int, double[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a double column by index.
getDoubleColumnByIndex(int, double[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a double column by index.
getDoubleColumnByName(String, double[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a double column by name.
getDoubleColumnByName(String, double[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a double column by name.
getDoubleNullConstant() - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Gets MonetDB's double null constant.
getDoubleValue(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
getFirstIndex() - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
Gets the first index used on this iteration.
getFirstRowToIterate() - Method in interface nl.cwi.monetdb.embedded.tables.IMonetDBTableBaseIterator
Specify the first row in the table to iterate starting from 0.
getFloatByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single float value in the result set.
getFloatByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single float value in the result set by name.
getFloatColumnByIndex(int, float[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a float column by index.
getFloatColumnByIndex(int, float[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a float column by index.
getFloatColumnByName(String, float[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a float column by name.
getFloatColumnByName(String, float[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a float column by name.
getFloatNullConstant() - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Gets MonetDB's float null constant.
getFloatValue(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
getIntColumnByIndex(int, int[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves an integer column by index.
getIntColumnByIndex(int, int[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves an integer column by index.
getIntColumnByName(String, int[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves an integer column by name.
getIntColumnByName(String, int[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves an integer column by name.
getIntegerByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single integer value in the result set.
getIntegerByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single integer value in the result set by name.
getIntNullConstant() - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Gets MonetDB's int null constant.
getIntValue(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
getJavaClass() - Method in enum nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
Gets the corresponding Java class for the enum value.
getJavaMappingFromMonetDBString(String) - Static method in enum nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
Get the corresponding MonetDBToJavaMapping from MonetDB internal data type.
getJavaMappingFromMonetDBStringOrdinalValue(String) - Static method in enum nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
Get the corresponding MonetDBToJavaMapping from MonetDB internal data type.
getJDBCURL() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Gets the underlying connection JDBC String URL.
GetLanguageFromString(String) - Static method in enum nl.cwi.monetdb.embedded.jdbc.EmbeddedLanguage
This method is used to keep compatibility with the MAPI JDBC connection.
getLastIndex() - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
Gets the last index used on this iteration.
getLastNanos() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
getLastRowToIterate() - Method in interface nl.cwi.monetdb.embedded.tables.IMonetDBTableBaseIterator
Specify the last row in the table to iterate.
getLongByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single long value in the result set.
getLongByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single long value in the result set by name.
getLongColumnByIndex(int, long[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a long column by index.
getLongColumnByIndex(int, long[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a long column by index.
getLongColumnByName(String, long[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a long column by name.
getLongColumnByName(String, long[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a long column by name.
getLongNullConstant() - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Gets MonetDB's long null constant.
getLongValue(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
getMapping() - Method in class nl.cwi.monetdb.embedded.mapping.AbstractColumn
Gets the Java mapping of the column.
getMappings(MonetDBToJavaMapping[]) - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Gets the Java mappings as a MonetDBToJavaMapping array.
getMappings(MonetDBToJavaMapping[]) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
 
getMappings(MonetDBToJavaMapping[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
 
getMappings(MonetDBToJavaMapping[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getMappingsInternal(MonetDBToJavaMapping[]) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getMetaData() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMonetDBTable(String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Retrieves a MonetDB Table in the current schema for further operations.
getMonetDBTable(String, String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Retrieves a database table for further operations on it such as appending data.
getNextAutoCommitResponse() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
Gets the next AutoCommitResponse response from the server.
getNextDatablockResponse(Map<Integer, ResultSetResponse>) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
Gets the next DataBlockResponse response from the server, belonging to a ResultSetResponse
getNextResultSetResponse(MonetConnection, MonetConnection.ResponseList, int, int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
Gets the next ResultSet response from the server, belonging to a ResponseList.
getNextStarterHeader() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
Gets the next starter header of a server response.
getNextTableHeader(String[], int[], String[], String[]) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
Gets the next Table Header for a ResultSetResponse.
getNextUpdateResponse() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
Gets the next UpdateResponse response from the server.
getNullMappingByName(String, boolean[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Gets the null mapping of a column by name
getNumberOfColumns() - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Returns the number of columns in the result set.
getNumberOfColumns() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
 
getNumberOfColumns() - Method in class nl.cwi.monetdb.embedded.mapping.AbstractRowSet
Gets the number of columns in this set.
getNumberOfColumns() - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Gets the number of columns.
getNumberOfColumns() - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
 
getNumberOfColumns() - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
 
getNumberOfConnections() - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Gets the current total number of connections to the database.
getNumberOfRows() - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Returns the number of rows in the result set.
getNumberOfRows() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
 
getNumberOfRows() - Method in class nl.cwi.monetdb.embedded.resultset.ExecResultSet
Get the number of rows if available.
getNumberOfRows() - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
Gets the number of rows in this set.
getNumberOfRows() - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
 
getNumberOfRows() - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Gets the current number of rows in the table, or -1 if an error in the database has occurred.
getObjectNullConstant() - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
A null pointer returning method.
getObjectValue(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
getOidByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single oid value in the result set.
getOidByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single oid value in the result set by name.
getOidColumnByIndex(int, String[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves an oid column by index.
getOidColumnByIndex(int, String[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves an oid column by index.
getOidColumnByName(String, String[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves an oid column by name.
getOidColumnByName(String, String[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves an oid column by name.
getParameterMetaData() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getPreparedID() - Method in class nl.cwi.monetdb.embedded.resultset.PreparedQueryResultSet
Get the prepared statement ID.
getQueryResultTable() - Method in class nl.cwi.monetdb.embedded.mapping.AbstractRowSet
Gets the original query result set this row set belongs.
getQueryTemplateIndex(int) - Method in enum nl.cwi.monetdb.embedded.jdbc.EmbeddedLanguage
 
getQueryTemplates() - Method in enum nl.cwi.monetdb.embedded.jdbc.EmbeddedLanguage
 
getRandomIdentifier() - Method in class nl.cwi.monetdb.embedded.env.AbstractConnectionResult
Gets a long number randomly generated, used to identify the result set.
getRandomIdentifier() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Retrieves a long number randomly generated, used to identify the connection uniquely.
getRemainingStringLine(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
Gets the remaining response line from the underlying connection as a Java String.
getRepresentation() - Method in enum nl.cwi.monetdb.embedded.jdbc.EmbeddedLanguage
 
getResultSet() - Method in class nl.cwi.monetdb.embedded.resultset.ExecResultSet
Get the result set if available.
getRoundingMode() - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Gets the current rounding mode for decimals in this table.
getRowSet() - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Gets the original row result set from this row.
getSavepointId() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedSavePoint
Retrieves the generated ID for the savepoint that this Savepoint object represents.
getSavepointName() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedSavePoint
Retrieves the name of the savepoint that this Savepoint object represents.
getSchema() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Retrieves the current schema set on the connection.
getShortByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single short value in the result set.
getShortByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single short value in the result set by name.
getShortColumnByIndex(int, short[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a short column by index.
getShortColumnByIndex(int, short[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a short column by index.
getShortColumnByName(String, short[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a short column by name.
getShortColumnByName(String, short[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a short column by name.
getShortNullConstant() - Static method in class nl.cwi.monetdb.embedded.mapping.NullMappings
Gets MonetDB's short null constant.
getShortValue(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
getSingleRow(int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
Gets a single row in this set.
getSingleValueByIndex(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
Gets a single value in this set as a Java class using the default mapping.
getSingleValueByIndex(int, int, Class<T>) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
Gets a single value in this set as a Java class.
getSingleValueByName(int, String) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
Gets a single value in this set as a Java class using the default mapping.
getSingleValueByName(int, String, Class<T>) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
Gets a single value in this set as a Java class.
getSoTimeout() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
In a embedded connection there is no timeout, so this methods always adds a SQLWarning and returns -1.
getStatus() - Method in class nl.cwi.monetdb.embedded.resultset.ExecResultSet
Get the status response.
getStringByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single String value in the result set.
getStringByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single String value in the result set by name.
getStringColumnByIndex(int, String[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a String column by index.
getStringColumnByIndex(int, String[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a String column by index.
getStringColumnByName(String, String[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a String column by name.
getStringColumnByName(String, String[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a String column by name.
getTable() - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
Gets the original table of this iterator.
getTableName() - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Gets the table name.
getTableSchema() - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Gets the table schema name.
getTimeByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single Time value in the result set.
getTimeByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single Time value in the result set by name.
getTimeColumnByIndex(int, Time[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Time column by index.
getTimeColumnByIndex(int, Time[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Time column by index.
getTimeColumnByName(String, Time[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Time column by name.
getTimeColumnByName(String, Time[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Time column by name.
getTimestampByColumnIndexAndRow(int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single Timestamp value in the result set.
getTimestampByColumnNameAndRow(String, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a single Timestamp value in the result set by name.
getTimestampColumnByIndex(int, Timestamp[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Timestamp column by index.
getTimestampColumnByIndex(int, Timestamp[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Timestamp column by index.
getTimestampColumnByName(String, Timestamp[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Timestamp column by name.
getTimestampColumnByName(String, Timestamp[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Retrieves a Timestamp column by name.
getValueAsObject(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
getValueAsString(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 

H

hasMore() - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
Checks if there are more rows to iterate after the current one.

I

IMonetDBTableBaseIterator - Interface in nl.cwi.monetdb.embedded.tables
The base interface for iterating a MonetDB Table.
IMonetDBTableCursor - Interface in nl.cwi.monetdb.embedded.tables
A row iterator for a MonetDB table.
initialStringBuilderSize() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
 
Int - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
isClosed() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Tells if the connection has been closed or not.
isDatabaseRunning() - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Check if the database is still running or not.
isDatabaseRunningInMemory() - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Check if the database is running in-memory.
isNativeLibraryLoaded() - Static method in class nl.cwi.monetdb.embedded.env.MonetDBJavaLiteLoader
Check if MonetDBLite-Java native library was loaded or not.
isNullable() - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTableColumn
Get the indication if the column is nullable.
isPreparedStatementClosed() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Tells if the prepared statement was closed or not
isQueryResultSetClosed() - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Tells if the connection of this statement result has been closed or not.
isRunningInMemory() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Is the connection running in memory?
isSequentialFlag() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Is the sequential flag set?
isSequentialFlagSet() - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Checks if the Sequential Flag was set while creating the database.
isSilentFlag() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Is the silent flag set?
isSilentFlagSet() - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Checks if the Silent Flag was set while creating the database.
iterateTable(IMonetDBTableCursor) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Iterate over the table using a IMonetDBTableCursor instance.
iterator() - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
 
iterator() - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
 
iterator() - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
 

J

JDBCEmbeddedConnection - Class in nl.cwi.monetdb.embedded.jdbc
An extension to the MonetDBEmbeddedConnection in order to adapt it into a MonetDB's JDBC connection.
JDBCEmbeddedConnection(long) - Constructor for class nl.cwi.monetdb.embedded.jdbc.JDBCEmbeddedConnection
 

L

LANG_SQL - nl.cwi.monetdb.embedded.jdbc.EmbeddedLanguage
The SQL language
LANG_UNKNOWN - nl.cwi.monetdb.embedded.jdbc.EmbeddedLanguage
An unknown language
listTables(boolean) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Performs a listing of the existing tables with schemas.

M

mapColumnToObjectByIndex(int, Object[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Maps a column to a Java Object representation of the array by index.
mapColumnToObjectByName(String, Object[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
Maps a column to a Java Object representation of the array by name.
mapping - Variable in class nl.cwi.monetdb.embedded.mapping.AbstractColumn
The mapping between MonetDB type and the Java Class.
mappings - Variable in class nl.cwi.monetdb.embedded.mapping.AbstractRowSet
The MonetDB-To-Java mappings of the columns.
MonetDBEmbeddedConnection - Class in nl.cwi.monetdb.embedded.env
A single connection to a MonetDB database instance.
MonetDBEmbeddedConnection(long) - Constructor for class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
 
MonetDBEmbeddedDatabase - Class in nl.cwi.monetdb.embedded.env
An embedded version of a MonetDB database.
MonetDBEmbeddedException - Exception in nl.cwi.monetdb.embedded.env
The exception fired from embedded methods.
MonetDBEmbeddedException(String) - Constructor for exception nl.cwi.monetdb.embedded.env.MonetDBEmbeddedException
 
MonetDBEmbeddedException(Throwable) - Constructor for exception nl.cwi.monetdb.embedded.env.MonetDBEmbeddedException
 
MonetDBEmbeddedPreparedStatement - Class in nl.cwi.monetdb.embedded.env
A prepared statement result set.
MonetDBEmbeddedSavePoint - Class in nl.cwi.monetdb.embedded.env
The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
MonetDBEmbeddedSavePoint() - Constructor for class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedSavePoint
 
MonetDBEmbeddedSavePoint(String) - Constructor for class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedSavePoint
 
MonetDBJavaLiteLoader - Class in nl.cwi.monetdb.embedded.env
Class responsible to load MonetDB's embedded library.
MonetDBRow - Class in nl.cwi.monetdb.embedded.mapping
A single MonetDB row in a result set.
MonetDBTable - Class in nl.cwi.monetdb.embedded.tables
Java representation of a MonetDB table.
MonetDBTableColumn - Class in nl.cwi.monetdb.embedded.tables
Java representation of a MonetDB table column.
MonetDBTableColumn(String, String, int, int, String, boolean) - Constructor for class nl.cwi.monetdb.embedded.tables.MonetDBTableColumn
 
MonetDBToJavaMapping - Enum in nl.cwi.monetdb.embedded.mapping
A Java enum representing the mappings between MonetDB data types and Java classes.
MonthInterval - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 

N

nl.cwi.monetdb.embedded.env - package nl.cwi.monetdb.embedded.env
 
nl.cwi.monetdb.embedded.jdbc - package nl.cwi.monetdb.embedded.jdbc
 
nl.cwi.monetdb.embedded.mapping - package nl.cwi.monetdb.embedded.mapping
 
nl.cwi.monetdb.embedded.resultset - package nl.cwi.monetdb.embedded.resultset
 
nl.cwi.monetdb.embedded.tables - package nl.cwi.monetdb.embedded.tables
 
nl.cwi.monetdb.embedded.utils - package nl.cwi.monetdb.embedded.utils
 
NullMappings - Class in nl.cwi.monetdb.embedded.mapping
Helper Class to find the null values mapping between MonetDB and Java.

O

Oid - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 

P

PreparedQueryResultSet - Class in nl.cwi.monetdb.embedded.resultset
Embedded MonetDB query result extension for prepared statements.
prepareStatement(String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Starts a prepared statement.
processNextRow(RowIterator) - Method in interface nl.cwi.monetdb.embedded.tables.IMonetDBTableCursor
The business logic for the iterator.

Q

QueryResultRowSet - Class in nl.cwi.monetdb.embedded.resultset
The row result set from a sendQuery.
QueryResultSet - Class in nl.cwi.monetdb.embedded.resultset
Embedded MonetDB query result.

R

Randomizer - Class in nl.cwi.monetdb.embedded.utils
An helper class to generate long values.
Real - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
releaseSavepoint(Savepoint) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Removes the given Savepoint object from the current transaction.
removeConnection(MonetDBEmbeddedConnection, boolean) - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Removes a connection from the database.
removeTable(String, String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Deletes a table if exists in the database.
rollback() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Rollbacks the current transaction.
rollback(Savepoint) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Undoes all changes made after the given Savepoint object was set.
RowIterator - Class in nl.cwi.monetdb.embedded.tables
The iterator class for a MonetDB table.
rows - Variable in class nl.cwi.monetdb.embedded.mapping.AbstractRowSet
The rows of this set.

S

SecondInterval - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
sendControlCommand(int, int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
Sends a control command to the server.
setAllColumns(Object[]) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Sets all columns values as Java objects.
setAutoCommit(boolean) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Sets this connection's auto-commit mode to the given state.
setBigDecimal(int, BigDecimal) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBlob(int, Blob) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given Blob object.
setBoolean(int, boolean) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given Java boolean value.
setByte(int, byte) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given Java byte value.
setBytes(int, byte[]) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given Java array of bytes.
setClob(int, Clob) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given Clob object.
setColumnByIndex(int, Class<T>, T) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Sets a column value as a Java class.
setColumnByIndex(int, T) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Sets a column value as a Java class.
setColumnByName(String, Class<T>, T) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Sets a column value as a Java class.
setColumnByName(String, T) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
Sets a column value as a Java class.
setDate(int, Date) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given java.sql.Date value.
setDate(int, Date, Calendar) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDouble(int, double) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given Java double value.
setFloat(int, float) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given Java float value.
setInt(int, int) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given Java int value.
setLong(int, long) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given Java long value.
setNull(int, int) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to SQL NULL.
setObject(int, Object) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the value of the designated parameter using the given object.
setObject(int, Object, int) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the value of the designated parameter with the given object.
setRoundingMode(int) - Method in class nl.cwi.monetdb.embedded.tables.MonetDBTable
Sets the current rounding mode for decimals in this table, from the rounding modes in the BigDecimal class.
setSavepoint() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Creates a savepoint with the given name in the current transaction and returns the new Savepoint object that represents it.
setSchema(String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Sets the current schema for this connection.
setShort(int, short) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given Java short value.
setSoTimeout(int) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
In a embedded connection there is no timeout, so this methods always adds a SQLWarning and the timeout parameter is ignored.
setString(int, String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given Java String value.
setTime(int, Time) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(int, Time, Calendar) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setURL(int, URL) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedPreparedStatement
Sets the designated parameter to the given java.net.URL value.
Smallint - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
sqlStringEscape(String) - Static method in class nl.cwi.monetdb.embedded.utils.StringEscaper
Escapes a Java String for usage in SQL queries to protect us against bad people! :(
startDatabase(String) - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Starts a MonetDB database on the given farm.
startDatabase(String, boolean, boolean) - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Starts a MonetDB database on the given farm with debugging parameters if desired.
startTransaction() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
Begins a transaction.
stopDatabase() - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
Stops the database.
StringEscaper - Class in nl.cwi.monetdb.embedded.utils
An util class to escape Java Strings to avoid SQL Injection and other problems with SQL queries.

T

Time - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
Timestamp - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
TimestampTz - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
TimeTz - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
Tinyint - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 
toString() - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
A brief description of the connection.

V

valueOf(String) - Static method in enum nl.cwi.monetdb.embedded.jdbc.EmbeddedLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
Returns the enum constant of this type with the specified name.
values() - Static method in enum nl.cwi.monetdb.embedded.jdbc.EmbeddedLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
Returns an array containing the constants of this enum type, in the order they are declared.
Varchar - nl.cwi.monetdb.embedded.mapping.MonetDBToJavaMapping
 

W

waitUntilPrompt() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
On an embedded connection, there is no need to wait for prompt, so this method does nothing :)
wantsMore() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedDataBlockResponse
 
writeNextQuery(String, String, String) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
Writes a user query to the server, while providing the respective prefixes and suffixes depending on the current language and connection used.
A B C D E F G H I J L M N O P Q R S T V W 
All Classes|All Packages