- 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.
- 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.
- 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 _)
- 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.
- 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(<structured-type>) 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