Skip navigation links
A B C D E F G H I J L M N O P R S T U W 

A

abort(Executor) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Terminates an open connection.
absolute(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Moves the cursor to the given row number in this ResultSet object.
acceptsURL(String) - Method in class nl.cwi.monetdb.jdbc.MonetDriver
Retrieves whether the driver thinks that it can open a connection to the given URL.
addBatch() - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
override the addBatch from the Statement to throw an SQLException
addBatch(String) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Adds the given SQL command to the current list of commands for this Statement object.
addWarning(String, String) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Adds a warning to the pile of warnings this Connection object has.
addWarning(String, String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Adds a warning to the pile of warnings this ResultSet object has.
afterLast() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
allProceduresAreCallable() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
autoCommitFailureClosesAllResultSets() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether a SQLException while autoCommit is true inidcates that all open ResultSets are closed, even ones that are holdable.

B

beforeFirst() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.

C

cancel() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancelRowUpdates() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
clearBatch() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Empties this Statement object's current list of SQL commands.
clearParameters() - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Clears the current parameter values immediately.
clearWarnings() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Clears all warnings reported for this Connection object.
clearWarnings() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Clears all warnings reported for this ResultSet object.
clearWarnings() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Clears all warnings reported for this Statement object.
close() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class nl.cwi.monetdb.jdbc.MonetConnection.ResponseList
Closes this ResponseList by closing all the Responses in this ResponseList.
close() - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Releases this PreparedStatement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Releases this ResultSet object's database (and JDBC) resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
closed - Variable in class nl.cwi.monetdb.jdbc.MonetStatement
Whether this Statement object is closed or not
closeOnCompletion() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Specifies that this Statement will be closed when all its dependent result sets are closed.
closeUnderlyingConnection() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Closes the underlying connection implementation.
commit() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
compareTo(MonetBlob) - Method in class nl.cwi.monetdb.jdbc.MonetBlob
 
compareTo(MonetClob) - Method in class nl.cwi.monetdb.jdbc.MonetClob
Adding the compare to method.
conn_props - Variable in class nl.cwi.monetdb.jdbc.MonetConnection
The successful processed input properties
connect(String, String) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Connects to the server, authenticating the user.
connect(String, Properties) - Method in class nl.cwi.monetdb.jdbc.MonetDriver
Attempts to make a database connection to the given URL.
createArrayOf(String, Object[]) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Factory method for creating Array objects.
createBlob() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Constructs an object that implements the Blob interface.
createClob() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Constructs an object that implements the Clob interface.
createNClob() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Constructs an object that implements the NClob interface.
createSQLXML() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Constructs an object that implements the SQLXML interface.
createStatement() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createStruct(String, Object[]) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Factory method for creating Struct objects.

D

dataDefinitionCausesTransactionCommit() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit? I think this means something like:
dataDefinitionIgnoredInTransactions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is a data definition statement within a transaction ignored?
deleteRow() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
deletesAreDetected(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
doesMaxRowSizeIncludeBlobs() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Did getMaxRowSize() include the SQL data types LONGVARCHAR and LONGVARBINARY blobs? Yes I thought so...

E

equals(Object) - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Overriding the equals method for the byte array.
equals(Object) - Method in class nl.cwi.monetdb.jdbc.MonetClob
Overriding the equals method for the byte array.
execute() - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
execute(String) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
override the execute from the Statement to throw an SQLException
execute(String) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeBatch() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeQuery(String[], String) - Method in class nl.cwi.monetdb.jdbc.MonetConnection.ResponseList
Internal executor of queries.
executeQuery() - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
executeQuery(String) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
override the executeQuery from the Statement to throw an SQLException
executeQuery(String) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Executes the given SQL statement, which returns a single ResultSet object.
executeUpdate() - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
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.jdbc.MonetPreparedStatement
override the executeUpdate from the Statement to throw an SQLException
executeUpdate(String) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeUpdate(String, int) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.

F

finalize() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Destructor called by garbage collector before destroying this object tries to disconnect the MonetDB connection if it has not been disconnected already.
finalize() - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Call close to release the server-sided handle for this PreparedStatement.
findColumn(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Maps the given ResultSet column name to its ResultSet column index.
first() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Moves the cursor to the first row in this ResultSet object.
free() - Method in class nl.cwi.monetdb.jdbc.MonetBlob
This method frees the Blob object and releases the resources that it holds.
free() - Method in class nl.cwi.monetdb.jdbc.MonetClob
This method frees the Clob object and releases the resources the resources that it holds.
fromString(String) - Method in class nl.cwi.monetdb.jdbc.MonetINET
 
FromString(String) - Static method in class nl.cwi.monetdb.jdbc.MonetURL
 

G

generatedKeyAlwaysReturned() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether a generated key will always be returned if the column name(s) or index(es) specified for the auto generated key column(s) are valid and the statement succeeds.
getAddress() - Method in class nl.cwi.monetdb.jdbc.MonetINET
 
getArray(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
getArray(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
getAsciiStream() - Method in class nl.cwi.monetdb.jdbc.MonetClob
Retrieves the CLOB value designated by this Clob object as an ascii stream.
getAsciiStream(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
getAsciiStream(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
getAttributes(String, String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAutoCommit() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Retrieves the current auto-commit mode for this Connection object.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(int, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Deprecated.
getBigDecimal(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Deprecated.
getBinaryStream() - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Retrieves the BLOB value designated by this Blob instance as a stream.
getBinaryStream(long, long) - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos, which is length bytes in length.
getBinaryStream(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBlob(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlobAsBinary() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Returns whether the BLOB type should be mapped to BINARY type.
getBlockSize() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Gets the underlying connection block size length.
getBoolean(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBuffer() - Method in class nl.cwi.monetdb.jdbc.MonetBlob
 
getByte(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getBytes(long, int) - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Retrieves all or part of the BLOB value that this Blob object represents, as an array of bytes.
getBytes(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getCachesize() - Method in class nl.cwi.monetdb.jdbc.MonetConnection.ResponseList
 
getCatalog() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Retrieves this Connection object's current catalog name.
getCatalogs() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get the catalog names available in this database.
getCatalogSeparator() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the Catalog separator.
getCatalogTerm() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the database vendor's preferred term for "catalog"? MonetDB doesn't really have them (from driver accessible) but from the monetdb.conf file the term "database" sounds best
getCharacterStream() - Method in class nl.cwi.monetdb.jdbc.MonetClob
Retrieves the CLOB value designated by this Clob object as a java.io.Reader object (or as a stream of characters).
getCharacterStream(long, long) - Method in class nl.cwi.monetdb.jdbc.MonetClob
Returns a Reader object that contains a partial Clob value, starting with the character specified by pos, which is length characters in length.
getCharacterStream(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getClientInfo(String) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Returns the value of the client info property specified by name.
getClientInfo() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Returns a list containing the name and current value of each client info property supported by the driver.
getClientInfoProperties() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
getClob(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClobAsLongChar() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Returns whether the CLOB type should be mapped to LONGVARCHAR type.
getColumnPrivileges(String, String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of table columns available in a catalog.
getConcurrency() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the concurrency mode of this ResultSet object.
getConnection() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection() - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the Connection object that produced this Statement object.
getCrossReference(String, String, String, String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table.
getCursorName() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getDatabaseMajorVersion() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves the minor version number of the underlying database.
getDatabaseProductName() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the name of this database product - this should be MonetDB of course, so we return that explicitly.
getDatabaseProductVersion() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the version of this database product.
getDate(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int, Calendar) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDefaultTransactionIsolation() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the database's default transaction isolation level? We only see commited data, nonrepeatable reads and phantom reads can occur.
getDefFetchsize() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Gets the underlying connection default fetch size for DataBlock responses.
getDescription() - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Gets the description
getDirectory() - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Gets the directory value
getDouble(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDriverMajorVersion() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is this JDBC driver's major version number?
getDriverMajorVersion() - Static method in class nl.cwi.monetdb.jdbc.MonetDriver
 
getDriverMinorVersion() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is this JDBC driver's minor version number?
getDriverMinorVersion() - Static method in class nl.cwi.monetdb.jdbc.MonetDriver
 
getDriverName() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the name of this JDBC driver?
getDriverVersion() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves the version number of this JDBC driver as a String.
getDriverVersion() - Static method in class nl.cwi.monetdb.jdbc.MonetDriver
Returns a touched up identifying version string of this driver.
getExportedKeys(String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of a foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtraNameCharacters() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get all the "extra" characters that can be used in unquoted identifier names (those beyond a-zA-Z0-9 and _) MonetDB has no extra characters (verified it for chars: !@#$%^&*()~{}[]?
getFetchDirection() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the fetch direction for this ResultSet object.
getFetchDirection() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the fetch size for this ResultSet object.
getFetchSize() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFloat(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFunctionColumns(String, String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves a description of the given catalog's system or user function parameters and return type.
getFunctions(String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves a description of the system and user functions available in the given catalog.
getGeneratedKeys() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getHoldability() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHoldability() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the holdability of this ResultSet object.
getIdentifierQuoteString() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the string used to quote SQL identifiers? This returns a space if identifier quoting isn't supported.
getImportedKeys(String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIndexInfo(String, String, String, boolean, boolean) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves a description of the given table's indices and statistics.
getInetAddress() - Method in class nl.cwi.monetdb.jdbc.MonetINET
 
getInt(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getJavaType(String) - Static method in class nl.cwi.monetdb.jdbc.MonetDriver
Returns the java.sql.Types equivalent of the given MonetDB type.
getJDBCMajorVersion() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves the minor JDBC version number for this driver.
getJDBCURL() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Gets the underlying connection JDBC String URL.
getLanguage() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Gets the connection's language data.
getLoginTimeout() - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogWriter() - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Retrieves the log writer for this DataSource object.
getLong(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getMajorVersion() - Method in class nl.cwi.monetdb.jdbc.MonetDriver
Retrieves the driver's major version number.
getMaxBinaryLiteralLength() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
How many hex characters can you have in an inline binary literal
getMaxCatalogNameLength() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum length of a catalog
getMaxCharLiteralLength() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum length for a character literal
getMaxColumnNameLength() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Whats the limit on column name length.
getMaxColumnsInGroupBy() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What's the maximum number of columns in an "ORDER BY clause?
getMaxColumnsInSelect() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum number of columns in a table? The theoretical max value of int column sys._columns.id is 2^31 -1 but this is for all columns of all tables in all schemas (including all data dictionary columns).
getMaxConnections() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
How many active connections can we have at a time to this database? Well, since it depends on Mserver, which just listens for new connections and creates a new thread for each connection, this number can be very high, and theoretically till the system runs out of resources.
getMaxCursorNameLength() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum cursor name length Actually we do not do named cursors, so I keep the value small as a precaution for maybe the future.
getMaxFieldSize() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxIndexLength() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves the maximum number of bytes for an index, including all of the parts of the index.
getMaxProcedureNameLength() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum length of a procedure name
getMaxrows() - Method in class nl.cwi.monetdb.jdbc.MonetConnection.ResponseList
 
getMaxRows() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxRowSize() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum length of a single row?
getMaxSchemaNameLength() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves the maximum number of characters that this database allows in a schema name.
getMaxStatementLength() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum length of a SQL statement?
getMaxStatements() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
How many active statements can we have open at one time to this database? Basically, since each Statement downloads the results as the query is executed, we can have many.
getMaxTableNameLength() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum length of a table name
getMaxTablesInSelect() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum number of tables that can be specified in a SELECT?
getMaxUserNameLength() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the maximum length of a user name
getMetaData() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMetaData() - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaData() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMinorVersion() - Method in class nl.cwi.monetdb.jdbc.MonetDriver
Gets the driver's minor version number.
getMoreResults() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getNCharacterStream(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNCharacterStream(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNClob(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
getNClob(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a NClob object in the Java programming language.
getNetmaskBits() - Method in class nl.cwi.monetdb.jdbc.MonetINET
 
getNetworkTimeout() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Retrieves the number of milliseconds the driver will wait for a database request to complete.
getNString(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNString(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNumericFunctions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
getObject(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Map<String, Class<?>>) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Class<T>) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
getObject(String, Class<T>) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
getObject(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getParameterMetaData() - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getParentLogger() - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Return the parent Logger of all the Loggers used by this data source.
getParentLogger() - Method in class nl.cwi.monetdb.jdbc.MonetDriver
Return the parent Logger of all the Loggers used by this data source.
getPrimaryKeys(String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of a table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of a catalog's stored procedure parameters and result columns.
getProcedures(String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of stored procedures available in a catalog
getProcedureTerm() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the database vendor's preferred term for "procedure"?
getPropertyInfo(String, Properties) - Method in class nl.cwi.monetdb.jdbc.MonetDriver
Gets information about the possible properties for this driver.
getProtocol() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Gets the connection's protocol.
getPseudoColumns(String, String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.
getQueryTimeout() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getRef(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
getRef(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
getResultSet() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves the default holdability of this ResultSet object.
getResultSetHoldability() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getRow() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the current row number.
getRowId(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
getRowId(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.RowId object in the Java programming language.
getRowIdLifetime() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Indicates whether or not this data source supports the SQL ROWID type, and if so the lifetime for which a RowId object remains valid.
getRsconcur() - Method in class nl.cwi.monetdb.jdbc.MonetConnection.ResponseList
 
getRstype() - Method in class nl.cwi.monetdb.jdbc.MonetConnection.ResponseList
 
getSavepointId() - Method in class nl.cwi.monetdb.jdbc.MonetSavepoint
Retrieves the generated ID for the savepoint that this Savepoint object represents.
getSavepointName() - Method in class nl.cwi.monetdb.jdbc.MonetSavepoint
Retrieves the name of the savepoint that this Savepoint object represents.
getSchema() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Retrieves this Connection object's current schema name.
getSchemas(String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get the schema names available in this database.
getSchemas() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get the schema names available in this database.
getSchemaTerm() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the database vendor's preferred term for "schema"? MonetDB uses the term "schema".
getSearchStringEscape() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
This is the string that can be used to escape '_' and '%' in a search string pattern style catalog search parameters
getSeqCounter() - Static method in class nl.cwi.monetdb.jdbc.MonetConnection
Gets the current sequence counter.
getShort(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getSoTimeout() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Gets the underlying connection socket timeout.
getSQLKeywords() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a comma separated list of all a database's SQL keywords that are NOT also SQL:2003 keywords.
getSQLStateType() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL:2003.
getSQLTypeName() - Method in class nl.cwi.monetdb.jdbc.MonetINET
 
getSQLTypeName() - Method in class nl.cwi.monetdb.jdbc.MonetURL
 
getSQLXML(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet as a java.sql.SQLXML object in the Java programming language.
getSQLXML(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet as a java.sql.SQLXML object in the Java programming language.
getStatement() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the Statement object that produced this ResultSet object.
getString(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getStringFunctions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
getSubString(long, int) - Method in class nl.cwi.monetdb.jdbc.MonetClob
Retrieves a copy of the specified substring in the CLOB value designated by this Clob object.
getSuperTables(String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSystemFunctions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
getTablePrivileges(String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves a description of the tables available in the given catalog.
getTableTypes() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get the table types available in this database.
getTime(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int, Calendar) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTimeDateFunctions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
getTimestamp(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int, Calendar) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String, Calendar) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTransactionIsolation() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Retrieves this Connection object's current transaction isolation level.
getType() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the type of this ResultSet object.
getTypeInfo() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of all the SQL data types supported by this database.
getTypeMap() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Retrieves the Map object associated with this Connection object.
getUDTs(String, String, String, int[]) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
getUnicodeStream(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Deprecated.
getUnicodeStream(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Deprecated.
getUpdateCount() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getURL() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is the URL for this database?
getURL() - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Gets the connection URL
getURL(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL() - Method in class nl.cwi.monetdb.jdbc.MonetURL
 
getUser() - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Gets the username
getUserName() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
What is our user name as known to the database?
getVersionColumns(String, String, String) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Get a description of a table's columns that are automatically updated when any value in a row is updated.
getWarnings() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Retrieves the first warning reported by calls on this Connection object.
getWarnings() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves the first warning reported by calls on this ResultSet object.
getWarnings() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves the first warning reported by calls on this Statement object.

H

hash - Variable in class nl.cwi.monetdb.jdbc.MonetConnection
Authentication hash method
hashCode() - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Overriding the hashCode method for the byte array.
hashCode() - Method in class nl.cwi.monetdb.jdbc.MonetClob
Overriding the hashCode method for the byte array.

I

initialStringBuilderSize() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Gets the initial value for the StringBuilder size.
insertRow() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
insertsAreDetected(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
isAfterLast() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isBeforeFirst() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isCatalogAtStart() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end).
isClosed() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Retrieves whether this Connection object has been closed.
isClosed() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves whether this ResultSet object has been closed.
isClosed() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Retrieves whether this Statement object has been closed.
isCloseOnCompletion() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Returns a value indicating whether this Statement will be closed when all its dependent result sets are closed.
isEmbedded() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Checks if the conection is embedded or not
isEmbedded() - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Gets the embedded connection directory.
isFirst() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves whether the cursor is on the first row of this ResultSet object.
isLast() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isPoolable() - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Returns a value indicating whether the Statement is poolable or not.
isReadOnly() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Retrieves whether this Connection object is in read-only mode.
isReadOnly() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is the database in read-only mode?
isValid(int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Returns true if the connection has not been closed and is still valid.
isWrapperFor(Class<?>) - Method in class nl.cwi.monetdb.jdbc.MonetWrapper
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.

J

jdbcCompliant() - Method in class nl.cwi.monetdb.jdbc.MonetDriver
Reports whether this driver is a genuine JDBC Compliant&tm; driver.

L

language - Variable in class nl.cwi.monetdb.jdbc.MonetConnection
The language to connect with
last() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Moves the cursor to the last row in this ResultSet object.
length() - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Returns the number of bytes in the BLOB value designated by this Blob object.
length() - Method in class nl.cwi.monetdb.jdbc.MonetClob
Retrieves the number of characters in the CLOB value designated by this Clob object.
locatorsUpdateCopy() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.

M

MonetBlob - Class in nl.cwi.monetdb.jdbc
The MonetBlob class implements the Blob interface.
MonetBlob(byte[]) - Constructor for class nl.cwi.monetdb.jdbc.MonetBlob
 
MonetClob - Class in nl.cwi.monetdb.jdbc
The MonetClob class implements the Clob interface.
MonetClob(String) - Constructor for class nl.cwi.monetdb.jdbc.MonetClob
 
MonetClob(char[], int, int) - Constructor for class nl.cwi.monetdb.jdbc.MonetClob
 
MonetConnection - Class in nl.cwi.monetdb.jdbc
A Connection suitable for the MonetDB database.
MonetConnection(Properties, String, IMonetDBLanguage, boolean, boolean) - Constructor for class nl.cwi.monetdb.jdbc.MonetConnection
Constructor of a Connection for MonetDB.
MonetConnection.ResponseList - Class in nl.cwi.monetdb.jdbc
A list of Response objects.
MonetDatabaseMetaData - Class in nl.cwi.monetdb.jdbc
A DatabaseMetaData object suitable for the MonetDB database.
MonetDatabaseMetaData(Connection) - Constructor for class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
MonetDataSource - Class in nl.cwi.monetdb.jdbc
A DataSource suitable for the MonetDB database.
MonetDataSource() - Constructor for class nl.cwi.monetdb.jdbc.MonetDataSource
 
MonetDriver - Class in nl.cwi.monetdb.jdbc
A Driver suitable for the MonetDB database.
MonetDriver() - Constructor for class nl.cwi.monetdb.jdbc.MonetDriver
 
MonetINET - Class in nl.cwi.monetdb.jdbc
The INET class represents the INET datatype in MonetDB.
MonetINET(String) - Constructor for class nl.cwi.monetdb.jdbc.MonetINET
 
MonetPreparedStatement - Class in nl.cwi.monetdb.jdbc
A PreparedStatement suitable for the MonetDB database.
MonetResultSet - Class in nl.cwi.monetdb.jdbc
A ResultSet suitable for the MonetDB database.
MonetSavepoint - Class in nl.cwi.monetdb.jdbc
The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
MonetSavepoint(String) - Constructor for class nl.cwi.monetdb.jdbc.MonetSavepoint
 
MonetSavepoint() - Constructor for class nl.cwi.monetdb.jdbc.MonetSavepoint
 
MonetStatement - Class in nl.cwi.monetdb.jdbc
A Statement suitable for the MonetDB database.
MonetURL - Class in nl.cwi.monetdb.jdbc
The URL class represents the URL datatype in MonetDB.
MonetURL(String) - Constructor for class nl.cwi.monetdb.jdbc.MonetURL
 
MonetWrapper - Class in nl.cwi.monetdb.jdbc
A Wrapper class which provide the ability to retrieve the delegate instance when the instance in question is in fact a proxy class.
MonetWrapper() - Constructor for class nl.cwi.monetdb.jdbc.MonetWrapper
 
moveToCurrentRow() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
moveToInsertRow() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 

N

nativeSQL(String) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
 
next() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Moves the cursor down one row from its current position.
nl.cwi.monetdb.jdbc - package nl.cwi.monetdb.jdbc
 
nullPlusNonNullIsNull() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are concatenations between NULL and non-NULL values NULL? A JDBC Compliant driver always returns true
nullsAreSortedAtEnd() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether NULL values are sorted high.
nullsAreSortedLow() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether NULL values are sorted low.

O

othersDeletesAreVisible(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
ownDeletesAreVisible(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 

P

position(Blob, long) - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Retrieves the byte position in the BLOB value designated by this Blob object at which pattern begins.
position(byte[], long) - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Retrieves the byte position at which the specified byte array pattern begins within the BLOB value that this Blob object represents.
position(Clob, long) - Method in class nl.cwi.monetdb.jdbc.MonetClob
Retrieves the character position at which the specified Clob object searchstr appears in this Clob object.
position(String, long) - Method in class nl.cwi.monetdb.jdbc.MonetClob
Retrieves the character position at which the specified substring searchstr appears in the SQL CLOB value represented by this Clob object.
prepareCall(String) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
 
prepareCall(String, int, int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
 
prepareCall(String, int, int, int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
 
prepareStatement(String) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
prepareStatement(String, int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
prepareStatement(String, int[]) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
 
prepareStatement(String, String[]) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
 
previous() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Moves the cursor to the previous row in this ResultSet object.
protocol - Variable in class nl.cwi.monetdb.jdbc.MonetConnection
The underlying proticol provided by the connection (MAPI or embedded)

R

readSQL(SQLInput, String) - Method in class nl.cwi.monetdb.jdbc.MonetINET
 
readSQL(SQLInput, String) - Method in class nl.cwi.monetdb.jdbc.MonetURL
 
refreshRow() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
relative(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Moves the cursor a relative number of rows, either positive or negative.
releaseSavepoint(Savepoint) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Removes the given Savepoint object from the current transaction.
rollback() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
rollback(Savepoint) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Undoes all changes made after the given Savepoint object was set.
rowChangesAreDetected(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
rowChangesAreVisible(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
rowDeleted() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves whether a row has been deleted.
rowInserted() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves whether the current row has had an insertion.
rowUpdated() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Retrieves whether the current row has been updated.

S

sendControlCommand(int, int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Sends a control command to the server.
setAddress(String) - Method in class nl.cwi.monetdb.jdbc.MonetINET
 
setArray(int, Array) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Array object.
setAsciiStream(long) - Method in class nl.cwi.monetdb.jdbc.MonetClob
 
setAsciiStream(int, InputStream) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream, int) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream, long) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAutoCommit(boolean) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Sets this connection's auto-commit mode to the given state.
setBigDecimal(int, BigDecimal) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given java.math.BigDecimal value.
setBinaryStream(long) - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
setBinaryStream(int, InputStream) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream, int) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream, long) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBlob(int, InputStream) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Blob object.
setBlob(int, Blob) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Blob object.
setBlob(int, InputStream, long) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to a InputStream object.
setBoolean(int, boolean) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Java boolean value.
setByte(int, byte) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Java byte value.
setBytes(long, byte[]) - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Writes the given array of bytes to the BLOB value that this Blob object represents, starting at position pos, and returns the number of bytes written.
setBytes(long, byte[], int, int) - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
setBytes(int, byte[]) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Java array of bytes.
setCatalog(String) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.
setCharacterStream(long) - Method in class nl.cwi.monetdb.jdbc.MonetClob
 
setCharacterStream(int, Reader, int) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setClientInfo(String, String) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Sets the value of the client info property specified by name to the value specified by value.
setClientInfo(Properties) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Sets the value of the connection's client info properties.
setClob(int, Clob) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Clob object.
setClob(int, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Clob object.
setClob(int, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to a Reader object.
setCursorName(String) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Sets the SQL cursor name to the given String, which will be used by subsequent Statement object execute methods.
setDate(int, Date) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given java.sql.Date value.
setDate(int, Date, Calendar) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDescription(String) - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Sets the description
setDirectory(String) - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Sets the directory value, meaning it wil start an embedded connection
setDouble(int, double) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Java double value.
setEscapeProcessing(boolean) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Sets escape processing on or off.
setFetchDirection(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchDirection(int) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Gives the driver a hint as to the direction in which rows will be processed in ResultSet objects created using this Statement object.
setFetchSize(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFetchSize(int) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFloat(int, float) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Java float value.
setHoldability(int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Changes the default holdability of ResultSet objects created using this Connection object to the given holdability.
setInetAddress(InetAddress) - Method in class nl.cwi.monetdb.jdbc.MonetINET
 
setInt(int, int) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Java int value.
setLoginTimeout(int) - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogWriter(PrintWriter) - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
setLong(int, long) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Java long value.
setMaxFieldSize(int) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Sets the limit for the maximum number of bytes in a ResultSet column storing character or binary values to the given number of bytes.
setMaxRows(int) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Sets the limit for the maximum number of rows that any ResultSet object can contain to the given number.
setNCharacterStream(int, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to a Reader object.
setNClob(int, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to a java.sql.NClob object.
setNClob(int, NClob) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to a java.sql.NClob object.
setNClob(int, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to a Reader object.
setNetmaskBits(int) - Method in class nl.cwi.monetdb.jdbc.MonetINET
 
setNetworkTimeout(Executor, int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Sets the maximum period a Connection or objects created from the Connection will wait for the database to reply to any one request.
setNString(int, String) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated paramter to the given String object.
setNull(int, int) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to SQL NULL.
setObject(int, Object) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the value of the designated parameter using the given object.
setObject(int, Object, int) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the value of the designated parameter with the given object.
setPassword(String) - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Sets the password to use when connecting.
setPoolable(boolean) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Requests that a Statement be pooled or not pooled.
setQueryTimeout(int) - Method in class nl.cwi.monetdb.jdbc.MonetStatement
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setReadOnly(boolean) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
setRef(int, Ref) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given REF() value.
setRowId(int, RowId) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given java.sql.RowId object.
setSavepoint() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
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.jdbc.MonetConnection
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.jdbc.MonetConnection
Sets the given schema name to access.
setShort(int, short) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Java short value.
setSoTimeout(int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Sets the underlying connection socket timeout.
setSQLXML(int, SQLXML) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given java.sql.SQLXML object.
setString(long, String) - Method in class nl.cwi.monetdb.jdbc.MonetClob
Writes the given Java String to the CLOB value that this Clob object designates at the position pos.
setString(long, String, int, int) - Method in class nl.cwi.monetdb.jdbc.MonetClob
Writes len characters of str, starting at character offset, to the CLOB value that this Clob represents.
setString(int, String) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given Java String value.
setTime(int, Time) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given java.sql.Time value.
setTime(int, Time, Calendar) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
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.jdbc.MonetPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTransactionIsolation(int) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTypeMap(Map<String, Class<?>>) - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Installs the given TypeMap object as the type map for this Connection object.
setUnicodeStream(int, InputStream, int) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Deprecated. 
setURL(String) - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Sets the connection URL
setURL(int, URL) - Method in class nl.cwi.monetdb.jdbc.MonetPreparedStatement
Sets the designated parameter to the given java.net.URL value.
setURL(URL) - Method in class nl.cwi.monetdb.jdbc.MonetURL
 
setUser(String) - Method in class nl.cwi.monetdb.jdbc.MonetDataSource
Sets the username
storesLowerCaseIdentifiers() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in lower case?
storesLowerCaseQuotedIdentifiers() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in lower case?
storesMixedCaseIdentifiers() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in mixed case?
storesMixedCaseQuotedIdentifiers() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in mixed case?
storesUpperCaseIdentifiers() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in upper case?
storesUpperCaseQuotedIdentifiers() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case?
supportsAlterTableWithAddColumn() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is "ALTER TABLE" with an add column supported?
supportsAlterTableWithDropColumn() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is "ALTER TABLE" with a drop column supported?
supportsANSI92EntryLevelSQL() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does this driver support the ANSI-92 entry level SQL grammar? All JDBC Compliant drivers must return true.
supportsANSI92FullSQL() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does this driver support the ANSI-92 full SQL grammar? Would be good if it was like that
supportsANSI92IntermediateSQL() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does this driver support the ANSI-92 intermediate level SQL grammar? probably not
supportsBatchUpdates() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Indicates whether the driver supports batch updates.
supportsCatalogsInDataManipulation() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a catalog name be used in an index definition?
supportsCatalogsInPrivilegeDefinitions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is column aliasing supported?
supportsConvert() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether this database supports the JDBC scalar function CONVERT for the conversion of one JDBC type to another.
supportsConvert(int, int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether this database supports the JDBC scalar function CONVERT for conversions between the JDBC types fromType and toType.
supportsCoreSQLGrammar() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does this driver support the Core ODBC SQL grammar.
supportsCorrelatedSubqueries() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are correlated subqueries supported? A JDBC Compliant driver always returns true.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are both data definition and data manipulation transactions supported? Supposedly that data definition is like CREATE or ALTER TABLE yes it is.
supportsDataManipulationTransactionsOnly() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
supportsExpressionsInOrderBy() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are expressions in "ORDER BY" lists supported? e.g.
supportsExtendedSQLGrammar() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does this driver support the Extended (Level 2) ODBC SQL grammar.
supportsFullOuterJoins() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are full nested outer joins supported?
supportsGetGeneratedKeys() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
supportsGroupBy() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT? (MonetDB already supports the more difficult supportsGroupByUnrelated(), so this is a piece of cake)
supportsGroupByUnrelated() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is the SQL Integrity Enhancement Facility supported? Our best guess is that this means support for constraints
supportsLikeEscapeClause() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is the escape character in "LIKE" clauses supported? A JDBC compliant driver always returns true.
supportsLimitedOuterJoins() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is there limited support for outer joins?
supportsMinimumSQLGrammar() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does this driver support the minimum ODBC SQL grammar.
supportsMixedCaseIdentifiers() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC-Compliant driver will always return false.
supportsMixedCaseQuotedIdentifiers() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC compliant driver will always return true.
supportsMultipleOpenResults() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can we have multiple transactions open at once (on different connections?) This is the main idea behind the Connection, is it?
supportsNamedParameters() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether this database supports named parameters to callable statements.
supportsNonNullableColumns() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can columns be defined as non-nullable.
supportsOpenCursorsAcrossCommit() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
ResultSet objects (cursors) are not closed upon explicit or implicit commit.
supportsOpenCursorsAcrossRollback() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Same as above
supportsOpenStatementsAcrossCommit() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can statements remain open across commits? They may, but this driver cannot guarentee that.
supportsOpenStatementsAcrossRollback() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can statements remain open across rollbacks? They may, but this driver cannot guarentee that.
supportsOrderByUnrelated() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT? MonetDB differs from SQL03 => true
supportsOuterJoins() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is some form of outer join supported?
supportsPositionedDelete() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
MonetDB doesn't support positioned DELETEs I guess
supportsPositionedUpdate() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is positioned UPDATE supported? (same as above)
supportsResultSetConcurrency(int, int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database support the concurrency type in combination with the given result set type?
supportsResultSetHoldability(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database support the given result set type?
supportsSavepoints() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a schema name be used in a procedure call statement? Ohw probably, but I don't know of procedures in MonetDB
supportsSchemasInTableDefinitions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Can a schema be used in a table definition statement?
supportsSelectForUpdate() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is SELECT FOR UPDATE supported? My test resulted in a negative answer
supportsStatementPooling() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether this database supports statement pooling.
supportsStoredFunctionsUsingCallSyntax() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Retrieves whether this database supports invoking user-defined or vendor functions using the stored procedure escape syntax.
supportsStoredProcedures() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsSubqueriesInComparisons() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are subqueries in comparison expressions supported? A JDBC Compliant driver always returns true.
supportsSubqueriesInExists() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are subqueries in 'exists' expressions supported? A JDBC Compliant driver always returns true.
supportsSubqueriesInIns() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are subqueries in 'in' statements supported? A JDBC Compliant driver always returns true.
supportsSubqueriesInQuantifieds() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are subqueries in quantified expressions supported? A JDBC Compliant driver always returns true.
supportsTableCorrelationNames() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are table correlation names supported? A JDBC Compliant driver always returns true.
supportsTransactionIsolationLevel(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database support the given transaction isolation level? We only support TRANSACTION_READ_COMMITTED as far as I know
supportsTransactions() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Are transactions supported? If not, commit and rollback are noops and the isolation level is TRANSACTION_NONE.
supportsUnion() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is SQL UNION supported? since 2004-03-20
supportsUnionAll() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Is SQL UNION ALL supported? since 2004-03-20

T

toString() - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Overriding the toString method for the byte array.
toString() - Method in class nl.cwi.monetdb.jdbc.MonetClob
Returns the String behind this Clob.
toString() - Method in class nl.cwi.monetdb.jdbc.MonetConnection
Returns a string identifying this Connection to the MonetDB server.
toString() - Method in class nl.cwi.monetdb.jdbc.MonetINET
 
toString() - Method in class nl.cwi.monetdb.jdbc.MonetURL
 
truncate(long) - Method in class nl.cwi.monetdb.jdbc.MonetBlob
Truncates the BLOB value that this Blob object represents to be len bytes in length.
truncate(long) - Method in class nl.cwi.monetdb.jdbc.MonetClob
Truncates the CLOB value that this Clob designates to have a length of len characters.

U

unwrap(Class<T>) - Method in class nl.cwi.monetdb.jdbc.MonetWrapper
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
updateArray(int, Array) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateArray(String, Array) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateAsciiStream(int, InputStream) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateAsciiStream(String, InputStream) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBinaryStream(int, InputStream) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBinaryStream(String, InputStream) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBlob(int, Blob) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBlob(int, InputStream) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBlob(int, InputStream, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBlob(String, Blob) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBlob(String, InputStream) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBlob(String, InputStream, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBoolean(int, boolean) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBoolean(String, boolean) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateByte(int, byte) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateByte(String, byte) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBytes(int, byte[]) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateBytes(String, byte[]) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateCharacterStream(int, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateCharacterStream(int, Reader, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateCharacterStream(int, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateCharacterStream(String, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateCharacterStream(String, Reader, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateCharacterStream(String, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateClob(int, Clob) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateClob(int, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateClob(int, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateClob(String, Clob) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateClob(String, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateClob(String, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateDate(int, Date) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateDate(String, Date) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateDouble(int, double) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateDouble(String, double) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateFloat(int, float) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateFloat(String, float) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateInt(int, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateInt(String, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateLong(int, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateLong(String, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNCharacterStream(int, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNCharacterStream(String, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNClob(int, NClob) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNClob(int, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNClob(int, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNClob(String, NClob) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNClob(String, Reader) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNClob(String, Reader, long) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNString(int, String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNString(String, String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNull(int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateNull(String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateObject(int, Object) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateObject(int, Object, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateObject(String, Object) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateObject(String, Object, int) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateRef(int, Ref) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateRef(String, Ref) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateRow() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateRowId(int, RowId) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateRowId(String, RowId) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updatesAreDetected(int) - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
 
updateShort(int, short) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateShort(String, short) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateSQLXML(String, SQLXML) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateSQLXML(int, SQLXML) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateString(int, String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateString(String, String) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateTime(int, Time) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateTime(String, Time) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateTimestamp(int, Timestamp) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
updateTimestamp(String, Timestamp) - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
 
usesLocalFilePerTable() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database use a local file for each table?
usesLocalFiles() - Method in class nl.cwi.monetdb.jdbc.MonetDatabaseMetaData
Does the database store tables in a local file? No, it stores them in files on the server.

W

wasNull() - Method in class nl.cwi.monetdb.jdbc.MonetResultSet
Reports whether the last column read had a value of SQL NULL.
writeSQL(SQLOutput) - Method in class nl.cwi.monetdb.jdbc.MonetINET
 
writeSQL(SQLOutput) - Method in class nl.cwi.monetdb.jdbc.MonetURL
 
A B C D E F G H I J L M N O P R S T U W 
Skip navigation links

Copyright © 2017. All rights reserved.