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

A

abort(Executor) - Method in class com.couchbase.CBConnection
Terminates an open connection.
ABS - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
absolute(int) - Method in class com.couchbase.CBResultSet
Moves the cursor to the given row number in this ResultSet object.
acceptsURL(String) - Method in class com.couchbase.CBDriver
Retrieves whether the driver thinks that it can open a connection to the given URL.
ACOS - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
add(String, String) - Method in class com.couchbase.jdbc.util.Credentials
 
addBatch() - Method in class com.couchbase.CBPreparedStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in class com.couchbase.CBStatement
Adds the given SQL command to the current list of commmands for this Statement object.
addBatch(String) - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
addBatch(String) - Method in interface com.couchbase.jdbc.Protocol
 
addEndPoint(Map) - Method in class com.couchbase.jdbc.Cluster
 
afterLast() - Method in class com.couchbase.CBResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
allProceduresAreCallable() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether the current user can call all the procedures returned by the method getProcedures.
allTablesAreSelectable() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether the current user can use all the tables returned by the method getTables in a SELECT statement.
applyCalendar(Calendar, Time) - Method in class com.couchbase.jdbc.util.TimestampUtils
 
applyCalendar(Calendar, Date) - Method in class com.couchbase.jdbc.util.TimestampUtils
 
applyCalendar(Calendar, Timestamp) - Method in class com.couchbase.jdbc.util.TimestampUtils
 
ASCII - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
ASIN - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
asList(Object) - Static method in class com.couchbase.jdbc.core.SqlJsonImplementation
 
ATAN - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
ATAN2 - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
autoCommitFailureClosesAllResultSets() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether a SQLException while autoCommit is true inidcates that all open ResultSets are closed, even ones that are holdable.

B

beforeFirst() - Method in class com.couchbase.CBResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.

C

cancel() - Method in class com.couchbase.CBStatement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancelRowUpdates() - Method in class com.couchbase.CBResultSet
Cancels the updates made to the current row in this ResultSet object.
CBConnection - Class in com.couchbase
Created by davec on 2015-02-20.
CBConnection(String, Properties) - Constructor for class com.couchbase.CBConnection
 
CBDatabaseMetaData - Class in com.couchbase
Created by davec on 2015-02-20.
CBDatabaseMetaData(CBConnection) - Constructor for class com.couchbase.CBDatabaseMetaData
 
CBDriver - Class in com.couchbase
 
CBDriver() - Constructor for class com.couchbase.CBDriver
 
CBParameterMetaData - Class in com.couchbase.jdbc
Created by davec on 2015-07-28.
CBParameterMetaData(CBPreparedResult) - Constructor for class com.couchbase.jdbc.CBParameterMetaData
 
CBPreparedResult - Class in com.couchbase.jdbc
Created by davec on 2015-07-28.
CBPreparedResult(Map) - Constructor for class com.couchbase.jdbc.CBPreparedResult
 
CBPreparedStatement - Class in com.couchbase
Created by davec on 2015-02-20.
CBPreparedStatement(Connection, Protocol, String) - Constructor for class com.couchbase.CBPreparedStatement
 
CBPreparedStatement(Connection, Protocol, String, String[]) - Constructor for class com.couchbase.CBPreparedStatement
 
CBResultSet - Class in com.couchbase
Created by davec on 2015-02-20.
CBResultSet(Statement, CouchResponse) - Constructor for class com.couchbase.CBResultSet
 
CBResultSetMetaData - Class in com.couchbase
Created by davec on 2015-02-20.
CBStatement - Class in com.couchbase
Created by davec on 2015-02-20.
CBStatement(Connection, Protocol) - Constructor for class com.couchbase.CBStatement
 
CEILING - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
CHAR - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
charTerminatesIdentifier(char) - Static method in class com.couchbase.jdbc.core.Parser
 
checkClosed() - Method in class com.couchbase.CBStatement
 
cleanup() - Static method in class com.couchbase.CBDriver
 
cleanup(CBConnection) - Method in class com.couchbase.CBDriver
 
clearBatch() - Method in class com.couchbase.CBStatement
Empties this Statement object's current list of SQL commands.
clearBatch() - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
clearBatch() - Method in interface com.couchbase.jdbc.Protocol
 
clearParameters() - Method in class com.couchbase.CBPreparedStatement
Clears the current parameter values immediately.
clearWarning() - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
clearWarning() - Method in interface com.couchbase.jdbc.Protocol
 
clearWarnings() - Method in class com.couchbase.CBConnection
Clears all warnings reported for this Connection object.
clearWarnings() - Method in class com.couchbase.CBResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in class com.couchbase.CBStatement
Clears all the warnings reported on this Statement object.
close() - Method in class com.couchbase.CBConnection
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.couchbase.CBResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.couchbase.CBStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
close() - Method in interface com.couchbase.jdbc.Protocol
 
closeOnCompletion - Variable in class com.couchbase.CBStatement
 
closeOnCompletion() - Method in class com.couchbase.CBStatement
Specifies that this Statement will be closed when all its dependent result sets are closed.
Cluster - Class in com.couchbase.jdbc
Created by davec on 2015-05-22.
Cluster(List<Map>, boolean) - Constructor for class com.couchbase.jdbc.Cluster
 
com.couchbase - package com.couchbase
 
com.couchbase.jdbc - package com.couchbase.jdbc
 
com.couchbase.jdbc.core - package com.couchbase.jdbc.core
 
com.couchbase.jdbc.util - package com.couchbase.jdbc.util
 
com.couchbase.json - package com.couchbase.json
 
commit() - Method in class com.couchbase.CBConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
compareTo(SQLJSON) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
 
compareTo(SQLJSON) - Method in interface com.couchbase.json.SQLJSON
 
CONCAT - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
connect(String, Properties) - Method in class com.couchbase.CBDriver
Attempts to make a database connection to the given URL.
connect() - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
connect() - Method in interface com.couchbase.jdbc.Protocol
 
connection - Variable in class com.couchbase.CBStatement
 
CONNECTION_TIMEOUT - Static variable in class com.couchbase.ConnectionParameters
 
ConnectionParameters - Class in com.couchbase
Created by davec on 2015-03-04.
ConnectionParameters() - Constructor for class com.couchbase.ConnectionParameters
 
COS - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
COT - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
CouchBaseSQLException - Exception in com.couchbase.jdbc.core
Created by davec on 2015-07-08.
CouchBaseSQLException() - Constructor for exception com.couchbase.jdbc.core.CouchBaseSQLException
 
CouchBaseSQLException(String) - Constructor for exception com.couchbase.jdbc.core.CouchBaseSQLException
 
CouchError - Class in com.couchbase.jdbc.core
 
CouchError() - Constructor for class com.couchbase.jdbc.core.CouchError
 
CouchMetrics - Class in com.couchbase.jdbc.core
Created by davec on 2015-06-23.
CouchMetrics() - Constructor for class com.couchbase.jdbc.core.CouchMetrics
 
CouchResponse - Class in com.couchbase.jdbc.core
Created by davec on 2015-06-23.
CouchResponse() - Constructor for class com.couchbase.jdbc.core.CouchResponse
 
createArrayOf(String, Object[]) - Method in class com.couchbase.CBConnection
Factory method for creating Array objects.
createBlob() - Method in class com.couchbase.CBConnection
Constructs an object that implements the Blob interface.
createClob() - Method in class com.couchbase.CBConnection
Constructs an object that implements the Clob interface.
createNClob() - Method in class com.couchbase.CBConnection
Constructs an object that implements the NClob interface.
createSQLJSON() - Method in class com.couchbase.CBConnection
 
createSQLXML() - Method in class com.couchbase.CBConnection
Constructs an object that implements the SQLXML interface.
createStatement() - Method in class com.couchbase.CBConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class com.couchbase.CBConnection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class com.couchbase.CBConnection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createStruct(String, Object[]) - Method in class com.couchbase.CBConnection
Factory method for creating Struct objects.
Credentials - Class in com.couchbase.jdbc.util
Created by davec on 2015-05-12.
Credentials() - Constructor for class com.couchbase.jdbc.util.Credentials
 
CURDATE - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
CURTIME - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 

D

DATABASE - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
dataDefinitionCausesTransactionCommit() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether a data definition statement within a transaction forces the transaction to commit.
dataDefinitionIgnoredInTransactions() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether this database ignores a data definition statement within a transaction.
DAYNAME - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
DAYOFMONTH - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
DAYOFWEEK - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
DAYOFYEAR - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
DEGREES - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
deleteRow() - Method in class com.couchbase.CBResultSet
Deletes the current row from this ResultSet object and from the underlying database.
deletesAreDetected(int) - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
doesMaxRowSizeIncludeBlobs() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether the return value for the method getMaxRowSize includes the SQL data types LONGVARCHAR and LONGVARBINARY.
doQuery(String, Map) - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
doQuery(String, Map) - Method in interface com.couchbase.jdbc.Protocol
 
DRIVER_NAME - Static variable in class com.couchbase.CBDriver
 

E

ENABLE_SSL - Static variable in class com.couchbase.ConnectionParameters
 
EscapedFunctions - Class in com.couchbase.jdbc.core
 
EscapedFunctions() - Constructor for class com.couchbase.jdbc.core.EscapedFunctions
 
escapeFunction(String, String) - Method in class com.couchbase.jdbc.util.SqlParser
 
escapeProcessing - Variable in class com.couchbase.CBStatement
 
execute() - Method in class com.couchbase.CBPreparedStatement
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
execute(String) - Method in class com.couchbase.CBStatement
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class com.couchbase.CBStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class com.couchbase.CBStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class com.couchbase.CBStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(CBStatement, String) - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
execute(CBStatement, String) - Method in interface com.couchbase.jdbc.Protocol
 
executeBatch() - Method in class com.couchbase.CBStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatch() - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
executeBatch() - Method in interface com.couchbase.jdbc.Protocol
 
executeQuery() - Method in class com.couchbase.CBPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
executeQuery(String) - Method in class com.couchbase.CBStatement
Executes the given SQL statement, which returns a single ResultSet object.
executeUpdate() - Method in class com.couchbase.CBPreparedStatement
Executes the SQL statement in this PreparedStatement object, which must be an SQL Data Manipulation Language (DML) statement, such as INSERT, UPDATE or DELETE; or an SQL statement that returns nothing, such as a DDL statement.
executeUpdate(String) - Method in class com.couchbase.CBStatement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeUpdate(String, int) - Method in class com.couchbase.CBStatement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class com.couchbase.CBStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class com.couchbase.CBStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(CBStatement, String) - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
executeUpdate(CBStatement, String) - Method in interface com.couchbase.jdbc.Protocol
 
EXP - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 

F

Field - Class in com.couchbase.jdbc.core
 
Field(String, String) - Constructor for class com.couchbase.jdbc.core.Field
 
findColumn(String) - Method in class com.couchbase.CBResultSet
Maps the given ResultSet column label to its ResultSet column index.
first() - Method in class com.couchbase.CBResultSet
Moves the cursor to the first row in this ResultSet object.
FLOOR - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
free() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
 
free() - Method in interface com.couchbase.json.SQLJSON
 

G

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
Deprecated.
use getCharacterStream in place of getUnicodeStream
getUnicodeStream(String) - Method in class com.couchbase.CBResultSet
Deprecated.
use getCharacterStream instead
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
 

H

handleClusterResponse(CloseableHttpResponse) - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
handleResponse(String, CloseableHttpResponse) - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
HOUR - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 

I

IFNULL - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
INSERT - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
insertRow() - Method in class com.couchbase.CBResultSet
Inserts the contents of the insert row into this ResultSet object and into the database.
insertsAreDetected(int) - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.
Instance - Class in com.couchbase.jdbc
Created by davec on 2015-05-22.
Instance(Map<String, String>) - Constructor for class com.couchbase.jdbc.Instance
 
invalidateEndpoint(Instance) - Method in class com.couchbase.jdbc.Cluster
 
invalidateEndpoint(Instance) - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
isAfterLast() - Method in class com.couchbase.CBResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isAutoIncrement(int) - Method in class com.couchbase.CBResultSetMetaData
Indicates whether the designated column is automatically numbered.
isBeforeFirst() - Method in class com.couchbase.CBResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isCaseSensitive(int) - Method in class com.couchbase.CBResultSetMetaData
Indicates whether a column's case matters.
isCatalogAtStart() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether a catalog appears at the start of a fully qualified table name.
isClosed() - Method in class com.couchbase.CBConnection
Retrieves whether this Connection object has been closed.
isClosed() - Method in class com.couchbase.CBResultSet
Retrieves whether this ResultSet object has been closed.
isClosed() - Method in class com.couchbase.CBStatement
Retrieves whether this Statement object has been closed.
isCloseOnCompletion() - Method in class com.couchbase.CBStatement
Returns a value indicating whether this Statement will be closed when all its dependent result sets are closed.
isCurrency(int) - Method in class com.couchbase.CBResultSetMetaData
Indicates whether the designated column is a cash value.
isDefinitelyWritable(int) - Method in class com.couchbase.CBResultSetMetaData
Indicates whether a write on the designated column will definitely succeed.
isDollarQuoteContChar(char) - Static method in class com.couchbase.jdbc.core.Parser
Checks if a character is valid as the second or later character of a dollar quoting tag.
isDollarQuoteStartChar(char) - Static method in class com.couchbase.jdbc.core.Parser
Checks if a character is valid as the start of a dollar quoting tag.
isFirst() - Method in class com.couchbase.CBResultSet
Retrieves whether the cursor is on the first row of this ResultSet object.
isIdentifierContChar(char) - Static method in class com.couchbase.jdbc.core.Parser
Checks if a character is valid as the second or later character of an identifier.
isIdentifierStartChar(char) - Static method in class com.couchbase.jdbc.core.Parser
Checks if a character is valid as the start of an identifier.
isLast() - Method in class com.couchbase.CBResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isNull() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
 
isNull() - Method in interface com.couchbase.json.SQLJSON
 
isNullable(int) - Method in class com.couchbase.CBResultSetMetaData
Indicates the nullability of values in the designated column.
isNullable(int) - Method in class com.couchbase.jdbc.CBParameterMetaData
Retrieves whether null values are allowed in the designated parameter.
isOperatorChar(char) - Static method in class com.couchbase.jdbc.core.Parser
 
isPoolable() - Method in class com.couchbase.CBStatement
Returns a value indicating whether the Statement is poolable or not.
isReadOnly() - Method in class com.couchbase.CBConnection
Retrieves whether this Connection object is in read-only mode.
isReadOnly() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether this database is in read-only mode.
isReadOnly(int) - Method in class com.couchbase.CBResultSetMetaData
Indicates whether the designated column is definitely not writable.
isSearchable(int) - Method in class com.couchbase.CBResultSetMetaData
Indicates whether the designated column can be used in a where clause.
isSigned(int) - Method in class com.couchbase.CBResultSetMetaData
Indicates whether values in the designated column are signed numbers.
isSigned(int) - Method in class com.couchbase.jdbc.CBParameterMetaData
Retrieves whether values for the designated parameter can be signed numbers.
isSpace(char) - Static method in class com.couchbase.jdbc.core.Parser
 
isValid(int) - Method in class com.couchbase.CBConnection
Returns true if the connection has not been closed and is still valid.
isValid(int) - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
isValid(int) - Method in interface com.couchbase.jdbc.Protocol
 
isWrapperFor(Class<?>) - Method in class com.couchbase.CBConnection
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.couchbase.CBDatabaseMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.couchbase.CBResultSet
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.couchbase.CBResultSetMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.couchbase.CBStatement
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.couchbase.jdbc.CBParameterMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWritable(int) - Method in class com.couchbase.CBResultSetMetaData
Indicates whether it is possible for a write on the designated column to succeed.

J

jdbcCompliant() - Method in class com.couchbase.CBDriver
Reports whether this driver is a genuine JDBC Compliant(TM) driver.
jdbcTypes - Static variable in class com.couchbase.jdbc.util.JSONTypes
 
JSON_ARRAY - Static variable in class com.couchbase.jdbc.util.JSONTypes
 
JSON_BOOLEAN - Static variable in class com.couchbase.jdbc.util.JSONTypes
 
JSON_MAP - Static variable in class com.couchbase.jdbc.util.JSONTypes
 
JSON_NULL - Static variable in class com.couchbase.jdbc.util.JSONTypes
 
JSON_NUMBER - Static variable in class com.couchbase.jdbc.util.JSONTypes
 
JSON_OBJECT - Static variable in class com.couchbase.jdbc.util.JSONTypes
 
JSON_STRING - Static variable in class com.couchbase.jdbc.util.JSONTypes
 
JSONTypes - Class in com.couchbase.jdbc.util
Created by davec on 2015-09-10.
JSONTypes() - Constructor for class com.couchbase.jdbc.util.JSONTypes
 
jsonTypes - Static variable in class com.couchbase.jdbc.util.JSONTypes
 

L

last() - Method in class com.couchbase.CBResultSet
Moves the cursor to the last row in this ResultSet object.
LCASE - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
LEFT - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
LENGTH - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
LOCATE - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
locatorsUpdateCopy() - Method in class com.couchbase.CBDatabaseMetaData
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.
LOG - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
LOG10 - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
logger - Static variable in class com.couchbase.CBDriver
 
LTRIM - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 

M

MAJOR_VERSION - Static variable in class com.couchbase.CBDriver
 
maxRows - Variable in class com.couchbase.CBStatement
 
MINOR_VERSION - Static variable in class com.couchbase.CBDriver
 
MINUTE - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
MOD - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
MONTH - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
MONTHNAME - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
moveToCurrentRow() - Method in class com.couchbase.CBResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class com.couchbase.CBResultSet
Moves the cursor to the insert row.

N

nativeSQL(String) - Method in class com.couchbase.CBConnection
Converts the given SQL statement into the system's native SQL grammar.
next() - Method in class com.couchbase.CBResultSet
Moves the cursor forward one row from its current position.
notImplemented(Class, String) - Static method in class com.couchbase.CBDriver
 
NOW - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
nullPlusNonNullIsNull() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether this database supports concatenations between NULL and non-NULL values being NULL.
nullsAreSortedAtEnd() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether NULL values are sorted at the end regardless of sort order.
nullsAreSortedAtStart() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether NULL values are sorted at the start regardless of sort order.
nullsAreSortedHigh() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether NULL values are sorted high.
nullsAreSortedLow() - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether NULL values are sorted low.

O

othersDeletesAreVisible(int) - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether updates made by others are visible.
ownDeletesAreVisible(int) - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether a result set's own inserts are visible.
ownUpdatesAreVisible(int) - Method in class com.couchbase.CBDatabaseMetaData
Retrieves whether for the given type of ResultSet object, the result set's own updates are visible.

P

parameterValue() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
 
parameterValue() - Method in interface com.couchbase.json.SQLJSON
 
parse(Class) - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
 
parse() - Method in class com.couchbase.jdbc.core.SqlJsonImplementation
 
parse() - Method in class com.couchbase.jdbc.util.SqlParser
 
parse(String) - Method in class com.couchbase.jdbc.util.TimestampUtils
 
parse(Class) - Method in interface com.couchbase.json.SQLJSON
 
parse() - Method in interface com.couchbase.json.SQLJSON
 
parseBlockComment(char[], int) - Static method in class com.couchbase.jdbc.core.Parser
 
parseDollarQuotes(char[], int) - Static method in class com.couchbase.jdbc.core.Parser
 
parseDoubleQuotes(char[], int) - Static method in class com.couchbase.jdbc.core.Parser
 
parseLineComment(char[], int) - Static method in class com.couchbase.jdbc.core.Parser
 
Parser - Class in com.couchbase.jdbc.core
Basic query parser infrastructure.
Parser() - Constructor for class com.couchbase.jdbc.core.Parser
 
parseSingleQuotes(char[], int) - Static method in class com.couchbase.jdbc.core.Parser
 
parseSql(String, int, StringBuilder, boolean) - Method in class com.couchbase.jdbc.util.SqlParser
 
parseTime(String) - Method in class com.couchbase.jdbc.util.TimestampUtils
 
parseTimestamp(String) - Method in class com.couchbase.jdbc.util.TimestampUtils
 
PASSWORD - Static variable in class com.couchbase.ConnectionParameters
 
PI - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
pollCluster() - Method in class com.couchbase.CBConnection
 
pollCluster() - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
pollCluster() - Method in interface com.couchbase.jdbc.Protocol
 
poolable - Variable in class com.couchbase.CBStatement
 
POWER - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
prepareCall(String) - Method in class com.couchbase.CBConnection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class com.couchbase.CBConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCall(String, int, int, int) - Method in class com.couchbase.CBConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String) - Method in class com.couchbase.CBConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in class com.couchbase.CBConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, int) - Method in class com.couchbase.CBConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
prepareStatement(String, int) - Method in class com.couchbase.CBConnection
Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
prepareStatement(String, int[]) - Method in class com.couchbase.CBConnection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, String[]) - Method in class com.couchbase.CBConnection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, String[]) - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
prepareStatement(String, String[]) - Method in interface com.couchbase.jdbc.Protocol
 
previous() - Method in class com.couchbase.CBResultSet
Moves the cursor to the previous row in this ResultSet object.
Protocol - Interface in com.couchbase.jdbc
Created by davec on 2015-02-26.
ProtocolImpl - Class in com.couchbase.jdbc.core
Created by davec on 2015-02-22.
ProtocolImpl(String, Properties) - Constructor for class com.couchbase.jdbc.core.ProtocolImpl
 

Q

QUARTER - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
query(CBStatement, String) - Method in class com.couchbase.jdbc.core.ProtocolImpl
 
query(CBStatement, String) - Method in interface com.couchbase.jdbc.Protocol
 

R

RADIANS - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
REDUNDANCY - Static variable in class com.couchbase.ConnectionParameters
 
refreshRow() - Method in class com.couchbase.CBResultSet
Refreshes the current row with its most recent value in the database.
relative(int) - Method in class com.couchbase.CBResultSet
Moves the cursor a relative number of rows, either positive or negative.
releaseSavepoint(Savepoint) - Method in class com.couchbase.CBConnection
Removes the specified Savepoint and subsequent Savepoint objects from the current transaction.
REPEAT - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
REPLACE - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
replaceProcessing(String, boolean) - Method in class com.couchbase.jdbc.util.SqlParser
 
resultSet - Variable in class com.couchbase.CBStatement
 
RIGHT - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
rollback() - Method in class com.couchbase.CBConnection
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
rollback(Savepoint) - Method in class com.couchbase.CBConnection
Undoes all changes made after the given Savepoint object was set.
ROUND - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
rowDeleted() - Method in class com.couchbase.CBResultSet
Retrieves whether a row has been deleted.
rowInserted() - Method in class com.couchbase.CBResultSet
Retrieves whether the current row has had an insertion.
rowUpdated() - Method in class com.couchbase.CBResultSet
Retrieves whether the current row has been updated.
RTRIM - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 

S

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.

T

TAN - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
TIMESTAMPADD - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
TIMESTAMPDIFF - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
TimestampUtils - Class in com.couchbase.jdbc.util
Created by davec on 2015-08-03.
TimestampUtils() - Constructor for class com.couchbase.jdbc.util.TimestampUtils
 
toString() - Method in class com.couchbase.jdbc.Instance
 
toString() - Method in class com.couchbase.jdbc.util.Credentials
 
toString() - Method in class com.couchbase.jdbc.util.SqlParser
 
toString(Calendar, Timestamp) - Method in class com.couchbase.jdbc.util.TimestampUtils
 
toString(Calendar, Time) - Method in class com.couchbase.jdbc.util.TimestampUtils
 
toString(Calendar, Date) - Method in class com.couchbase.jdbc.util.TimestampUtils
 
TRUNCATE - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 

U

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.

W

wasMissing() - Method in class com.couchbase.CBResultSet
 
wasNull() - Method in class com.couchbase.CBResultSet
Reports whether the last column read had a value of SQL NULL.
WEEK - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 

Y

YEAR - Static variable in class com.couchbase.jdbc.core.EscapedFunctions
 
A B C D E F G H I J L M N O P Q R S T U W Y 
Skip navigation links

Copyright © 2016. All rights reserved.