- generatedKeyAlwaysReturned() - Method in class com.couchbase.CBDatabaseMetaData
-
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.
- get(int) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- get(int) - Method in interface com.couchbase.json.SQLJSON
-
- getAdminEndPoint() - Method in class com.couchbase.jdbc.Instance
-
- getArray(int) - Method in class com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as an Array object
in the Java programming language.
- getArray(String) - Method in class com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as an Array object
in the Java programming language.
- getArray() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getArray() - Method in interface com.couchbase.json.SQLJSON
-
- getArrayChecked(String) - Method in class com.couchbase.CBResultSet
-
- getAsciiStream(int) - Method in class com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a stream of ASCII characters.
- getAsciiStream(String) - Method in class com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a stream of
ASCII characters.
- getAttributes(String, String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
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 com.couchbase.CBConnection
-
Retrieves the current auto-commit mode for this Connection
object.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of a table's optimal set of columns that
uniquely identifies a row.
- getBigDecimal(int, int) - Method in class com.couchbase.CBResultSet
-
Deprecated.
- getBigDecimal(String, int) - Method in class com.couchbase.CBResultSet
-
Deprecated.
- getBigDecimal(int) - Method in class com.couchbase.CBResultSet
-
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) - Method in class com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.math.BigDecimal with full precision.
- getBigDecimal() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getBigDecimal() - Method in interface com.couchbase.json.SQLJSON
-
- getBinaryStream(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a stream of uninterpreted
bytes.
- getBinaryStream() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getBinaryStream() - Method in interface com.couchbase.json.SQLJSON
-
- getBlob(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a Blob object
in the Java programming language.
- getBoolean(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a boolean in the Java programming language.
- getBoolean() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getBoolean() - Method in interface com.couchbase.json.SQLJSON
-
- getByte(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a byte in the Java programming language.
- getByte() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getByte() - Method in interface com.couchbase.json.SQLJSON
-
- getBytes(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getBytes() - Method in interface com.couchbase.json.SQLJSON
-
- getCatalog() - Method in class com.couchbase.CBConnection
-
Retrieves this Connection object's current catalog name.
- getCatalogName(int) - Method in class com.couchbase.CBResultSetMetaData
-
Gets the designated column's table's catalog name.
- getCatalogs() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the catalog names available in this database.
- getCatalogSeparator() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the String that this database uses as the
separator between a catalog and table name.
- getCatalogTerm() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the database vendor's preferred term for "catalog".
- getCharacterStream(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a
java.io.Reader object.
- getCharacterStream() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getCharacterStream() - Method in interface com.couchbase.json.SQLJSON
-
- getClientInfo(String) - Method in class com.couchbase.CBConnection
-
Returns the value of the client info property specified by name.
- getClientInfo() - Method in class com.couchbase.CBConnection
-
Returns a list containing the name and current value of each client info
property supported by the driver.
- getClientInfoProperties() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a list of the client info properties
that the driver supports.
- getClob(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a Clob object
in the Java programming language.
- getCluster() - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- getCluster() - Method in class com.couchbase.jdbc.Instance
-
- getCode() - Method in class com.couchbase.jdbc.core.CouchError
-
- getColumnClassName(int) - Method in class com.couchbase.CBResultSetMetaData
-
Returns the fully-qualified name of the Java class whose instances
are manufactured if the method ResultSet.getObject
is called to retrieve a value
from the column.
- getColumnCount() - Method in class com.couchbase.CBResultSetMetaData
-
Returns the number of columns in this ResultSet object.
- getColumnDisplaySize(int) - Method in class com.couchbase.CBResultSetMetaData
-
Indicates the designated column's normal maximum width in characters.
- getColumnLabel(int) - Method in class com.couchbase.CBResultSetMetaData
-
Gets the designated column's suggested title for use in printouts and
displays.
- getColumnName(int) - Method in class com.couchbase.CBResultSetMetaData
-
Get the designated column's name.
- getColumnPrivileges(String, String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the access rights for a table's columns.
- getColumns(String, String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of table columns available in
the specified catalog.
- getColumnType(int) - Method in class com.couchbase.CBResultSetMetaData
-
Retrieves the designated column's SQL type.
- getColumnTypeName(int) - Method in class com.couchbase.CBResultSetMetaData
-
Retrieves the designated column's database-specific type name.
- getConcurrency() - Method in class com.couchbase.CBResultSet
-
Retrieves the concurrency mode of this ResultSet object.
- getConnection() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the connection that produced this metadata object.
- getConnection() - Method in class com.couchbase.CBStatement
-
Retrieves the Connection object
that produced this Statement object.
- getCredentials() - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- getCrossReference(String, String, String, String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the foreign key columns in the given foreign key
table that reference the primary key or the columns representing a unique constraint of the parent table (could be the same or a different table).
- getCursorName() - Method in class com.couchbase.CBResultSet
-
Retrieves the name of the SQL cursor used by this ResultSet
object.
- getDatabaseMajorVersion() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the major version number of the underlying database.
- getDatabaseMinorVersion() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the minor version number of the underlying database.
- getDatabaseProductName() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the name of this database product.
- getDatabaseProductVersion() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the version number of this database product.
- getDate(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
- getDate(int, Calendar) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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(Calendar) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getDate(Calendar) - Method in interface com.couchbase.json.SQLJSON
-
- getDefaultTransactionIsolation() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves this database's default transaction isolation level.
- getDouble(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a double in the Java programming language.
- getDouble() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getDouble() - Method in interface com.couchbase.json.SQLJSON
-
- getDriverMajorVersion() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves this JDBC driver's major version number.
- getDriverMinorVersion() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves this JDBC driver's minor version number.
- getDriverName() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the name of this JDBC driver.
- getDriverVersion() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the version number of this JDBC driver as a String.
- getElapsedTime() - Method in class com.couchbase.jdbc.core.CouchMetrics
-
- getEncodedPlan() - Method in class com.couchbase.jdbc.CBPreparedResult
-
- getEndpointURL(boolean) - Method in class com.couchbase.jdbc.Instance
-
- getErrorCount() - Method in class com.couchbase.jdbc.core.CouchMetrics
-
- getErrors() - Method in class com.couchbase.jdbc.core.CouchResponse
-
- getExecutionTime() - Method in class com.couchbase.jdbc.core.CouchMetrics
-
- getExportedKeys(String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the foreign key columns that reference the
given table's primary key columns (the foreign keys exported by a
table).
- getExtraNameCharacters() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves all the "extra" characters that can be used in unquoted
identifier names (those beyond a-z, A-Z, 0-9 and _).
- getFetchDirection() - Method in class com.couchbase.CBResultSet
-
Retrieves the fetch direction for this
ResultSet object.
- getFetchDirection() - Method in class com.couchbase.CBStatement
-
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 com.couchbase.CBResultSet
-
Retrieves the fetch size for this
ResultSet object.
- getFetchSize() - Method in class com.couchbase.CBStatement
-
Retrieves the number of result set rows that is the default
fetch size for ResultSet objects
generated from this Statement object.
- getFields() - Method in class com.couchbase.jdbc.core.CouchResponse
-
- getFirstResult() - Method in class com.couchbase.jdbc.core.CouchResponse
-
- getFloat(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a float in the Java programming language.
- getFloat() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getFloat() - Method in interface com.couchbase.json.SQLJSON
-
- getFunction(String) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
get Method object implementing the given function
- getFunctionColumns(String, String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the given catalog's system or user
function parameters and return type.
- getFunctions(String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the system and user functions available
in the given catalog.
- getGeneratedKeys() - Method in class com.couchbase.CBStatement
-
Retrieves any auto-generated keys created as a result of executing this
Statement object.
- getHoldability() - Method in class com.couchbase.CBConnection
-
Retrieves the current holdability of ResultSet objects
created using this Connection object.
- getHoldability() - Method in class com.couchbase.CBResultSet
-
Retrieves the holdability of this ResultSet object
- getIdentifierQuoteString() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the string used to quote SQL identifiers.
- getImportedKeys(String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the primary key columns that are
referenced by the given table's foreign key columns (the primary keys
imported by a table).
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the given table's indices and statistics.
- getInt(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
an int in the Java programming language.
- getInt() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getInt() - Method in interface com.couchbase.json.SQLJSON
-
- getJDBCMajorVersion() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the major JDBC version number for this
driver.
- getJDBCMinorVersion() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the minor JDBC version number for this
driver.
- getJDBCType() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getJDBCType() - Method in interface com.couchbase.json.SQLJSON
-
- getLength() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getLogLevel() - Static method in class com.couchbase.CBDriver
-
- getLong(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a long in the Java programming language.
- getLong() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getLong() - Method in interface com.couchbase.json.SQLJSON
-
- getMajorVersion() - Method in class com.couchbase.CBDriver
-
Retrieves the driver's major version number.
- getMap() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getMap() - Method in interface com.couchbase.json.SQLJSON
-
- getMaxBinaryLiteralLength() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of hex characters this database allows in an
inline binary literal.
- getMaxCatalogNameLength() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a
catalog name.
- getMaxCharLiteralLength() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of characters this database allows
for a character literal.
- getMaxColumnNameLength() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of characters this database allows
for a column name.
- getMaxColumnsInGroupBy() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a
GROUP BY clause.
- getMaxColumnsInIndex() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in an index.
- getMaxColumnsInOrderBy() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in an
ORDER BY clause.
- getMaxColumnsInSelect() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a
SELECT list.
- getMaxColumnsInTable() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of columns this database allows in a table.
- getMaxConnections() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of concurrent connections to this
database that are possible.
- getMaxCursorNameLength() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a
cursor name.
- getMaxFieldSize() - Method in class com.couchbase.CBStatement
-
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 com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of bytes this database allows for an
index, including all of the parts of the index.
- getMaxProcedureNameLength() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a
procedure name.
- getMaxRows() - Method in class com.couchbase.CBStatement
-
Retrieves the maximum number of rows that a
ResultSet object produced by this
Statement object can contain.
- getMaxRowSize() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of bytes this database allows in
a single row.
- getMaxSchemaNameLength() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of characters that this database allows in a
schema name.
- getMaxStatementLength() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of characters this database allows in
an SQL statement.
- getMaxStatements() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of active statements to this database
that can be open at the same time.
- getMaxTableNameLength() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of characters this database allows in
a table name.
- getMaxTablesInSelect() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of tables this database allows in a
SELECT statement.
- getMaxUserNameLength() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the maximum number of characters this database allows in
a user name.
- getMetaData() - Method in class com.couchbase.CBConnection
-
Retrieves a DatabaseMetaData object that contains
metadata about the database to which this
Connection object represents a connection.
- getMetaData() - Method in class com.couchbase.CBPreparedStatement
-
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 com.couchbase.CBResultSet
-
Retrieves the number, types and properties of
this ResultSet object's columns.
- getMetrics() - Method in class com.couchbase.jdbc.core.CouchResponse
-
- getMinorVersion() - Method in class com.couchbase.CBDriver
-
Gets the driver's minor version number.
- getMoreResults() - Method in class com.couchbase.CBStatement
-
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 com.couchbase.CBStatement
-
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.
- getMsg() - Method in class com.couchbase.jdbc.core.CouchError
-
- getMutationCount() - Method in class com.couchbase.jdbc.core.CouchMetrics
-
- getName() - Method in class com.couchbase.jdbc.CBPreparedResult
-
- getName() - Method in class com.couchbase.jdbc.core.Field
-
- getName() - Method in class com.couchbase.jdbc.Instance
-
- getNCharacterStream(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a NClob object
in the Java programming language.
- getNetworkTimeout() - Method in class com.couchbase.CBConnection
-
Retrieves the number of milliseconds the driver will
wait for a database request to complete.
- getNextEndpoint() - Method in class com.couchbase.jdbc.Cluster
-
- getNextEndpoint() - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- getNString(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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 com.couchbase.CBDatabaseMetaData
-
Retrieves a comma-separated list of math functions available with
this database.
- getNumFields() - Method in class com.couchbase.jdbc.util.SqlParser
-
- getObject(int) - Method in class com.couchbase.CBResultSet
-
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) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves 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 com.couchbase.CBResultSet
-
Retrieves 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 com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getObject(String) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getObject() - Method in interface com.couchbase.json.SQLJSON
-
- getObject(String) - Method in interface com.couchbase.json.SQLJSON
-
- getOptions() - Method in class com.couchbase.jdbc.Instance
-
- getParameterClassName(int) - Method in class com.couchbase.jdbc.CBParameterMetaData
-
Retrieves the fully-qualified name of the Java class whose instances
should be passed to the method PreparedStatement.setObject.
- getParameterCount() - Method in class com.couchbase.jdbc.CBParameterMetaData
-
Retrieves the number of parameters in the PreparedStatement
object for which this ParameterMetaData object contains
information.
- getParameterMetaData() - Method in class com.couchbase.CBPreparedStatement
-
Retrieves the number, types and properties of this
PreparedStatement object's parameters.
- getParameterMode(int) - Method in class com.couchbase.jdbc.CBParameterMetaData
-
Retrieves the designated parameter's mode.
- getParameterType(int) - Method in class com.couchbase.jdbc.CBParameterMetaData
-
Retrieves the designated parameter's SQL type.
- getParameterTypeName(int) - Method in class com.couchbase.jdbc.CBParameterMetaData
-
Retrieves the designated parameter's database-specific type name.
- getParentLogger() - Method in class com.couchbase.CBDriver
-
Return the parent Logger of all the Loggers used by this driver.
- getPassword() - Method in class com.couchbase.CBConnection
-
- getPassword() - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- getPassword() - Method in interface com.couchbase.jdbc.Protocol
-
- getPrecision(int) - Method in class com.couchbase.CBResultSetMetaData
-
Get the designated column's specified column size.
- getPrecision(int) - Method in class com.couchbase.jdbc.CBParameterMetaData
-
Retrieves the designated parameter's specified column size.
- getPrimaryKeys(String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the given table's primary key columns.
- getProcedureColumns(String, String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the given catalog's stored procedure parameter
and result columns.
- getProcedures(String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the stored procedures available in the given
catalog.
- getProcedureTerm() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the database vendor's preferred term for "procedure".
- getPropertyInfo(String, Properties) - Method in class com.couchbase.CBDriver
-
Gets information about the possible properties for this driver.
- getPseudoColumns(String, String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the pseudo or hidden columns available
in a given table within the specified catalog and schema.
- getQueryEndPoint() - Method in class com.couchbase.jdbc.Instance
-
- getQueryTimeout() - Method in class com.couchbase.CBStatement
-
Retrieves the number of seconds the driver will
wait for a Statement object to execute.
- getQueryTimeout() - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- getQueryTimeout() - Method in interface com.couchbase.jdbc.Protocol
-
- getReadOnly() - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- getReadOnly() - Method in interface com.couchbase.jdbc.Protocol
-
- getRef(int) - Method in class com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a Ref object
in the Java programming language.
- getRef(String) - Method in class com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as a Ref object
in the Java programming language.
- getResultCount() - Method in class com.couchbase.jdbc.core.CouchMetrics
-
- getResults() - Method in class com.couchbase.jdbc.core.CouchResponse
-
- getResultSet() - Method in class com.couchbase.CBStatement
-
Retrieves the current result as a ResultSet object.
- getResultSet() - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- getResultSet() - Method in interface com.couchbase.jdbc.Protocol
-
- getResultSetConcurrency() - Method in class com.couchbase.CBStatement
-
Retrieves the result set concurrency for ResultSet objects
generated by this Statement object.
- getResultSetHoldability() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves this database's default holdability for ResultSet
objects.
- getResultSetHoldability() - Method in class com.couchbase.CBStatement
-
Retrieves the result set holdability for ResultSet objects
generated by this Statement object.
- getResultSetType() - Method in class com.couchbase.CBStatement
-
Retrieves the result set type for ResultSet objects
generated by this Statement object.
- getResultSize() - Method in class com.couchbase.jdbc.core.CouchMetrics
-
- getRow() - Method in class com.couchbase.CBResultSet
-
Retrieves the current row number.
- getRowId(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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 com.couchbase.CBDatabaseMetaData
-
Indicates whether or not this data source supports the SQL ROWID type,
and if so the lifetime for which a RowId object remains valid.
- getScale(int) - Method in class com.couchbase.CBResultSetMetaData
-
Gets the designated column's number of digits to right of the decimal point.
- getScale(int) - Method in class com.couchbase.jdbc.CBParameterMetaData
-
Retrieves the designated parameter's number of digits to right of the decimal point.
- getSchema() - Method in class com.couchbase.CBConnection
-
Retrieves this Connection object's current schema name.
- getSchema() - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- getSchema() - Method in interface com.couchbase.jdbc.Protocol
-
- getSchemaName(int) - Method in class com.couchbase.CBResultSetMetaData
-
Get the designated column's table's schema.
- getSchemas() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the schema names available in this database.
- getSchemas(String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the schema names available in this database.
- getSchemaTerm() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the database vendor's preferred term for "schema".
- getSearchStringEscape() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the string that can be used to escape wildcard characters.
- getSecureQueryEndPoint() - Method in class com.couchbase.jdbc.Instance
-
- getShort(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a short in the Java programming language.
- getShort() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getShort() - Method in interface com.couchbase.json.SQLJSON
-
- getSignature() - Method in class com.couchbase.jdbc.CBPreparedResult
-
- getSQLJSON(int) - Method in class com.couchbase.CBResultSet
-
- getSQLJSON(String) - Method in class com.couchbase.CBResultSet
-
- getSQLKeywords() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a comma-separated list of all of this database's SQL keywords
that are NOT also SQL:2003 keywords.
- getSQLStateType() - Method in class com.couchbase.CBDatabaseMetaData
-
Indicates whether the SQLSTATE returned by SQLException.getSQLState
is X/Open (now known as Open Group) SQL CLI or SQL:2003.
- getSqlType() - Method in class com.couchbase.jdbc.core.Field
-
- getSQLXML(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the Statement object that produced this
ResultSet object.
- getString(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
Retrieves the value of the designated column in the current row
of this ResultSet object as
a String in the Java programming language.
- getString() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getString() - Method in interface com.couchbase.json.SQLJSON
-
- getStringFunctions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a comma-separated list of string functions available with
this database.
- getSuperTables(String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the table hierarchies defined in a particular
schema in this database.
- getSuperTypes(String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the user-defined type (UDT) hierarchies defined in a
particular schema in this database.
- getSystemFunctions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a comma-separated list of system functions available with
this database.
- getTableName(int) - Method in class com.couchbase.CBResultSetMetaData
-
Gets the designated column's table name.
- getTablePrivileges(String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the access rights for each table available
in a catalog.
- getTables(String, String, String, String[]) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the tables available in the given catalog.
- getTableTypes() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the table types available in this database.
- getTime(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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(Calendar) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getTime(Calendar) - Method in interface com.couchbase.json.SQLJSON
-
- getTimeDateFunctions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a comma-separated list of the time and date functions available
with this database.
- getTimestamp(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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(Calendar) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- getTimestamp(Calendar) - Method in interface com.couchbase.json.SQLJSON
-
- getTransactionIsolation() - Method in class com.couchbase.CBConnection
-
Retrieves this Connection object's current
transaction isolation level.
- getType() - Method in class com.couchbase.CBResultSet
-
Retrieves the type of this ResultSet object.
- getType() - Method in class com.couchbase.jdbc.core.Field
-
- getTypeInfo() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of all the data types supported by
this database.
- getTypeMap() - Method in class com.couchbase.CBConnection
-
Retrieves the Map object associated with this
Connection object.
- getUDTs(String, String, String, int[]) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of the user-defined types (UDTs) defined
in a particular schema.
- getUnicodeStream(int) - Method in class com.couchbase.CBResultSet
-
- getUnicodeStream(String) - Method in class com.couchbase.CBResultSet
-
- getUpdateCount() - Method in class com.couchbase.CBStatement
-
Retrieves the current result as an update count;
if the result is a ResultSet object or there are no more results, -1
is returned.
- getUpdateCount() - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- getUpdateCount() - Method in interface com.couchbase.jdbc.Protocol
-
- getURL() - Method in class com.couchbase.CBConnection
-
- getURL() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the URL for this DBMS.
- getURL(int) - Method in class com.couchbase.CBResultSet
-
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 com.couchbase.CBResultSet
-
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 com.couchbase.jdbc.core.ProtocolImpl
-
- getURL() - Method in interface com.couchbase.jdbc.Protocol
-
- getUserName() - Method in class com.couchbase.CBConnection
-
- getUserName() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves the user name as known to this database.
- getUserName() - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- getUserName() - Method in interface com.couchbase.jdbc.Protocol
-
- getVersionColumns(String, String, String) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves a description of a table's columns that are automatically
updated when any value in a row is updated.
- getWarningCount() - Method in class com.couchbase.jdbc.core.CouchMetrics
-
- getWarnings() - Method in class com.couchbase.CBConnection
-
Retrieves the first warning reported by calls on this
Connection object.
- getWarnings() - Method in class com.couchbase.CBResultSet
-
Retrieves the first warning reported by calls on this
ResultSet object.
- getWarnings() - Method in class com.couchbase.CBStatement
-
Retrieves the first warning reported by calls on this Statement object.
- getWarnings() - Method in class com.couchbase.jdbc.core.CouchResponse
-
- getWarnings() - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- getWarnings() - Method in interface com.couchbase.jdbc.Protocol
-
- SCAN_CONSISTENCY - Static variable in class com.couchbase.ConnectionParameters
-
- SECOND - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- set(int, Object) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- set(int, Object) - Method in interface com.couchbase.json.SQLJSON
-
- setAdminEndPoint(String) - Method in class com.couchbase.jdbc.Instance
-
- setArray(int, Array) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.sql.Array object.
- setArray(List) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setArray(Object[]) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setArray(Object[]) - Method in interface com.couchbase.json.SQLJSON
-
- setArray(List) - Method in interface com.couchbase.json.SQLJSON
-
- setAsciiStream(int, InputStream, int) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(int, InputStream, long) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setAsciiStream(int, InputStream) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given input stream.
- setAutoCommit(boolean) - Method in class com.couchbase.CBConnection
-
Sets this connection's auto-commit mode to the given state.
- setBigDecimal(int, BigDecimal) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.math.BigDecimal value.
- setBigDecimal(BigDecimal) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setBigDecimal(BigDecimal) - Method in interface com.couchbase.json.SQLJSON
-
- setBinaryStream(int, InputStream, int) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(int, InputStream, long) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given input stream, which will have
the specified number of bytes.
- setBinaryStream(int, InputStream) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given input stream.
- setBinaryStream() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setBinaryStream() - Method in interface com.couchbase.json.SQLJSON
-
- setBlob(int, Blob) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.sql.Blob object.
- setBlob(int, InputStream, long) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBlob(int, InputStream) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to a InputStream object.
- setBoolean(int, boolean) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Java boolean value.
- setBoolean(boolean) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setBoolean(boolean) - Method in interface com.couchbase.json.SQLJSON
-
- setByte(int, byte) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Java byte value.
- setByte(byte) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setByte(byte) - Method in interface com.couchbase.json.SQLJSON
-
- setBytes(int, byte[]) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setBytes(byte[]) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setBytes(byte[]) - Method in interface com.couchbase.json.SQLJSON
-
- setCatalog(String) - Method in class com.couchbase.CBConnection
-
Sets the given catalog name in order to select
a subspace of this Connection object's database
in which to work.
- setCharacterStream(int, Reader, int) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(int, Reader, long) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Reader
object, which is the given number of characters long.
- setCharacterStream(int, Reader) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Reader
object.
- setCharacterStream(Reader) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setCharacterStream(Reader) - Method in interface com.couchbase.json.SQLJSON
-
- setClientInfo(String, String) - Method in class com.couchbase.CBConnection
-
Sets the value of the client info property specified by name to the
value specified by value.
- setClientInfo(Properties) - Method in class com.couchbase.CBConnection
-
Sets the value of the connection's client info properties.
- setClob(int, Clob) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.sql.Clob object.
- setClob(int, Reader, long) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to a Reader object.
- setClob(int, Reader) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to a Reader object.
- setCluster(Cluster) - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- setCluster(String) - Method in class com.couchbase.jdbc.Instance
-
- setConnectionTimeout(String) - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- setConnectionTimeout(int) - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- setConnectionTimeout(String) - Method in interface com.couchbase.jdbc.Protocol
-
- setConnectionTimeout(int) - Method in interface com.couchbase.jdbc.Protocol
-
- setCursorName(String) - Method in class com.couchbase.CBStatement
-
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 com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.sql.Date value
using the default time zone of the virtual machine that is running
the application.
- setDate(int, Date, Calendar) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.sql.Date value,
using the given Calendar object.
- setDate(Date, Calendar) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setDate(Date, Calendar) - Method in interface com.couchbase.json.SQLJSON
-
- setDouble(int, double) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Java double value.
- setDouble(double) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setDouble(double) - Method in interface com.couchbase.json.SQLJSON
-
- setEscapeProcessing(boolean) - Method in class com.couchbase.CBPreparedStatement
-
- setEscapeProcessing(boolean) - Method in class com.couchbase.CBStatement
-
Sets escape processing on or off.
- setFetchDirection(int) - Method in class com.couchbase.CBResultSet
-
Gives a hint as to the direction in which the rows in this
ResultSet object will be processed.
- setFetchDirection(int) - Method in class com.couchbase.CBStatement
-
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 com.couchbase.CBResultSet
-
Gives the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed for this
ResultSet object.
- setFetchSize(int) - Method in class com.couchbase.CBStatement
-
Gives the JDBC driver a hint as to the number of rows that should
be fetched from the database when more rows are needed for
ResultSet objects genrated by this Statement.
- setFloat(int, float) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Java float value.
- setFloat(float) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setFloat(float) - Method in interface com.couchbase.json.SQLJSON
-
- setHoldability(int) - Method in class com.couchbase.CBConnection
-
Changes the default holdability of ResultSet objects
created using this Connection object to the given
holdability.
- setInt(int, int) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Java int value.
- setInt(int) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setInt(int) - Method in interface com.couchbase.json.SQLJSON
-
- setLogLevel(Level) - Static method in class com.couchbase.CBDriver
-
- setLong(int, long) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Java long value.
- setLong(long) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setLong(long) - Method in interface com.couchbase.json.SQLJSON
-
- setMap(int, Map) - Method in class com.couchbase.CBPreparedStatement
-
- setMap(Map) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setMap(Map) - Method in interface com.couchbase.json.SQLJSON
-
- setMaxFieldSize(int) - Method in class com.couchbase.CBStatement
-
Sets the limit for the maximum number of bytes that can be returned for
character and binary column values in a ResultSet
object produced by this Statement object.
- setMaxRows(int) - Method in class com.couchbase.CBStatement
-
Sets the limit for the maximum number of rows that any
ResultSet object generated by this Statement
object can contain to the given number.
- setMetrics(CouchMetrics) - Method in class com.couchbase.jdbc.core.CouchResponse
-
- setName(String) - Method in class com.couchbase.jdbc.core.Field
-
- setName(String) - Method in class com.couchbase.jdbc.Instance
-
- setNCharacterStream(int, Reader, long) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to a Reader object.
- setNCharacterStream(int, Reader) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to a Reader object.
- setNClob(int, NClob) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to a java.sql.NClob object.
- setNClob(int, Reader, long) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to a Reader object.
- setNClob(int, Reader) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to a Reader object.
- setNetworkTimeout(Executor, int) - Method in class com.couchbase.CBConnection
-
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 com.couchbase.CBPreparedStatement
-
Sets the designated paramter to the given String object.
- setNull(int, int) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to SQL NULL.
- setNull(int, int, String) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to SQL NULL.
- setObject(int, Object, int) - Method in class com.couchbase.CBPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(int, Object) - Method in class com.couchbase.CBPreparedStatement
-
Sets the value of the designated parameter using the given object.
- setObject(int, Object, int, int) - Method in class com.couchbase.CBPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setObject(Object) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setObject(String, Object) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setObject(Object) - Method in interface com.couchbase.json.SQLJSON
-
- setObject(String, Object) - Method in interface com.couchbase.json.SQLJSON
-
- setOptions(String) - Method in class com.couchbase.jdbc.Instance
-
- setPoolable(boolean) - Method in class com.couchbase.CBStatement
-
Requests that a Statement be pooled or not pooled.
- setQueryEndPoint(String) - Method in class com.couchbase.jdbc.Instance
-
- setQueryTimeout(int) - Method in class com.couchbase.CBStatement
-
Sets the number of seconds the driver will wait for a
Statement object to execute to the given number of seconds.
- setQueryTimeout(int) - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- setQueryTimeout(int) - Method in interface com.couchbase.jdbc.Protocol
-
- setReadOnly(boolean) - Method in class com.couchbase.CBConnection
-
Puts this connection in read-only mode as a hint to the driver to enable
database optimizations.
- setReadOnly(boolean) - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- setReadOnly(boolean) - Method in interface com.couchbase.jdbc.Protocol
-
- setRef(int, Ref) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given
REF(<structured-type>) value.
- setResultCount(int) - Method in class com.couchbase.jdbc.core.CouchMetrics
-
- setResults(List) - Method in class com.couchbase.jdbc.core.CouchResponse
-
- setResultSize(int) - Method in class com.couchbase.jdbc.core.CouchMetrics
-
- setRowId(int, RowId) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.sql.RowId object.
- setSavepoint() - Method in class com.couchbase.CBConnection
-
Creates an unnamed savepoint in the current transaction and
returns the new Savepoint object that represents it.
- setSavepoint(String) - Method in class com.couchbase.CBConnection
-
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 com.couchbase.CBConnection
-
Sets the given schema name to access.
- setSchema(String) - Method in class com.couchbase.jdbc.core.ProtocolImpl
-
- setSchema(String) - Method in interface com.couchbase.jdbc.Protocol
-
- setShort(int, short) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Java short value.
- setShort(short) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setShort(short) - Method in interface com.couchbase.json.SQLJSON
-
- setSignature(Map<String, String>) - Method in class com.couchbase.jdbc.core.CouchResponse
-
- setSQLJSON(int, SQLJSON) - Method in class com.couchbase.CBPreparedStatement
-
Sets the value of the designated parameter with the given object.
- setSQLXML(int, SQLXML) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.sql.SQLXML object.
- setString(int, String) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given Java String value.
- setString(String) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setString(String) - Method in interface com.couchbase.json.SQLJSON
-
- setTime(int, Time) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.sql.Time value.
- setTime(int, Time, Calendar) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.sql.Time value,
using the given Calendar object.
- setTime(Time, Calendar) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setTime(Time, Calendar) - Method in interface com.couchbase.json.SQLJSON
-
- setTimestamp(int, Timestamp) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.sql.Timestamp value.
- setTimestamp(int, Timestamp, Calendar) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.sql.Timestamp value,
using the given Calendar object.
- setTimestamp(Timestamp, Calendar) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
-
- setTimestamp(Timestamp, Calendar) - Method in interface com.couchbase.json.SQLJSON
-
- setTransactionIsolation(int) - Method in class com.couchbase.CBConnection
-
Attempts to change the transaction isolation level for this
Connection object to the one given.
- setType(String) - Method in class com.couchbase.jdbc.core.Field
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.couchbase.CBConnection
-
Installs the given TypeMap object as the type map for
this Connection object.
- setUnicodeStream(int, InputStream, int) - Method in class com.couchbase.CBPreparedStatement
-
Deprecated.
- setURL(int, URL) - Method in class com.couchbase.CBPreparedStatement
-
Sets the designated parameter to the given java.net.URL value.
- SIGN - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SIN - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SPACE - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQL_TSI_DAY - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQL_TSI_FRAC_SECOND - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQL_TSI_HOUR - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQL_TSI_MINUTE - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQL_TSI_MONTH - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQL_TSI_QUARTER - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQL_TSI_ROOT - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQL_TSI_SECOND - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQL_TSI_WEEK - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQL_TSI_YEAR - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlceiling(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlchar(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlconcat(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlcot(List<StringBuilder>) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlcurdate(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlcurtime(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqldatabase(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqldayname(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqldayofmonth(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqldayofweek(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqldayofyear(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlhour(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlifnull(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlinsert(List<StringBuilder>) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQLJSON - Interface in com.couchbase.json
-
Created by davec on 2015-06-26.
- SqlJsonImplementation - Class in com.couchbase.jdbc.core
-
Created by davec on 15-07-02.
- SqlJsonImplementation() - Constructor for class com.couchbase.jdbc.core.SqlJsonImplementation
-
- SqlJsonImplementation(Object, Field) - Constructor for class com.couchbase.jdbc.core.SqlJsonImplementation
-
- sqllcase(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlleft(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqllength(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqllocate(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqllog(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqllog10(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlltrim(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlminute(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlmonth(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlmonthname(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlnow(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- SqlParser - Class in com.couchbase.jdbc.util
-
Created by davec on 2015-03-12.
- SqlParser(String) - Constructor for class com.couchbase.jdbc.util.SqlParser
-
- sqlpower(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlquarter(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlright(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlrtrim(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlsecond(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlspace(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlsubstring(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqltimestampadd(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqltimestampdiff(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqltruncate(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlucase(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqluser(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlweek(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- sqlyear(List) - Static method in class com.couchbase.jdbc.core.EscapedFunctions
-
- SQRT - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- SSL_CERTIFICATE - Static variable in class com.couchbase.ConnectionParameters
-
- storesLowerCaseIdentifiers() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in lower case.
- storesLowerCaseQuotedIdentifiers() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in lower case.
- storesMixedCaseIdentifiers() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in mixed case.
- storesMixedCaseQuotedIdentifiers() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in mixed case.
- storesUpperCaseIdentifiers() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case insensitive and stores them in upper case.
- storesUpperCaseQuotedIdentifiers() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case insensitive and stores them in upper case.
- SUBSTRING - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- supportsAlterTableWithAddColumn() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports ALTER TABLE
with add column.
- supportsAlterTableWithDropColumn() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports ALTER TABLE
with drop column.
- supportsANSI92EntryLevelSQL() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the ANSI92 entry level SQL
grammar.
- supportsANSI92FullSQL() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the ANSI92 full SQL grammar supported.
- supportsANSI92IntermediateSQL() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the ANSI92 intermediate SQL grammar supported.
- supportsBatchUpdates() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports batch updates.
- supportsCatalogsInDataManipulation() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether a catalog name can be used in a data manipulation statement.
- supportsCatalogsInIndexDefinitions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether a catalog name can be used in an index definition statement.
- supportsCatalogsInPrivilegeDefinitions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether a catalog name can be used in a privilege definition statement.
- supportsCatalogsInProcedureCalls() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether a catalog name can be used in a procedure call statement.
- supportsCatalogsInTableDefinitions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether a catalog name can be used in a table definition statement.
- supportsColumnAliasing() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports column aliasing.
- supportsConvert() - Method in class com.couchbase.CBDatabaseMetaData
-
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 com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the JDBC scalar function
CONVERT for conversions between the JDBC types fromType
and toType.
- supportsCoreSQLGrammar() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the ODBC Core SQL grammar.
- supportsCorrelatedSubqueries() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports correlated subqueries.
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports both data definition and
data manipulation statements within a transaction.
- supportsDataManipulationTransactionsOnly() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports only data manipulation
statements within a transaction.
- supportsDifferentTableCorrelationNames() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether, when table correlation names are supported, they
are restricted to being different from the names of the tables.
- supportsExpressionsInOrderBy() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports expressions in
ORDER BY lists.
- supportsExtendedSQLGrammar() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the ODBC Extended SQL grammar.
- supportsFullOuterJoins() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports full nested outer joins.
- supportsGetGeneratedKeys() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether auto-generated keys can be retrieved after
a statement has been executed
- supportsGroupBy() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports some form of
GROUP BY clause.
- supportsGroupByBeyondSelect() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports using columns not included in
the SELECT statement in a GROUP BY clause
provided that all of the columns in the SELECT statement
are included in the GROUP BY clause.
- supportsGroupByUnrelated() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports using a column that is
not in the SELECT statement in a
GROUP BY clause.
- supportsIntegrityEnhancementFacility() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the SQL Integrity
Enhancement Facility.
- supportsLikeEscapeClause() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports specifying a
LIKE escape clause.
- supportsLimitedOuterJoins() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database provides limited support for outer
joins.
- supportsMinimumSQLGrammar() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the ODBC Minimum SQL grammar.
- supportsMixedCaseIdentifiers() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database treats mixed case unquoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
- supportsMixedCaseQuotedIdentifiers() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database treats mixed case quoted SQL identifiers as
case sensitive and as a result stores them in mixed case.
- supportsMultipleOpenResults() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether it is possible to have multiple ResultSet objects
returned from a CallableStatement object
simultaneously.
- supportsMultipleResultSets() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports getting multiple
ResultSet objects from a single call to the
method execute.
- supportsMultipleTransactions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database allows having multiple
transactions open at once (on different connections).
- supportsNamedParameters() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports named parameters to callable
statements.
- supportsNonNullableColumns() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether columns in this database may be defined as non-nullable.
- supportsOpenCursorsAcrossCommit() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports keeping cursors open
across commits.
- supportsOpenCursorsAcrossRollback() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports keeping cursors open
across rollbacks.
- supportsOpenStatementsAcrossCommit() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports keeping statements open
across commits.
- supportsOpenStatementsAcrossRollback() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports keeping statements open
across rollbacks.
- supportsOrderByUnrelated() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports using a column that is
not in the SELECT statement in an
ORDER BY clause.
- supportsOuterJoins() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports some form of outer join.
- supportsPositionedDelete() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports positioned DELETE
statements.
- supportsPositionedUpdate() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports positioned UPDATE
statements.
- supportsResultSetConcurrency(int, int) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the given concurrency type
in combination with the given result set type.
- supportsResultSetHoldability(int) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the given result set holdability.
- supportsResultSetType(int) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the given result set type.
- supportsSavepoints() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports savepoints.
- supportsSchemasInDataManipulation() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether a schema name can be used in a data manipulation statement.
- supportsSchemasInIndexDefinitions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether a schema name can be used in an index definition statement.
- supportsSchemasInPrivilegeDefinitions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether a schema name can be used in a privilege definition statement.
- supportsSchemasInProcedureCalls() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether a schema name can be used in a procedure call statement.
- supportsSchemasInTableDefinitions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether a schema name can be used in a table definition statement.
- supportsSelectForUpdate() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports SELECT FOR UPDATE
statements.
- supportsStatementPooling() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports statement pooling.
- supportsStoredFunctionsUsingCallSyntax() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports invoking user-defined or vendor functions
using the stored procedure escape syntax.
- supportsStoredProcedures() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports stored procedure calls
that use the stored procedure escape syntax.
- supportsSubqueriesInComparisons() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports subqueries in comparison
expressions.
- supportsSubqueriesInExists() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports subqueries in
EXISTS expressions.
- supportsSubqueriesInIns() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports subqueries in
IN expressions.
- supportsSubqueriesInQuantifieds() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports subqueries in quantified
expressions.
- supportsTableCorrelationNames() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports table correlation names.
- supportsTransactionIsolationLevel(int) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports the given transaction isolation level.
- supportsTransactions() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports transactions.
- supportsUnion() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports SQL UNION.
- supportsUnionAll() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database supports SQL UNION ALL.
- UCASE - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- unmarkDoubleQuestion(String) - Static method in class com.couchbase.jdbc.core.Parser
-
unmark '??' in query back to '?'
- unwrap(Class<T>) - Method in class com.couchbase.CBConnection
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class com.couchbase.CBDatabaseMetaData
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class com.couchbase.CBResultSet
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class com.couchbase.CBResultSetMetaData
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class com.couchbase.CBStatement
-
Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class com.couchbase.jdbc.CBParameterMetaData
-
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 com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Array value.
- updateArray(String, Array) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Array value.
- updateAsciiStream(int, InputStream, int) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(String, InputStream, int) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(int, InputStream, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(String, InputStream, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(int, InputStream) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an ascii stream value.
- updateAsciiStream(String, InputStream) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an ascii stream value.
- updateBigDecimal(int, BigDecimal) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.math.BigDecimal
value.
- updateBigDecimal(String, BigDecimal) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.BigDecimal
value.
- updateBinaryStream(int, InputStream, int) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(String, InputStream, int) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(int, InputStream, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(String, InputStream, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(int, InputStream) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a binary stream value.
- updateBinaryStream(String, InputStream) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a binary stream value.
- updateBlob(int, Blob) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Blob value.
- updateBlob(String, Blob) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Blob value.
- updateBlob(int, InputStream, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given input stream, which
will have the specified number of bytes.
- updateBlob(String, InputStream, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given input stream, which
will have the specified number of bytes.
- updateBlob(int, InputStream) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given input stream.
- updateBlob(String, InputStream) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given input stream.
- updateBoolean(int, boolean) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a boolean value.
- updateBoolean(String, boolean) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a boolean value.
- updateByte(int, byte) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a byte value.
- updateByte(String, byte) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a byte value.
- updateBytes(int, byte[]) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a byte array value.
- updateBytes(String, byte[]) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a byte array value.
- updateCharacterStream(int, Reader, int) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(String, Reader, int) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(int, Reader, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(String, Reader, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(int, Reader) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a character stream value.
- updateCharacterStream(String, Reader) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a character stream value.
- updateClob(int, Clob) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Clob value.
- updateClob(String, Clob) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Clob value.
- updateClob(int, Reader, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateClob(String, Reader, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateClob(int, Reader) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given Reader
object.
- updateClob(String, Reader) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given Reader
object.
- updateCount - Variable in class com.couchbase.CBStatement
-
- updateDate(int, Date) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Date value.
- updateDate(String, Date) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Date value.
- updateDouble(int, double) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a double value.
- updateDouble(String, double) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a double value.
- updateFloat(int, float) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a float value.
- updateFloat(String, float) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a float value.
- updateInt(int, int) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an int value.
- updateInt(String, int) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an int value.
- updateLong(int, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a long value.
- updateLong(String, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a long value.
- updateNCharacterStream(int, Reader, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateNCharacterStream(String, Reader, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateNCharacterStream(int, Reader) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a character stream value.
- updateNCharacterStream(String, Reader) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a character stream value.
- updateNClob(int, NClob) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.NClob value.
- updateNClob(String, NClob) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.NClob value.
- updateNClob(int, Reader, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateNClob(String, Reader, long) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given Reader
object, which is the given number of characters long.
- updateNClob(int, Reader) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given Reader
The data will be read from the stream
as needed until end-of-stream is reached.
- updateNClob(String, Reader) - Method in class com.couchbase.CBResultSet
-
Updates the designated column using the given Reader
object.
- updateNString(int, String) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a String value.
- updateNString(String, String) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a String value.
- updateNull(int) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a null value.
- updateNull(String) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a null value.
- updateObject(int, Object, int) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an Object value.
- updateObject(int, Object) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an Object value.
- updateObject(int, Object, SQLType, int) - Method in class com.couchbase.CBResultSet
-
- updateObject(String, Object, SQLType, int) - Method in class com.couchbase.CBResultSet
-
- updateObject(int, Object, SQLType) - Method in class com.couchbase.CBResultSet
-
- updateObject(String, Object, SQLType) - Method in class com.couchbase.CBResultSet
-
- updateObject(String, Object, int) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an Object value.
- updateObject(String, Object) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with an Object value.
- updateRef(int, Ref) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Ref value.
- updateRef(String, Ref) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Ref value.
- updateRow() - Method in class com.couchbase.CBResultSet
-
Updates the underlying database with the new contents of the
current row of this ResultSet object.
- updateRowId(int, RowId) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a RowId value.
- updateRowId(String, RowId) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a RowId value.
- updatesAreDetected(int) - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether or not a visible row update can be detected by
calling the method ResultSet.rowUpdated.
- updateShort(int, short) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a short value.
- updateShort(String, short) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a short value.
- updateSQLXML(int, SQLXML) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.SQLXML value.
- updateSQLXML(String, SQLXML) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.SQLXML value.
- updateString(int, String) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a String value.
- updateString(String, String) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a String value.
- updateTime(int, Time) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Time value.
- updateTime(String, Time) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Time value.
- updateTimestamp(int, Timestamp) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Timestamp
value.
- updateTimestamp(String, Timestamp) - Method in class com.couchbase.CBResultSet
-
Updates the designated column with a java.sql.Timestamp
value.
- USER - Static variable in class com.couchbase.ConnectionParameters
-
- USER - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
-
- usesLocalFilePerTable() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database uses a file for each table.
- usesLocalFiles() - Method in class com.couchbase.CBDatabaseMetaData
-
Retrieves whether this database stores tables in a local file.