- 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[]) - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedProtocol
-
- getAsMonetDBEmbeddedConnection() - Method in class nl.cwi.monetdb.embedded.jdbc.EmbeddedConnection
-
- 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[][], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a byte[] (BLOB) column by index.
- getBlobColumnByIndex(int, byte[][]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a byte[] (BLOB) column by index.
- getBlobColumnByName(String, byte[][], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a byte[] (BLOB) column by name.
- getBlobColumnByName(String, byte[][]) - 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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a boolean column by index.
- getBooleanColumnByIndex(int, boolean[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a boolean column by index.
- getBooleanColumnByName(String, boolean[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a boolean column by name.
- getBooleanColumnByName(String, boolean[]) - 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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a byte column by index.
- getByteColumnByIndex(int, byte[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a byte column by index.
- getByteColumnByName(String, byte[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a byte column by name.
- getByteColumnByName(String, byte[]) - 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, Class<T>) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
-
Gets a column value as a Java class.
- 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, Class<T>) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
-
Gets a column in this set as a Java class.
- 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, Class<T>) - Method in class nl.cwi.monetdb.embedded.tables.RowIterator
-
Gets a column value as a Java class.
- getColumnByIndex(int) - 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) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
-
Gets a column value as a Java class using the default mapping.
- 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) - 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, 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.tables.RowIterator
-
Gets a column value as a Java class using the default mapping.
- 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(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() - 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.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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a Date column by index.
- getDateColumnByIndex(int, Date[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a Date column by index.
- getDateColumnByName(String, Date[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a Date column by name.
- getDateColumnByName(String, Date[]) - 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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a BigDecimal column by index.
- getDecimalColumnByIndex(int, BigDecimal[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a BigDecimal column by index.
- getDecimalColumnByName(String, BigDecimal[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a BigDecimal column by name.
- getDecimalColumnByName(String, BigDecimal[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves an 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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a double column by index.
- getDoubleColumnByIndex(int, double[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a double column by index.
- getDoubleColumnByName(String, double[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a double column by name.
- getDoubleColumnByName(String, double[]) - 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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a float column by index.
- getFloatColumnByIndex(int, float[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a float column by index.
- getFloatColumnByName(String, float[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a float column by name.
- getFloatColumnByName(String, float[]) - 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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves an integer column by index.
- getIntColumnByIndex(int, int[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves an integer column by index.
- getIntColumnByName(String, int[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves an integer column by name.
- getIntColumnByName(String, 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.
- getLibraryFileName() - Method in enum nl.cwi.monetdb.embedded.env.MonetDBJavaLiteLoader.OSLibraries
-
Get the library file name.
- getLibraryFilePath() - Method in enum nl.cwi.monetdb.embedded.env.MonetDBJavaLiteLoader.OSLibraries
-
Get the library file path.
- 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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a long column by index.
- getLongColumnByIndex(int, long[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a long column by index.
- getLongColumnByName(String, long[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a long column by name.
- getLongColumnByName(String, long[]) - 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, String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
-
Retrieves a database table for further operations on it such as appending data.
- getMonetDBTable(String) - Method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedConnection
-
Retrieves a MonetDB Table in the current schema for further operations.
- 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
-
- 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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a short column by index.
- getShortColumnByIndex(int, short[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a short column by index.
- getShortColumnByName(String, short[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a short column by name.
- getShortColumnByName(String, short[]) - 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, Class<T>) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultRowSet
-
Gets a single value in this set as a Java class.
- 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.
- 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.
- 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.
- 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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a String column by index.
- getStringColumnByIndex(int, String[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a String column by index.
- getStringColumnByName(String, String[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a String column by name.
- getStringColumnByName(String, String[]) - 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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a Time column by index.
- getTimeColumnByIndex(int, Time[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a Time column by index.
- getTimeColumnByName(String, Time[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a Time column by name.
- getTimeColumnByName(String, Time[]) - 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[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a Timestamp column by index.
- getTimestampColumnByIndex(int, Timestamp[]) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a Timestamp column by index.
- getTimestampColumnByName(String, Timestamp[], int, int) - Method in class nl.cwi.monetdb.embedded.resultset.QueryResultSet
-
Retrieves a Timestamp column by name.
- getTimestampColumnByName(String, Timestamp[]) - 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
-
- 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, T) - Method in class nl.cwi.monetdb.embedded.mapping.MonetDBRow
-
Sets a column value as a Java class.
- setColumnByIndex(int, 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.
- setColumnByName(String, Class<T>, 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.
- 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, 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.
- startDatabase(String) - Static method in class nl.cwi.monetdb.embedded.env.MonetDBEmbeddedDatabase
-
Starts a MonetDB database on the given farm.
- 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.