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

A

abort(Executor) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
AbstractCloudSpannerConnection - Class in nl.topicus.jdbc
 
AbstractCloudSpannerConnection() - Constructor for class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
AbstractCloudSpannerDatabaseMetaData - Class in nl.topicus.jdbc
 
AbstractCloudSpannerDatabaseMetaData() - Constructor for class nl.topicus.jdbc.AbstractCloudSpannerDatabaseMetaData
 
AbstractCloudSpannerFetcher - Class in nl.topicus.jdbc
 
AbstractCloudSpannerFetcher() - Constructor for class nl.topicus.jdbc.AbstractCloudSpannerFetcher
 
AbstractCloudSpannerPreparedStatement - Class in nl.topicus.jdbc.statement
 
AbstractCloudSpannerPreparedStatement(CloudSpannerConnection, DatabaseClient) - Constructor for class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
AbstractCloudSpannerWrapper - Class in nl.topicus.jdbc.metadata
 
AbstractCloudSpannerWrapper() - Constructor for class nl.topicus.jdbc.metadata.AbstractCloudSpannerWrapper
 
AbstractTablePartWorker - Class in nl.topicus.jdbc.statement
 
acceptsURL(String) - Method in class nl.topicus.jdbc.CloudSpannerDriver
 
addBatch() - Method in class nl.topicus.jdbc.statement.CloudSpannerPreparedStatement
 
allProceduresAreCallable() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
allTablesAreSelectable() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
analyzeQuery(Statement, ReadContext.QueryAnalyzeMode) - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
autoCommitFailureClosesAllResultSets() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 

B

begin() - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
buffer(Mutation) - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
buffer(Iterable<Mutation>) - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 

C

calculateActualBatchSize(int, Connection, String, String, String) - Method in class nl.topicus.jdbc.statement.ConverterUtils
 
call() - Method in class nl.topicus.jdbc.statement.AbstractTablePartWorker
 
clearBatch() - Method in class nl.topicus.jdbc.statement.CloudSpannerPreparedStatement
 
clearParameters() - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
clearWarnings() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
clearWarnings() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
close() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
close() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
close() - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
Close method is needed for the interface, but does not do anything
CloudSpannerArray - Class in nl.topicus.jdbc
 
CloudSpannerConnection - Class in nl.topicus.jdbc
JDBC Driver for Google Cloud Spanner.
CloudSpannerConversionUtil - Class in nl.topicus.jdbc.util
 
CloudSpannerDatabaseMetaData - Class in nl.topicus.jdbc
 
CloudSpannerDatabaseMetaDataConstants - Class in nl.topicus.jdbc
 
CloudSpannerDataType - Enum in nl.topicus.jdbc
 
CloudSpannerDriver - Class in nl.topicus.jdbc
 
CloudSpannerDriver() - Constructor for class nl.topicus.jdbc.CloudSpannerDriver
 
CloudSpannerOAuthUtil - Class in nl.topicus.jdbc
 
CloudSpannerParameterMetaData - Class in nl.topicus.jdbc.statement
 
CloudSpannerPreparedStatement - Class in nl.topicus.jdbc.statement
 
CloudSpannerPreparedStatement(String, CloudSpannerConnection, DatabaseClient) - Constructor for class nl.topicus.jdbc.statement.CloudSpannerPreparedStatement
 
CloudSpannerResultSet - Class in nl.topicus.jdbc.resultset
 
CloudSpannerResultSet(Statement, ResultSet) - Constructor for class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
CloudSpannerResultSetMetaData - Class in nl.topicus.jdbc.resultset
 
CloudSpannerResultSetMetaData(ResultSet) - Constructor for class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
CloudSpannerStatement - Class in nl.topicus.jdbc.statement
 
CloudSpannerStatement(CloudSpannerConnection, DatabaseClient) - Constructor for class nl.topicus.jdbc.statement.CloudSpannerStatement
 
CloudSpannerTransaction - Class in nl.topicus.jdbc.transaction
An abstraction of transactions on Google Cloud Spanner JDBC connections.
CloudSpannerTransaction(DatabaseClient, CloudSpannerConnection) - Constructor for class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
CloudSpannerTransaction.TransactionException - Exception in nl.topicus.jdbc.transaction
 
commit() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
commit() - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
connect(String, Properties) - Method in class nl.topicus.jdbc.CloudSpannerDriver
Connects to a Google Cloud Spanner database.
connection - Variable in class nl.topicus.jdbc.statement.AbstractTablePartWorker
 
ConversionResult - Class in nl.topicus.jdbc.statement
 
ConverterUtils - Class in nl.topicus.jdbc.statement
 
ConverterUtils() - Constructor for class nl.topicus.jdbc.statement.ConverterUtils
 
createArray(CloudSpannerDataType, List<? extends Object>) - Static method in class nl.topicus.jdbc.CloudSpannerArray
 
createArrayOf(String, Object[]) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
createBlob() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
createClob() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
createNClob() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
createSQLXML() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
createStatement() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
createStatement(int, int) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
createStatement(int, int, int) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
createStruct(String, Object[]) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 

D

dataDefinitionCausesTransactionCommit() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
DeleteKeyBuilder - Class in nl.topicus.jdbc.statement
 
DeleteKeyBuilder(MetaDataStore.TableKeyMetaData) - Constructor for class nl.topicus.jdbc.statement.DeleteKeyBuilder
 
deletesAreDetected(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
DeleteWorker - Class in nl.topicus.jdbc.statement
 
DeleteWorker(CloudSpannerConnection, Delete, boolean) - Constructor for class nl.topicus.jdbc.statement.DeleteWorker
 
doesMaxRowSizeIncludeBlobs() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 

E

equals(Object) - Method in class nl.topicus.jdbc.CloudSpannerArray
 
equals(Object) - Method in class nl.topicus.jdbc.MetaDataStore.TableKeyMetaData
 
execute() - Method in class nl.topicus.jdbc.statement.CloudSpannerPreparedStatement
 
execute(String) - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
execute(String, int) - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
execute(String, int[]) - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
execute(String, String[]) - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
executeBatch() - Method in class nl.topicus.jdbc.statement.CloudSpannerPreparedStatement
 
executeDDL(String) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
executeQuery(String) - Method in class nl.topicus.jdbc.statement.CloudSpannerPreparedStatement
 
executeQuery() - Method in class nl.topicus.jdbc.statement.CloudSpannerPreparedStatement
 
executeQuery(String) - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
executeQuery(Statement, Options.QueryOption...) - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
executeUpdate() - Method in class nl.topicus.jdbc.statement.CloudSpannerPreparedStatement
 
executeUpdate(String) - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
executeUpdate(String, int) - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
executeUpdate(String, int[]) - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
executeUpdate(String, String[]) - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
extractColumnType(Type) - Static method in class nl.topicus.jdbc.metadata.AbstractCloudSpannerWrapper
 

F

findColumn(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
free() - Method in class nl.topicus.jdbc.CloudSpannerArray
 
FROM_TABLES_T - Static variable in class nl.topicus.jdbc.CloudSpannerDatabaseMetaDataConstants
 

G

generatedKeyAlwaysReturned() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
GET_COLUMNS - Static variable in class nl.topicus.jdbc.CloudSpannerDatabaseMetaDataConstants
 
GET_TYPE_INFO - Static variable in class nl.topicus.jdbc.CloudSpannerDatabaseMetaDataConstants
 
GET_UDTS - Static variable in class nl.topicus.jdbc.CloudSpannerDatabaseMetaDataConstants
 
getArray() - Method in class nl.topicus.jdbc.CloudSpannerArray
 
getArray(Map<String, Class<?>>) - Method in class nl.topicus.jdbc.CloudSpannerArray
 
getArray(long, int) - Method in class nl.topicus.jdbc.CloudSpannerArray
 
getArray(long, int, Map<String, Class<?>>) - Method in class nl.topicus.jdbc.CloudSpannerArray
 
getArray(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getArray(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getArrayElements(ResultSet, int) - Method in enum nl.topicus.jdbc.CloudSpannerDataType
 
getAsciiStream(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getAsciiStream(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getAttributes(String, String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getAutoCommit() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
getBaseType() - Method in class nl.topicus.jdbc.CloudSpannerArray
 
getBaseTypeName() - Method in class nl.topicus.jdbc.CloudSpannerArray
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getBigDecimal(int, int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getBigDecimal(String, int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getBigDecimal(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getBigDecimal(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getBinaryStream(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getBinaryStream(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getBoolean(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getBoolean(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getByte(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getByte(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getByteCount() - Method in class nl.topicus.jdbc.statement.ConversionResult
 
getBytes(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getBytes(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getCatalog() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
getCatalogName(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getCatalogs() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getCatalogSeparator() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getCatalogTerm() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getCharacterStream(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getCharacterStream(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getClassName(int) - Static method in class nl.topicus.jdbc.metadata.AbstractCloudSpannerWrapper
 
getClientId() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
getClientInfo(String) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
getClientInfo() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
getClientInfoProperties() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getCode() - Method in enum nl.topicus.jdbc.CloudSpannerDataType
 
getColumnClassName(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getColumnCount() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getColumnDisplaySize(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getColumnLabel(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getColumnName(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getColumnPrivileges(String, String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getColumnType(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getColumnTypeName(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getConnection() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getCredentialsFromFile(String) - Static method in class nl.topicus.jdbc.CloudSpannerConnection
 
getCredentialsFromOAuthToken(String) - Static method in class nl.topicus.jdbc.CloudSpannerConnection
 
getCrossReference(String, String, String, String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getDatabaseMajorVersion() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getDatabaseProductName() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getDatabaseProductVersion() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getDate(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getDate(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getDate(int, Calendar) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getDate(String, Calendar) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getDefaultTransactionIsolation() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getDouble(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getDouble(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getDriverMajorVersion() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getDriverMajorVersion() - Static method in class nl.topicus.jdbc.CloudSpannerDriver
 
getDriverMinorVersion() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getDriverMinorVersion() - Static method in class nl.topicus.jdbc.CloudSpannerDriver
 
getDriverName() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getDriverVersion() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getEndTime() - Method in class nl.topicus.jdbc.statement.ConversionResult
 
getEstimatedRecordCount(Select) - Method in class nl.topicus.jdbc.statement.AbstractTablePartWorker
 
getEstimatedRowSizeInCloudSpanner(Connection, String, String, String, String) - Method in class nl.topicus.jdbc.statement.ConverterUtils
 
getException() - Method in class nl.topicus.jdbc.statement.ConversionResult
 
getExportedKeys(String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getExtraNameCharacters() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getFetchDirection() - Method in class nl.topicus.jdbc.AbstractCloudSpannerFetcher
 
getFetchSize() - Method in class nl.topicus.jdbc.AbstractCloudSpannerFetcher
 
getFloat(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getFloat(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getFunctionColumns(String, String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getFunctions(String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getGoogleType() - Method in enum nl.topicus.jdbc.CloudSpannerDataType
 
getGoogleTypeName(int) - Static method in class nl.topicus.jdbc.metadata.AbstractCloudSpannerWrapper
 
getHoldability() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
getIdentifierQuoteString() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getImportedKeys(String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getInt(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getInt(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getJavaClass() - Method in enum nl.topicus.jdbc.CloudSpannerDataType
 
getJDBCMajorVersion() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getJDBCMinorVersion() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getKeyBuilder() - Method in class nl.topicus.jdbc.statement.DeleteKeyBuilder
 
getKeyColumns() - Method in class nl.topicus.jdbc.MetaDataStore.TableKeyMetaData
 
getLastCommitTimestamp() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
getLong(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getLong(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getMajorVersion() - Method in class nl.topicus.jdbc.CloudSpannerDriver
 
getMaxBinaryLiteralLength() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxColumnNameLength() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxColumnsInTable() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxConnections() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxCursorNameLength() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxIndexLength() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxRowSize() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxStatementLength() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxStatements() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxTableNameLength() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxTablesInSelect() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMaxUserNameLength() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getMetaData() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
getMetaData() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getMetaData() - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
getMinorVersion() - Method in class nl.topicus.jdbc.CloudSpannerDriver
 
getMoreResults() - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
getMoreResults(int) - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
getNCharacterStream(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getNCharacterStream(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getNetworkTimeout() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
getNString(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getNString(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getNumberOfIndices(Connection, String, String, String) - Method in class nl.topicus.jdbc.statement.ConverterUtils
 
getNumericFunctions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getObject(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getObject(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getParameterClassName(int) - Method in class nl.topicus.jdbc.statement.CloudSpannerParameterMetaData
 
getParameterCount() - Method in class nl.topicus.jdbc.statement.CloudSpannerParameterMetaData
 
getParameterMetaData() - Method in class nl.topicus.jdbc.statement.CloudSpannerPreparedStatement
 
getParameterMode(int) - Method in class nl.topicus.jdbc.statement.CloudSpannerParameterMetaData
 
getParameterStore() - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
getParameterType(int) - Method in class nl.topicus.jdbc.statement.CloudSpannerParameterMetaData
 
getParameterTypeName(int) - Method in class nl.topicus.jdbc.statement.CloudSpannerParameterMetaData
 
getParentLogger() - Method in class nl.topicus.jdbc.CloudSpannerDriver
 
getPrecision(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getPrecision(int) - Method in class nl.topicus.jdbc.statement.CloudSpannerParameterMetaData
 
getPrimaryKeys(String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getProcedures(String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getProcedureTerm() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getPropertyInfo(String, Properties) - Method in class nl.topicus.jdbc.CloudSpannerDriver
 
getPseudoColumns(String, String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getQuotedColumnNames(Connection, String, String, String) - Method in class nl.topicus.jdbc.statement.ConverterUtils
 
getRecordCount() - Method in class nl.topicus.jdbc.statement.AbstractTablePartWorker
 
getRecordCount() - Method in class nl.topicus.jdbc.statement.ConversionResult
 
getRecordCount() - Method in class nl.topicus.jdbc.statement.DeleteWorker
 
getRecordCount() - Method in class nl.topicus.jdbc.statement.InsertWorker
 
getResultSet() - Method in class nl.topicus.jdbc.CloudSpannerArray
 
getResultSet(Map<String, Class<?>>) - Method in class nl.topicus.jdbc.CloudSpannerArray
 
getResultSet(long, int) - Method in class nl.topicus.jdbc.CloudSpannerArray
 
getResultSet(long, int, Map<String, Class<?>>) - Method in class nl.topicus.jdbc.CloudSpannerArray
 
getResultSet() - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
getResultSetHoldability() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getRowIdLifetime() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getRowSize(Connection, String, String, String) - Method in class nl.topicus.jdbc.statement.ConverterUtils
 
getScale(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getScale(int) - Method in class nl.topicus.jdbc.statement.CloudSpannerParameterMetaData
 
getSchema() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
getSchemaName(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getSchemas() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getSchemas(String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getSchemaTerm() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getSearchStringEscape() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getServiceAccountProjectId(String) - Static method in class nl.topicus.jdbc.CloudSpannerConnection
 
getShort(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getShort(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getSQLKeywords() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getSQLStateType() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getSqlType() - Method in enum nl.topicus.jdbc.CloudSpannerDataType
 
getStartTime() - Method in class nl.topicus.jdbc.statement.ConversionResult
 
getStatement() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getString(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getString(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getStringFunctions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getSuperTables(String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getSuppliedProperties() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
getSupportedJavaClasses() - Method in enum nl.topicus.jdbc.CloudSpannerDataType
 
getSystemFunctions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getTable(String) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
getTable(String) - Method in class nl.topicus.jdbc.MetaDataStore
 
getTableName(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
getTablePrivileges(String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getTableTypes() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getTime(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getTime(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getTime(int, Calendar) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getTime(String, Calendar) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getTimeDateFunctions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getTimestamp(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getTimestamp(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getTimestamp(int, Calendar) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getTimestamp(String, Calendar) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getTransaction() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
getTransactionIsolation() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
getType(Class<?>) - Static method in enum nl.topicus.jdbc.CloudSpannerDataType
 
getType(Type.Code) - Static method in enum nl.topicus.jdbc.CloudSpannerDataType
 
getTypeInfo() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getTypeMap() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
getTypeName() - Method in enum nl.topicus.jdbc.CloudSpannerDataType
 
getUDTs(String, String, String, int[]) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getUnicodeStream(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getUnicodeStream(String) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
getUpdateCount() - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
getUrl() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
getURL() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getUserName() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getVersionColumns(String, String, String) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
getWarnings() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
getWarnings() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 

H

hashCode() - Method in class nl.topicus.jdbc.CloudSpannerArray
 
hashCode() - Method in class nl.topicus.jdbc.MetaDataStore.TableKeyMetaData
 

I

insertsAreDetected(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
InsertWorker - Class in nl.topicus.jdbc.statement
 
InsertWorker(CloudSpannerConnection, Select, Insert, boolean, InsertWorker.Mode) - Constructor for class nl.topicus.jdbc.statement.InsertWorker
 
InsertWorker.Mode - Enum in nl.topicus.jdbc.statement
 
isAfterLast() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
isAllowExtendedMode() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
isAutoIncrement(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
isBeforeFirst() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
isCaseSensitive(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
isCatalogAtStart() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
isClosed() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
isClosed() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
isCurrency(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
isDDLStatement(String) - Method in class nl.topicus.jdbc.statement.CloudSpannerStatement
Do a quick check if this SQL statement is a DDL statement
isDefinitelyWritable(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
isExtendedMode(long) - Method in class nl.topicus.jdbc.statement.AbstractTablePartWorker
 
isNullable(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
isNullable(int) - Method in class nl.topicus.jdbc.statement.CloudSpannerParameterMetaData
 
isReadOnly() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
isReadOnly() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
isReadOnly(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
isRunning() - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
isSearchable(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
isSigned(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
isSigned(int) - Method in class nl.topicus.jdbc.statement.CloudSpannerParameterMetaData
 
isValid(int) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
isValid() - Method in class nl.topicus.jdbc.statement.SingleRowWhereClauseValidator
 
isWrapperFor(Class<?>) - Method in class nl.topicus.jdbc.metadata.AbstractCloudSpannerWrapper
 
isWritable(int) - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 

J

jdbcCompliant() - Method in class nl.topicus.jdbc.CloudSpannerDriver
 

L

lastResultSet - Variable in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
lastUpdateCount - Variable in class nl.topicus.jdbc.statement.CloudSpannerStatement
 
locatorsUpdateCopy() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 

M

MetaDataStore - Class in nl.topicus.jdbc
Class for storing meta data needed for translating SQL statements into Cloud Spanner mutations, such as key columns and their ordinal positions
MetaDataStore.TableKeyMetaData - Class in nl.topicus.jdbc
Class for storing the primary key columns of a table in the correct order.

N

nativeSQL(String) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
next() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
nl.topicus.jdbc - package nl.topicus.jdbc
 
nl.topicus.jdbc.metadata - package nl.topicus.jdbc.metadata
 
nl.topicus.jdbc.resultset - package nl.topicus.jdbc.resultset
 
nl.topicus.jdbc.statement - package nl.topicus.jdbc.statement
 
nl.topicus.jdbc.transaction - package nl.topicus.jdbc.transaction
 
nl.topicus.jdbc.util - package nl.topicus.jdbc.util
 
nullPlusNonNullIsNull() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
nullsAreSortedHigh() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
nullsAreSortedLow() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 

O

othersDeletesAreVisible(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
ownDeletesAreVisible(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 

P

ParameterStore - Class in nl.topicus.jdbc.statement
 
ParameterStore() - Constructor for class nl.topicus.jdbc.statement.ParameterStore
 
prepareCall(String, int, int) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
prepareCall(String, int, int, int) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
prepareCall(String) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
prepareStatement(String) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
prepareStatement(String, int, int) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
prepareStatement(String, int, int, int) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
prepareStatement(String, int) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
prepareStatement(String, int[]) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
prepareStatement(String, String[]) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 

Q

quoteIdentifier(String) - Static method in class nl.topicus.jdbc.CloudSpannerDriver
 

R

read(String, KeySet, Iterable<String>, Options.ReadOption...) - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
readRow(String, Key, Iterable<String>) - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
readRowUsingIndex(String, String, Key, Iterable<String>) - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
readUsingIndex(String, String, KeySet, Iterable<String>, Options.ReadOption...) - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
releaseSavepoint(Savepoint) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
rollback(Savepoint) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
rollback() - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
rollback() - Method in class nl.topicus.jdbc.transaction.CloudSpannerTransaction
 
run() - Method in class nl.topicus.jdbc.statement.AbstractTablePartWorker
 
run() - Method in class nl.topicus.jdbc.statement.DeleteWorker
 
run() - Method in class nl.topicus.jdbc.statement.InsertWorker
 

S

select - Variable in class nl.topicus.jdbc.statement.AbstractTablePartWorker
 
set(String) - Method in class nl.topicus.jdbc.statement.DeleteKeyBuilder
 
set(String) - Method in class nl.topicus.jdbc.statement.SingleRowWhereClauseValidator
 
setArray(int, Array) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setAutoCommit(boolean) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
setBigDecimal(int, BigDecimal) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setBlob(int, Blob) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setBlob(int, InputStream, long) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setBlob(int, InputStream) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setBoolean(int, boolean) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setByte(int, byte) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setBytes(int, byte[]) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setCatalog(String) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
setCharacterStream(int, Reader, int) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setCharacterStream(int, Reader) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setClientInfo(String, String) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
setClientInfo(Properties) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
setClob(int, Clob) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setClob(int, Reader, long) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setClob(int, Reader) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setDate(int, Date) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setDate(int, Date, Calendar) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setDouble(int, double) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setFetchDirection(int) - Method in class nl.topicus.jdbc.AbstractCloudSpannerFetcher
 
setFetchSize(int) - Method in class nl.topicus.jdbc.AbstractCloudSpannerFetcher
 
setFloat(int, float) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setHoldability(int) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
setInt(int, int) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setLong(int, long) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setNCharacterStream(int, Reader) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setNClob(int, NClob) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setNClob(int, Reader, long) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setNClob(int, Reader) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setNetworkTimeout(Executor, int) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
setNString(int, String) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setNull(int, int) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setNull(int, int, String) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setObject(int, Object, int) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setObject(int, Object) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setObject(int, Object, int, int) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setReadOnly(boolean) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
setRef(int, Ref) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setRowId(int, RowId) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setSavepoint() - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
setSavepoint(String) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
setSchema(String) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
setShort(int, short) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setSimulateProductName(String) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
setSQLXML(int, SQLXML) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setString(int, String) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setTime(int, Time) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setTime(int, Time, Calendar) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setTransactionIsolation(int) - Method in class nl.topicus.jdbc.CloudSpannerConnection
 
setTypeMap(Map<String, Class<?>>) - Method in class nl.topicus.jdbc.AbstractCloudSpannerConnection
 
setUnicodeStream(int, InputStream, int) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
setURL(int, URL) - Method in class nl.topicus.jdbc.statement.AbstractCloudSpannerPreparedStatement
 
SingleRowWhereClauseValidator - Class in nl.topicus.jdbc.statement
 
SingleRowWhereClauseValidator(MetaDataStore.TableKeyMetaData) - Constructor for class nl.topicus.jdbc.statement.SingleRowWhereClauseValidator
 
storesLowerCaseIdentifiers() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsAlterTableWithAddColumn() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsBatchUpdates() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsColumnAliasing() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsConvert() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsConvert(int, int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsFullOuterJoins() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsGroupBy() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsMultipleResultSets() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsMultipleTransactions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsNamedParameters() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsNonNullableColumns() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsOuterJoins() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsPositionedDelete() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsPositionedUpdate() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsResultSetType(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsSavepoints() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsSelectForUpdate() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsStatementPooling() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsStoredProcedures() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsTransactions() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsUnion() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
supportsUnionAll() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 

T

to(Object) - Method in class nl.topicus.jdbc.statement.DeleteKeyBuilder
 
to(Object) - Method in class nl.topicus.jdbc.statement.SingleRowWhereClauseValidator
 
toCloudSpannerBytes(byte[][]) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toCloudSpannerDate(Date) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toCloudSpannerDates(Date[]) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toCloudSpannerTimestamp(Timestamp) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toCloudSpannerTimestamps(Timestamp[]) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toJavaByteArrays(List<ByteArray>) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toJavaDates(List<Date>) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toJavaTimestamps(List<Timestamp>) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toSqlDate(Date) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toSqlDate(Date, Calendar) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toSqlTime(Timestamp) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toSqlTime(Timestamp, Calendar) - Static method in class nl.topicus.jdbc.util.CloudSpannerConversionUtil
 
toString() - Method in class nl.topicus.jdbc.CloudSpannerArray
 
toString() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSetMetaData
 
toString() - Method in class nl.topicus.jdbc.statement.CloudSpannerParameterMetaData
 
toString() - Method in class nl.topicus.jdbc.statement.ConversionResult
 

U

unquoteIdentifier(String) - Static method in class nl.topicus.jdbc.CloudSpannerDriver
 
unwrap(Class<T>) - Method in class nl.topicus.jdbc.metadata.AbstractCloudSpannerWrapper
 
updatesAreDetected(int) - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
usesLocalFilePerTable() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 
usesLocalFiles() - Method in class nl.topicus.jdbc.CloudSpannerDatabaseMetaData
 

V

valueOf(String) - Static method in enum nl.topicus.jdbc.CloudSpannerDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.topicus.jdbc.statement.InsertWorker.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum nl.topicus.jdbc.CloudSpannerDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.topicus.jdbc.statement.InsertWorker.Mode
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasNull() - Method in class nl.topicus.jdbc.resultset.CloudSpannerResultSet
 
WHERE_1_EQUALS_1 - Static variable in class nl.topicus.jdbc.CloudSpannerDatabaseMetaDataConstants
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.