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

A

AbstractCodec<JavaTypeT> - Class in com.ing.data.cassandra.jdbc.codec
Provides a minimal implementation for the methods TypeCodec.parse(String) and TypeCodec.format(Object).
AbstractCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.AbstractCodec
 
AbstractJdbcCollection<T> - Class in com.ing.data.cassandra.jdbc.types
Abstract class providing description about the JDBC equivalent of any CQL type representing a collection.
AbstractJdbcCollection() - Constructor for class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
AbstractJdbcType<T> - Class in com.ing.data.cassandra.jdbc.types
Abstract class providing description about the JDBC equivalent of a CQL type.
AbstractJdbcType() - Constructor for class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
 
AbstractJdbcUUID - Class in com.ing.data.cassandra.jdbc.types
Abstract class providing description about the JDBC equivalent of any CQL type based on the Java type UUID.
AbstractJdbcUUID() - Constructor for class com.ing.data.cassandra.jdbc.types.AbstractJdbcUUID
 
AbstractMetadataResultSetBuilder - Class in com.ing.data.cassandra.jdbc.metadata
Abstract class to implement for each utility class building database metadata result sets (CassandraMetadataResultSet objects).
AbstractMetadataResultSetBuilder(CassandraStatement) - Constructor for class com.ing.data.cassandra.jdbc.metadata.AbstractMetadataResultSetBuilder
Abstract constructor.
AbstractOptionSet - Class in com.ing.data.cassandra.jdbc.optionset
Abstract option set to set common parameter used by option sets.
AbstractOptionSet() - Constructor for class com.ing.data.cassandra.jdbc.optionset.AbstractOptionSet
 
acceptsURL(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDriver
 
addBatch() - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
addBatch(String) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
addConnectionEventListener(ConnectionEventListener) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraConnection
 
addEntry(String, Object, DataType) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Add a metadata to this MetadataRow instance.
addStatementEventListener(StatementEventListener) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraConnection
 
afterLast() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
afterLast() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
allProceduresAreCallable() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
allTablesAreSelectable() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
ALWAYS_AUTOCOMMIT - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown because the called method requires a non-committed transaction (but transactions are not currently implemented in Cassandra, so we consider we are always in auto-commit mode).
ARRAY_WAS_FREED - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when trying to access to an Array object previously freed.
ArrayImpl - Class in com.ing.data.cassandra.jdbc.utils
Implementation of Array interface.
ArrayImpl(List<?>) - Constructor for class com.ing.data.cassandra.jdbc.utils.ArrayImpl
Constructor.
asJavaClass() - Method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
Returns the Java Class corresponding to this CQL type name.
asList() - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns a list containing all the definitions of these metadata ordered by index.
asLowercaseCql() - Method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
Returns the CQL type name to lower case.
autoCommitFailureClosesAllResultSets() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 

B

BAD_AUTO_GEN - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the expected key auto-generation parameter used in a Statement is invalid.
BAD_CONCURRENCY_RS - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the expected result set concurrency for a Statement is invalid.
BAD_FETCH_DIR - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the expected fetching direction for a Statement or a ResultSet is invalid.
BAD_FETCH_SIZE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the specified fetch size for a Statement or a ResultSet is negative.
BAD_HOLD_RS - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the expected result set holdability for a Statement is invalid.
BAD_KEEP_RS - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the parameter passed to the method Statement.getMoreResults(int) is invalid.
BAD_KEYSPACE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the specified keyspace name is invalid.
BAD_TIMEOUT - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown because the provided timeout is invalid (less than 0).
BAD_TYPE_RS - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the expected type of result set for a Statement is invalid.
BasicVersionedMetadata - Class in com.ing.data.cassandra.jdbc.metadata
A basic implementation of a versioned database metadata.
BasicVersionedMetadata(String, String, String) - Constructor for class com.ing.data.cassandra.jdbc.metadata.BasicVersionedMetadata
Constructs a database metadata valid in the specified range of Cassandra versions.
BasicVersionedMetadata(String, String) - Constructor for class com.ing.data.cassandra.jdbc.metadata.BasicVersionedMetadata
Constructs a database metadata valid from the specified version of Cassandra.
BasicVersionedMetadata(String) - Constructor for class com.ing.data.cassandra.jdbc.metadata.BasicVersionedMetadata
Constructs a database metadata valid in any version of Cassandra.
BATCH_STATEMENT_FAILURE_MSG - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Template used to report a statement failure or attempting to return a result set in the method Statement.executeBatch().
BATCH_UPDATE_FAILED - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any batch update exception thrown when at least one statement fails or attempts to return a result set in the method Statement.executeBatch().
batchQueries - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The list of CQL queries contained into a single batch.
beforeFirst() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
beforeFirst() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
BigintToBigDecimalCodec - Class in com.ing.data.cassandra.jdbc.codec
Manages the two-way conversion between the CQL type DataTypes.BIGINT and the Java type BigDecimal.
BigintToBigDecimalCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.BigintToBigDecimalCodec
Constructor for BigintToBigDecimalCodec.
buildAttributes(String, String, String) - Method in class com.ing.data.cassandra.jdbc.metadata.TypeMetadataResultSetBuilder
Builds a valid result set of the description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema.
buildBestRowIdentifier(String, String, int) - Method in class com.ing.data.cassandra.jdbc.metadata.TableMetadataResultSetBuilder
Builds a valid result set of the description of a table's optimal set of columns that uniquely identifies a row.
buildCatalogs() - Method in class com.ing.data.cassandra.jdbc.metadata.CatalogMetadataResultSetBuilder
Builds a valid result set of the catalog names available in this Cassandra database.
buildColumns(String, String, String) - Method in class com.ing.data.cassandra.jdbc.metadata.ColumnMetadataResultSetBuilder
Builds a valid result set of the description of the table columns available in the given catalog (Cassandra cluster).
buildDefinitionInAnonymousTable(String, DataType) - Static method in class com.ing.data.cassandra.jdbc.ColumnDefinitions.Definition
Builds a column definition in an anonymous table (useful for metadata result sets built programmatically).
buildEmptyResultSet() - Static method in class com.ing.data.cassandra.jdbc.utils.SpecialCommandsUtil
Builds an empty result set.
buildFrom(CassandraStatement, MetadataResultSet) - Static method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
Builds a new instance of Cassandra metadata result set from a MetadataResultSet.
buildFunctionColumns(String, String, String) - Method in class com.ing.data.cassandra.jdbc.metadata.FunctionMetadataResultSetBuilder
Builds a valid result set of the given catalog's system or user function parameters and return type.
buildFunctions(String, String) - Method in class com.ing.data.cassandra.jdbc.metadata.FunctionMetadataResultSetBuilder
Builds a valid result set of the system and user functions available in the given catalog (Cassandra cluster).
buildIndexes(String, String, boolean, boolean) - Method in class com.ing.data.cassandra.jdbc.metadata.TableMetadataResultSetBuilder
Builds a valid result set of the description of the given table's indices and statistics.
buildMetadataList(List<VersionedMetadata>, String) - Static method in class com.ing.data.cassandra.jdbc.utils.DriverUtil
Builds an alphabetically sorted and comma-separated list of metadata (such as built-in functions or CQL keywords) existing in the specified Cassandra version.
buildNumericFunctionsList() - Method in class com.ing.data.cassandra.jdbc.metadata.BuiltInFunctionsMetadataBuilder
Builds the comma-separated list of the math functions available in this Cassandra database.
buildPrimaryKeys(String, String) - Method in class com.ing.data.cassandra.jdbc.metadata.TableMetadataResultSetBuilder
Builds a valid result set of the description of the given table's primary key columns.
buildPropertyInfo(String, Object) - Static method in class com.ing.data.cassandra.jdbc.utils.DriverUtil
Builds an instance of DriverPropertyInfo for the given driver property and value.
buildSchemas(String) - Method in class com.ing.data.cassandra.jdbc.metadata.SchemaMetadataResultSetBuilder
Builds a valid result set of the schema names available in this Cassandra database.
buildSpecialCommandResultSet(ColumnDefinitions.Definition[], List<List<ByteBuffer>>) - Static method in class com.ing.data.cassandra.jdbc.utils.SpecialCommandsUtil
Builds a result set returned by a special command.
buildStringFunctionsList() - Method in class com.ing.data.cassandra.jdbc.metadata.BuiltInFunctionsMetadataBuilder
Builds the comma-separated list of the string functions available in this Cassandra database.
buildSystemFunctionsList() - Method in class com.ing.data.cassandra.jdbc.metadata.BuiltInFunctionsMetadataBuilder
Builds the comma-separated list of the system functions available in this Cassandra database.
buildTables(String, String) - Method in class com.ing.data.cassandra.jdbc.metadata.TableMetadataResultSetBuilder
Builds a valid result set of the description of the tables available in the given catalog (Cassandra cluster).
buildTableTypes() - Method in class com.ing.data.cassandra.jdbc.metadata.TableMetadataResultSetBuilder
Builds a valid result set of the table types available in Cassandra database.
buildTimeDateFunctionsList() - Method in class com.ing.data.cassandra.jdbc.metadata.BuiltInFunctionsMetadataBuilder
Builds the comma-separated list of the time and date functions available in this Cassandra database.
buildTypes(String) - Method in class com.ing.data.cassandra.jdbc.metadata.TypeMetadataResultSetBuilder
Builds a valid result set of all the data types supported by this database.
buildUDTs(String, String, int[]) - Method in class com.ing.data.cassandra.jdbc.metadata.TypeMetadataResultSetBuilder
Builds a valid result set of the description of the user-defined types (UDTs) defined in a particular schema.
BuiltInFunctionsMetadataBuilder - Class in com.ing.data.cassandra.jdbc.metadata
Utility class building list of Cassandra built-in functions returned in CassandraDatabaseMetaData.
BuiltInFunctionsMetadataBuilder(String) - Constructor for class com.ing.data.cassandra.jdbc.metadata.BuiltInFunctionsMetadataBuilder
Constructor.
ByteBufferUtil - Class in com.ing.data.cassandra.jdbc.utils
Utility methods for ByteBuffer manipulation.
bytes(String) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Encodes a String in a ByteBuffer using UTF-8.
bytes(byte) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Encodes a byte in a ByteBuffer.
bytes(short) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Encodes a short in a ByteBuffer.
bytes(int) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Encodes an int in a ByteBuffer.
bytes(long) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Encodes a long in a ByteBuffer.
bytes(float) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Encodes a float in a ByteBuffer.
bytes(double) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Encodes a double in a ByteBuffer.

C

CASSANDRA_4 - Static variable in class com.ing.data.cassandra.jdbc.utils.DriverUtil
Cassandra version 4.0.
CASSANDRA_5 - Static variable in class com.ing.data.cassandra.jdbc.utils.DriverUtil
Cassandra version 5.0.
CassandraBlobDeserializer - Class in com.ing.data.cassandra.jdbc.json
Deserializer for ByteBuffers in the context of a JSON returned by a CQL query.
CassandraBlobDeserializer() - Constructor for class com.ing.data.cassandra.jdbc.json.CassandraBlobDeserializer
 
CassandraBlobSerializer - Class in com.ing.data.cassandra.jdbc.json
Serializer for ByteBuffers in the context of a JSON returned by a CQL query.
CassandraBlobSerializer() - Constructor for class com.ing.data.cassandra.jdbc.json.CassandraBlobSerializer
 
CassandraConnection - Class in com.ing.data.cassandra.jdbc
Cassandra connection: implementation class for Connection to create a JDBC connection to a Cassandra cluster.
CassandraConnection(Session, String, ConsistencyLevel, boolean, OptionSet, String) - Constructor for class com.ing.data.cassandra.jdbc.CassandraConnection
Instantiates a new JDBC connection to a Cassandra cluster using preexisting session.
CassandraDatabaseMetaData - Class in com.ing.data.cassandra.jdbc
Cassandra database metadata: implementation class for DatabaseMetaData.
CassandraDatabaseMetaData(CassandraConnection) - Constructor for class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Constructor.
CassandraDataSource - Class in com.ing.data.cassandra.jdbc
Cassandra data source: implementation class for DataSource and ConnectionPoolDataSource.
CassandraDataSource(List<ContactPoint>, String, String, String, String) - Constructor for class com.ing.data.cassandra.jdbc.CassandraDataSource
Constructor.
CassandraDataSource(List<ContactPoint>, String, String, String, String, String) - Constructor for class com.ing.data.cassandra.jdbc.CassandraDataSource
Constructor specifying a local datacenter (required to use DefaultLoadBalancingPolicy).
CassandraDateDeserializer - Class in com.ing.data.cassandra.jdbc.json
Deserializer for LocalDates in the context of a JSON returned by a CQL query.
CassandraDateDeserializer() - Constructor for class com.ing.data.cassandra.jdbc.json.CassandraDateDeserializer
Constructor.
CassandraDateTimeDeserializer - Class in com.ing.data.cassandra.jdbc.json
Deserializer for OffsetDateTimes in the context of a JSON returned by a CQL query.
CassandraDateTimeDeserializer() - Constructor for class com.ing.data.cassandra.jdbc.json.CassandraDateTimeDeserializer
 
CassandraDriver - Class in com.ing.data.cassandra.jdbc
The Cassandra driver implementation.
CassandraDriver() - Constructor for class com.ing.data.cassandra.jdbc.CassandraDriver
 
CassandraMetadataResultSet - Class in com.ing.data.cassandra.jdbc
Cassandra metadata result set.
CassandraParameterMetaData - Class in com.ing.data.cassandra.jdbc
Cassandra parameter metadata: implementation class for ParameterMetaData.
CassandraParameterMetaData(BoundStatement, int) - Constructor for class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
Constructor.
CassandraPreparedStatement - Class in com.ing.data.cassandra.jdbc
Cassandra prepared statement: implementation class for PreparedStatement.
CassandraResultSet - Class in com.ing.data.cassandra.jdbc
Cassandra result set: implementation class for ResultSet.
CassandraResultSetExtras - Interface in com.ing.data.cassandra.jdbc
Extension of ResultSet interface providing additional methods specific to Cassandra result sets.
CassandraResultSetJsonSupport - Interface in com.ing.data.cassandra.jdbc
Extension of ResultSet interface providing additional methods specific to Cassandra result sets for JSON-formatted results provided by Cassandra features SELECT JSON and toJson().
CassandraStatement - Class in com.ing.data.cassandra.jdbc
Cassandra statement: implementation class for Statement.
CassandraStatementExtras - Interface in com.ing.data.cassandra.jdbc
Extension of Statement interface providing additional methods specific to Cassandra statements.
CassandraStatementJsonSupport - Interface in com.ing.data.cassandra.jdbc
Extension of PreparedStatement interface providing additional methods specific to Cassandra statements using JSON features {@code INSERT INTO ...
CassandraTimeDeserializer - Class in com.ing.data.cassandra.jdbc.json
Deserializer for LocalTimes in the context of a JSON returned by a CQL query.
CassandraTimeDeserializer() - Constructor for class com.ing.data.cassandra.jdbc.json.CassandraTimeDeserializer
Constructor.
CatalogMetadataResultSetBuilder - Class in com.ing.data.cassandra.jdbc.metadata
Utility class building metadata result sets (CassandraMetadataResultSet objects) related to catalogs.
CatalogMetadataResultSetBuilder(CassandraStatement) - Constructor for class com.ing.data.cassandra.jdbc.metadata.CatalogMetadataResultSetBuilder
Constructor.
checkNotClosed() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
Checks that the statement is not closed.
clearBatch() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
clearParameters() - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
clearWarnings() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
clearWarnings() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
clearWarnings() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
clearWarnings() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
close() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
close() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
close() - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
close() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
close() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
close() - Method in class com.ing.data.cassandra.jdbc.PooledCassandraConnection
 
close() - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
Closes all the pooled connections.
ColumnDefinitions - Class in com.ing.data.cassandra.jdbc
Metadata describing the columns returned in a CassandraResultSet or a CassandraPreparedStatement.
ColumnDefinitions(ColumnDefinitions.Definition[]) - Constructor for class com.ing.data.cassandra.jdbc.ColumnDefinitions
Constructor.
ColumnDefinitions.Definition - Class in com.ing.data.cassandra.jdbc
A column definition.
ColumnMetadataResultSetBuilder - Class in com.ing.data.cassandra.jdbc.metadata
Utility class building metadata result sets (CassandraMetadataResultSet objects) related to columns.
ColumnMetadataResultSetBuilder(CassandraStatement) - Constructor for class com.ing.data.cassandra.jdbc.metadata.ColumnMetadataResultSetBuilder
Constructor.
com.ing.data.cassandra.jdbc - package com.ing.data.cassandra.jdbc
Implementation of JDBC API for Cassandra databases by wrapping the Java Driver for Apache Cassandra®.
com.ing.data.cassandra.jdbc.codec - package com.ing.data.cassandra.jdbc.codec
This package contains the codec classes to handle conversions between CQL types and Java types.
com.ing.data.cassandra.jdbc.json - package com.ing.data.cassandra.jdbc.json
This package contains the classes used to manage serialization and deserialization for JSON support.
com.ing.data.cassandra.jdbc.metadata - package com.ing.data.cassandra.jdbc.metadata
This package contains the classes to manage the database metadata result sets.
com.ing.data.cassandra.jdbc.optionset - package com.ing.data.cassandra.jdbc.optionset
This package contains the classes relative to the compliance modes used to adapt some behaviours of the wrapper to different needs (standard JDBC API, Liquibase, ...).
com.ing.data.cassandra.jdbc.types - package com.ing.data.cassandra.jdbc.types
This package contains the codec classes to handle JDBC types and the correspondence with the CQL types.
com.ing.data.cassandra.jdbc.utils - package com.ing.data.cassandra.jdbc.utils
This package contains utility classes used by the JDBC wrapper.
commit() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
compareTo(Object) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
complianceMode - Variable in class com.ing.data.cassandra.jdbc.CassandraDataSource
The compliance mode.
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
Transforms the given object to an instance of the Java type corresponding to this type.
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcByte
 
compose(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
Duplicates the given ByteBuffer.
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDouble
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDuration
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcFloat
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInt32
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInteger
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcLexicalUUID
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcList
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcMap
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcSet
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcShort
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTime
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimeUUID
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
compose(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUUID
Transforms the given ByteBuffer to an instance of UUID.
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUUID
 
compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcVector
 
connect(String, Properties) - Method in class com.ing.data.cassandra.jdbc.CassandraDriver
 
connection - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The Cassandra connection.
CONNECTION_CREATION_FAILED - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the creation of the connection to the database fails for any reason.
connectionClosed(ConnectionEvent) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
 
connectionErrorOccurred(ConnectionEvent) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
 
consistency - Variable in class com.ing.data.cassandra.jdbc.CassandraDataSource
The consistency level.
consistencyLevel - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The consistency level used for the statement.
ConsistencyLevelExecutor(String) - Constructor for class com.ing.data.cassandra.jdbc.SpecialCommands.ConsistencyLevelExecutor
Constructor.
ContactPoint - Class in com.ing.data.cassandra.jdbc.utils
The representation of contact point in a Cassandra cluster.
contactPoints - Variable in class com.ing.data.cassandra.jdbc.CassandraDataSource
The contact points of the data source.
contains(String) - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns whether these metadata contains a given name.
containsSpecialCommands(String) - Static method in class com.ing.data.cassandra.jdbc.utils.SpecialCommandsUtil
Checks whether the CQL statement contains at least one special command (supported by this JDBC driver) to execute.
ConversionsUtil - Class in com.ing.data.cassandra.jdbc.utils
A set of static utility methods for types conversions.
convertToByteArray(Object) - Static method in class com.ing.data.cassandra.jdbc.utils.ConversionsUtil
Converts an object of one these types to a byte array for storage in a column of type blob: byte[] ByteArrayInputStream Blob Clob NClob (this is handled as Clob since it's just a superinterface of this one)
convertToInstant(Object) - Static method in class com.ing.data.cassandra.jdbc.utils.ConversionsUtil
Converts an object of one these types to a Instant for storage in a column of type timestamp: LocalDateTime Timestamp Date Calendar OffsetDateTime
convertToLocalDate(Object) - Static method in class com.ing.data.cassandra.jdbc.utils.ConversionsUtil
Converts an object of one these types to a LocalDate for storage in a column of type date: LocalDate Date
convertToLocalTime(Object) - Static method in class com.ing.data.cassandra.jdbc.utils.ConversionsUtil
Converts an object of one these types to a LocalTime for storage in a column of type time: LocalTime Time
cql - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The CQL statement.
cqlName(DataType) - Static method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
Gets the CQL name from a given DataType instance.
cqlType - Variable in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
Gets the CQL type corresponding to the enum value.
createStatement() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
createStatement(int, int) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
createStatement(int, int, int) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
createSubName(Properties) - Static method in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Creates a "sub-name" portion of a JDBC URL from properties.
currentResultSet - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The current result set for this statement.

D

DATA_SOURCE_DESCRIPTION - Static variable in class com.ing.data.cassandra.jdbc.CassandraDataSource
The Cassandra data source description.
databaseName - Variable in class com.ing.data.cassandra.jdbc.CassandraDataSource
The database name.
dataDefinitionCausesTransactionCommit() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
DataTypeEnum - Enum in com.ing.data.cassandra.jdbc.types
Enumeration of CQL data types and the corresponding Java types.
dbMajorVersion - Static variable in class com.ing.data.cassandra.jdbc.CassandraConnection
Minimal Apache Cassandra major version supported by the Java Driver for Apache Cassandra®.
dbMinorVersion - Static variable in class com.ing.data.cassandra.jdbc.CassandraConnection
Minimal Apache Cassandra minor version supported by the Java Driver for Apache Cassandra®.
dbPatchVersion - Static variable in class com.ing.data.cassandra.jdbc.CassandraConnection
Minimal Apache Cassandra patch version supported by the Java Driver for Apache Cassandra®.
DecimalToDoubleCodec - Class in com.ing.data.cassandra.jdbc.codec
Manages the two-way conversion between the CQL type DataTypes.DECIMAL and the Java type Double.
DecimalToDoubleCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.DecimalToDoubleCodec
Constructor for DecimalToDoubleCodec.
decode(ByteBuffer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.BigintToBigDecimalCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.DecimalToDoubleCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.FloatToDoubleCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.IntToLongCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.LongToIntCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.SmallintToIntCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.TimestampToLongCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.TinyintToIntCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.VarintToIntCodec
 
decompose(T) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
decompose(T) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
Transforms the given instance of the Java type corresponding to this type to a generic object.
decompose(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
decompose(Boolean) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
decompose(Byte) - Method in class com.ing.data.cassandra.jdbc.types.JdbcByte
 
decompose(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
 
decompose(Date) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
decompose(BigDecimal) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
decompose(Double) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDouble
 
decompose(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDuration
 
decompose(Float) - Method in class com.ing.data.cassandra.jdbc.types.JdbcFloat
 
decompose(InetAddress) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
decompose(Integer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInt32
 
decompose(BigInteger) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInteger
 
decompose(UUID) - Method in class com.ing.data.cassandra.jdbc.types.JdbcLexicalUUID
 
decompose(List) - Method in class com.ing.data.cassandra.jdbc.types.JdbcList
 
decompose(Long) - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
decompose(Map) - Method in class com.ing.data.cassandra.jdbc.types.JdbcMap
 
decompose(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
decompose(Set) - Method in class com.ing.data.cassandra.jdbc.types.JdbcSet
 
decompose(Short) - Method in class com.ing.data.cassandra.jdbc.types.JdbcShort
 
decompose(Time) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTime
 
decompose(Timestamp) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
decompose(UUID) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimeUUID
 
decompose(TupleValue) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
decompose(UdtValue) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
decompose(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
decompose(UUID) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUUID
 
decompose(CqlVector) - Method in class com.ing.data.cassandra.jdbc.types.JdbcVector
 
Default - Class in com.ing.data.cassandra.jdbc.optionset
Default option set implementing the methods of OptionSet accordingly to the JDBC API standard.
Default() - Constructor for class com.ing.data.cassandra.jdbc.optionset.Default
 
DEFAULT_CONCURRENCY - Static variable in class com.ing.data.cassandra.jdbc.CassandraResultSet
Default result set concurrency for Cassandra implementation: ResultSet.CONCUR_READ_ONLY.
DEFAULT_FETCH_SIZE - Static variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The default fetch size.
DEFAULT_HOLDABILITY - Static variable in class com.ing.data.cassandra.jdbc.CassandraResultSet
Default result set holdability for Cassandra implementation: ResultSet.HOLD_CURSORS_OVER_COMMIT.
DEFAULT_PORT - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Default Cassandra cluster port.
DEFAULT_PRECISION - Static variable in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
The default precision value for JDBC types.
DEFAULT_SCALE - Static variable in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
The default scale value for JDBC types.
DEFAULT_TYPE - Static variable in class com.ing.data.cassandra.jdbc.CassandraResultSet
Default result set type for Cassandra implementation: ResultSet.TYPE_FORWARD_ONLY.
Definition(String, String, String, DataType) - Constructor for class com.ing.data.cassandra.jdbc.ColumnDefinitions.Definition
Constructor.
deletesAreDetected(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
deserialize(JsonParser, DeserializationContext) - Method in class com.ing.data.cassandra.jdbc.json.CassandraBlobDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.ing.data.cassandra.jdbc.json.CassandraDateTimeDeserializer
 
doesMaxRowSizeIncludeBlobs() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
DriverUtil - Class in com.ing.data.cassandra.jdbc.utils
A set of static utility methods and constants used by the JDBC driver.

E

EMPTY_RESULT_SET - Static variable in class com.ing.data.cassandra.jdbc.CassandraResultSet
An empty Cassandra result set.
encode(BigDecimal, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.BigintToBigDecimalCodec
 
encode(Double, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.DecimalToDoubleCodec
 
encode(Double, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.FloatToDoubleCodec
 
encode(Long, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.IntToLongCodec
 
encode(Integer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.LongToIntCodec
 
encode(Integer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.SmallintToIntCodec
 
encode(Long, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.TimestampToLongCodec
 
encode(Integer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.TinyintToIntCodec
 
encode(Integer, ProtocolVersion) - Method in class com.ing.data.cassandra.jdbc.codec.VarintToIntCodec
 
equals(Object) - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions.Definition
 
equals(Object) - Method in class com.ing.data.cassandra.jdbc.utils.ContactPoint
 
ErrorConstants - Class in com.ing.data.cassandra.jdbc.utils
Error messages strings shared across the JDBC wrapper classes.
escapeProcessing - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
Whether the escape processing is on or off.
execute() - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
execute(String) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
execute(String, int) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
execute(CassandraStatement, String) - Method in class com.ing.data.cassandra.jdbc.SpecialCommands.ConsistencyLevelExecutor
Executes the given CQL statement as a special command not handled by the Java driver.
execute(CassandraStatement, String) - Method in interface com.ing.data.cassandra.jdbc.SpecialCommands.SpecialCommandExecutor
Executes the given CQL statement as a special command not handled by the Java driver.
executeBatch() - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
executeBatch() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
executeMultipleQueriesByStatementAsync() - Method in class com.ing.data.cassandra.jdbc.optionset.Default
 
executeMultipleQueriesByStatementAsync() - Method in class com.ing.data.cassandra.jdbc.optionset.Liquibase
 
executeMultipleQueriesByStatementAsync() - Method in interface com.ing.data.cassandra.jdbc.optionset.OptionSet
Whether the statement execution methods must execute queries asynchronously when the statement contains several queries separated by semicolons.
executeQuery() - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
executeQuery(String) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
executeUpdate() - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
Executes the CQL statement in this PreparedStatement object, which must be a CQL Data Manipulation Language (DML) statement, such as INSERT, UPDATE or DELETE; or a CQL statement that returns nothing, such as a DDL statement.
executeUpdate(String) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
Executes the given CQL statement, which may be an INSERT, UPDATE, or DELETE statement or a CQL statement that returns nothing, such as a CQL DDL statement.
executeUpdate(String, int) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
existsInDatabaseVersion(String, VersionedMetadata) - Static method in class com.ing.data.cassandra.jdbc.utils.DriverUtil
Checks whether the database metadata (CQL type or built-in function) exists in the current database version.

F

FALLBACK_FETCH_SIZE - Static variable in class com.ing.data.cassandra.jdbc.CassandraConnection
The default fetch size when it's not configured neither in JDBC URL nor in a configuration file and the default fetch size (request page size) cannot be retrieved from the configuration profile.
fetchDirection - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The direction for fetching rows from database.
fetchSize - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The number of result set rows that is the default fetch size for ResultSet objects generated from this statement.
findColumn(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
findColumn(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
FloatToDoubleCodec - Class in com.ing.data.cassandra.jdbc.codec
Manages the two-way conversion between the CQL type DataTypes.FLOAT and the Java type Double.
FloatToDoubleCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.FloatToDoubleCodec
Constructor for FloatToDoubleCodec.
format(JavaTypeT) - Method in class com.ing.data.cassandra.jdbc.codec.AbstractCodec
Formats the given value as a valid CQL literal according to the CQL type handled by this codec.
FORWARD_ONLY - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown because the ResultSet type is set to ResultSet.TYPE_FORWARD_ONLY (but cursors are currently not implemented in Cassandra).
free() - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
 
fromCqlTypeName(String) - Static method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
Gets an enumeration item from a CQL type name.
fromDataType(DataType) - Static method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
Gets an enumeration item from a CQL data type.
FunctionMetadataResultSetBuilder - Class in com.ing.data.cassandra.jdbc.metadata
Utility class building metadata result sets (CassandraMetadataResultSet objects) related to functions.
FunctionMetadataResultSetBuilder(CassandraStatement) - Constructor for class com.ing.data.cassandra.jdbc.metadata.FunctionMetadataResultSetBuilder
Constructor.

G

generatedKeyAlwaysReturned() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getActiveExecutionProfile() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Gets the active execution profile.
getArray(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getArray(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getArray() - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
 
getArray(Map<String, Class<?>>) - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
 
getArray(long, int) - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
 
getArray(long, int, Map<String, Class<?>>) - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
 
getArray(ByteBuffer) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Gets a byte array representation of a ByteBuffer.
getAsciiStream(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getAsciiStream(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getAttributes(String, String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getAutoCommit() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
getBaseType() - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
 
getBaseTypeName() - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getBigDecimal(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBigDecimal(int, int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
getBigDecimal(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBigDecimal(String, int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
getBigDecimal(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getBigDecimal(int, int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
getBigDecimal(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getBigDecimal(String, int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
getBigInteger(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBigInteger(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBigInteger(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getBigInteger(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getBigInteger(int) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a BigInteger.
getBigInteger(String) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a BigInteger.
getBinaryStream(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBinaryStream(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBinaryStream(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getBinaryStream(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getBlob(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBlob(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBlob(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getBlob(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getBool(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as boolean.
getBool(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as boolean.
getBoolean(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBoolean(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBoolean(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getBoolean(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getByte(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getByte(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getByte(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getByte(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getByte(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as byte.
getByte(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as byte.
getBytes(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBytes(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getBytes(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getBytes(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getBytes(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as ByteBuffer.
getBytes(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as ByteBuffer.
getCassandraConnection() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
Retrieves the CassandraConnection object that produced this Statement object.
getCatalog() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
getCatalog() - Method in class com.ing.data.cassandra.jdbc.optionset.Default
 
getCatalog() - Method in class com.ing.data.cassandra.jdbc.optionset.Liquibase
 
getCatalog() - Method in interface com.ing.data.cassandra.jdbc.optionset.OptionSet
There is no catalog concept in Cassandra.
getCatalogs() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getCatalogSeparator() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getCatalogTerm() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getCharacterStream(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getCharacterStream(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getClientInfo() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
getClientInfo(String) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
getClientInfoProperties() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
getClob(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getClob(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getClusterMetadata() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Gets the metadata of the Cassandra cluster used by this connection.
getColumnDefinitions() - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataResultSet
Gets the columns of the metadata result set.
getColumnDefinitions() - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Gets the column definitions for the metadata row.
getColumnDefinitions() - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow.MetadataRowTemplate
Gets the definitions of the columns in the row template.
getColumnPrivileges(String, String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getCommandExecutor(String) - Static method in class com.ing.data.cassandra.jdbc.utils.SpecialCommandsUtil
Gets the appropriate executor for special command.
getConcurrency() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getConcurrency() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getConnection() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getConnection() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
 
getConnection(String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
 
getConnection() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getConnection() - Method in class com.ing.data.cassandra.jdbc.optionset.AbstractOptionSet
 
getConnection() - Method in interface com.ing.data.cassandra.jdbc.optionset.OptionSet
Get referenced connection.
getConnection() - Method in class com.ing.data.cassandra.jdbc.PooledCassandraConnection
 
getConnection() - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
 
getConnection(String, String) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
 
getConnectionProperties() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Gets a Properties object listing the properties of this connection.
getConsistency() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Gets the consistency level.
getConsistencyLevel() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Gets the consistency level currently applied to this connection.
getConsistencyLevel() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getConsistencyLevel() - Method in interface com.ing.data.cassandra.jdbc.CassandraStatementExtras
Gets the consistency level for the statement.
getContactPoints() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Gets the contact points of the data source.
getCqlType() - Method in class com.ing.data.cassandra.jdbc.codec.BigintToBigDecimalCodec
 
getCqlType() - Method in class com.ing.data.cassandra.jdbc.codec.DecimalToDoubleCodec
 
getCqlType() - Method in class com.ing.data.cassandra.jdbc.codec.FloatToDoubleCodec
 
getCqlType() - Method in class com.ing.data.cassandra.jdbc.codec.IntToLongCodec
 
getCqlType() - Method in class com.ing.data.cassandra.jdbc.codec.LongToIntCodec
 
getCqlType() - Method in class com.ing.data.cassandra.jdbc.codec.SmallintToIntCodec
 
getCqlType() - Method in class com.ing.data.cassandra.jdbc.codec.TimestampToLongCodec
 
getCqlType() - Method in class com.ing.data.cassandra.jdbc.codec.TinyintToIntCodec
 
getCqlType() - Method in class com.ing.data.cassandra.jdbc.codec.VarintToIntCodec
 
getCrossReference(String, String, String, String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
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).
getDatabaseMajorVersion() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getDatabaseName() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Gets the database name.
getDatabaseProductName() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getDatabaseProductVersion() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves the version number of this database product.
getDate(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getDate(int, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getDate(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getDate(String, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getDate(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getDate(int, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getDate(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getDate(String, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getDate(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as Date.
getDate(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as Date.
getDecimal(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as BigDecimal.
getDecimal(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as BigDecimal.
getDefaultFetchSize() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Gets the default fetch size applied to this connection.
getDefaultTransactionIsolation() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getDescription() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Gets the data source description.
getDouble(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getDouble(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getDouble(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getDouble(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getDouble(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as double.
getDouble(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as double.
getDriverMajorVersion() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getDriverMinorVersion() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getDriverName() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getDriverProperty(String) - Static method in class com.ing.data.cassandra.jdbc.utils.DriverUtil
Gets a property value from the Cassandra JDBC driver properties file.
getDriverVersion() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getDuration(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getDuration(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getDuration(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getDuration(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getDuration(int) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a CqlDuration.
getDuration(String) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a CqlDuration.
getDuration(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as CqlDuration.
getDuration(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as CqlDuration.
getExportedKeys(String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
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.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getFetchDirection() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getFetchDirection() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getFetchDirection() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getFetchSize() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getFetchSize() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getFetchSize() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getFloat(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getFloat(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getFloat(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getFloat(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getFloat(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as float.
getFloat(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as float.
getFunctionColumns(String, String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getFunctions(String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getHoldability() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
getHoldability() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getHoldability() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getHost() - Method in class com.ing.data.cassandra.jdbc.utils.ContactPoint
Gets the hostname of the contact point.
getIdentifierQuoteString() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getImportedKeys(String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
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.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getIndexOf(String) - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns the first index in these metadata of the provided column name, if present.
getInet(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as InetAddress.
getInet(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as InetAddress.
getInt(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getInt(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getInt(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getInt(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getInt(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as int.
getInt(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as int.
getJavaType() - Method in class com.ing.data.cassandra.jdbc.codec.BigintToBigDecimalCodec
 
getJavaType() - Method in class com.ing.data.cassandra.jdbc.codec.DecimalToDoubleCodec
 
getJavaType() - Method in class com.ing.data.cassandra.jdbc.codec.FloatToDoubleCodec
 
getJavaType() - Method in class com.ing.data.cassandra.jdbc.codec.IntToLongCodec
 
getJavaType() - Method in class com.ing.data.cassandra.jdbc.codec.LongToIntCodec
 
getJavaType() - Method in class com.ing.data.cassandra.jdbc.codec.SmallintToIntCodec
 
getJavaType() - Method in class com.ing.data.cassandra.jdbc.codec.TimestampToLongCodec
 
getJavaType() - Method in class com.ing.data.cassandra.jdbc.codec.TinyintToIntCodec
 
getJavaType() - Method in class com.ing.data.cassandra.jdbc.codec.VarintToIntCodec
 
getJDBCMajorVersion() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getJDBCMinorVersion() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
Gets the JDBC type constant.
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcUUID
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcByte
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDouble
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcFloat
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInt32
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInteger
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcShort
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTime
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
getJdbcType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
getKeyspace() - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions.Definition
Gets the name of the keyspace this column is part of.
getKeyspace(int) - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns the keyspace of the ith column in these metadata.
getKeyspace(String) - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns the keyspace of the first occurrence of the column name in these metadata.
getList(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getList(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getList(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getList(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getList(int) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a List.
getList(String) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a List.
getList(int, Class<T>) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as List.
getList(String, Class<T>) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as List.
getLocalDataCenter() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Gets the local datacenter.
getLocalDate(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a LocalDate.
getLoginTimeout() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
 
getLoginTimeout() - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
 
getLogWriter() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
 
getLogWriter() - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
 
getLong(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getLong(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getLong(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getLong(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getLong(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as long.
getLong(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as long.
getMajorVersion() - Method in class com.ing.data.cassandra.jdbc.CassandraDriver
 
getMap(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getMap(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getMap(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getMap(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getMap(int) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a Map.
getMap(String) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a Map.
getMap(int, Class<K>, Class<V>) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as Map.
getMap(String, Class<K>, Class<V>) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as Map.
getMaxBinaryLiteralLength() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxColumnNameLength() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxColumnsInTable() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxConnections() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxCursorNameLength() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxFieldSize() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getMaxIndexLength() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxRows() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getMaxRowSize() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxStatementLength() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxStatements() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxTableNameLength() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxTablesInSelect() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMaxUserNameLength() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getMetaData() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
getMetaData() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getMetaData() - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
getMetaData() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getMinorVersion() - Method in class com.ing.data.cassandra.jdbc.CassandraDriver
 
getMoreResults() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getMoreResults(int) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getName() - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions.Definition
Gets the name of the column.
getName(int) - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns the name of the ith column in these metadata.
getName() - Method in class com.ing.data.cassandra.jdbc.metadata.BasicVersionedMetadata
 
getName() - Method in interface com.ing.data.cassandra.jdbc.metadata.VersionedMetadata
Gets the metadata name (for example a CQL keyword, or a built-in function name).
getName() - Method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
 
getNClob(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getNClob(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getNumericFunctions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getObject(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getObject(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getObject(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getObject(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getObject(String, Class<T>) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getObject(int, Class<T>) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getObjectFromJson(int, Class<T>) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getObjectFromJson(String, Class<T>) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getObjectFromJson(Class<T>) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getObjectFromJson(int, Class<T>) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetJsonSupport
Retrieves the value of the designated column in the current row of this ResultSet object as an instance of type T from a JSON string.
getObjectFromJson(String, Class<T>) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetJsonSupport
Retrieves the value of the designated column in the current row of this ResultSet object as an instance of type T from a JSON string.
getObjectFromJson(Class<T>) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetJsonSupport
Retrieves the value of the column labelled "[json]", containing a JSON string, in the current row of this ResultSet object as an instance of type T.
getObjectMapper() - Static method in class com.ing.data.cassandra.jdbc.utils.JsonUtil
Gets a pre-configured ObjectMapper for JSON support.
getOptionSet() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Gets the compliance mode option set used for the connection.
getParameterClassName(int) - Method in class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
 
getParameterCount() - Method in class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
 
getParameterMetaData() - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
getParameterMode(int) - Method in class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
Retrieves the designated parameter's mode.
getParameterType(int) - Method in class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
 
getParameterTypeName(int) - Method in class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
 
getParentLogger() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
 
getParentLogger() - Method in class com.ing.data.cassandra.jdbc.CassandraDriver
 
getParentLogger() - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
 
getPassword() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Gets the password used to connect to the data source.
getPooledConnection() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
 
getPooledConnection(String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
 
getPort() - Method in class com.ing.data.cassandra.jdbc.utils.ContactPoint
Gets the port of the contact point.
getPrecision(int) - Method in class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
 
getPrecision(T) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
getPrecision(T) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
Gets the precision of the given value (if applicable).
getPrecision(UUID) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcUUID
 
getPrecision(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
getPrecision(Boolean) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
getPrecision(Byte) - Method in class com.ing.data.cassandra.jdbc.types.JdbcByte
 
getPrecision(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
 
getPrecision(Date) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
getPrecision(BigDecimal) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
getPrecision(Double) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDouble
 
getPrecision(Float) - Method in class com.ing.data.cassandra.jdbc.types.JdbcFloat
 
getPrecision(InetAddress) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
getPrecision(Integer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInt32
 
getPrecision(BigInteger) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInteger
 
getPrecision(Long) - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
getPrecision(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
getPrecision(Short) - Method in class com.ing.data.cassandra.jdbc.types.JdbcShort
 
getPrecision(Time) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTime
 
getPrecision(Timestamp) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
getPrecision(TupleValue) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
getPrecision(UdtValue) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
getPrecision(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
getPrimaryKeys(String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves a description of the given catalog's stored procedure parameter and result columns.
getProcedures(String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves a description of the stored procedures available in the given catalog.
getProcedureTerm() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves the database vendor's preferred term for "procedure".
getPropertyInfo(String, Properties) - Method in class com.ing.data.cassandra.jdbc.CassandraDriver
 
getPseudoColumns(String, String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.
getQueryTimeout() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getResultSet() - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
getResultSet() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getResultSet() - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
 
getResultSet(Map<String, Class<?>>) - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
 
getResultSet(long, int) - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
 
getResultSet(long, int, Map<String, Class<?>>) - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
 
getResultSetConcurrency() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getResultSetHoldability() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getResultSetHoldability() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getResultSetType() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getRow() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getRow() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getRowId(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getRowId(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getRowId(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getRowId(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getRowIdLifetime() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getScale(int) - Method in class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
 
getScale(T) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
getScale(T) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
Gets the scale of the given value (if applicable).
getScale(UUID) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcUUID
 
getScale(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
getScale(Boolean) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
getScale(Byte) - Method in class com.ing.data.cassandra.jdbc.types.JdbcByte
 
getScale(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
 
getScale(Date) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
getScale(BigDecimal) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
getScale(Double) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDouble
 
getScale(Float) - Method in class com.ing.data.cassandra.jdbc.types.JdbcFloat
 
getScale(InetAddress) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
getScale(Integer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInt32
 
getScale(BigInteger) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInteger
 
getScale(Long) - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
getScale(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
getScale(Short) - Method in class com.ing.data.cassandra.jdbc.types.JdbcShort
 
getScale(Time) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTime
 
getScale(Timestamp) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
getScale(TupleValue) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
getScale(UdtValue) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
getScale(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
getSchema() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
getSchemas() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getSchemas(String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getSchemaTerm() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getSearchStringEscape() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getSession() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Gets the CQL session used to send requests to the Cassandra cluster.
getSet(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getSet(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getSet(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getSet(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getSet(int) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a Set.
getSet(String) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a Set.
getSet(int, Class<T>) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as Set.
getSet(String, Class<T>) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as Set.
getShort(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getShort(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getShort(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getShort(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getShort(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as short.
getShort(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as short.
getSQLKeywords() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves a comma-separated list of all the Cassandra CQL keywords that are NOT also SQL:2003 keywords.
getSQLStateType() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getSQLUpdateResponse() - Method in class com.ing.data.cassandra.jdbc.optionset.Default
 
getSQLUpdateResponse() - Method in class com.ing.data.cassandra.jdbc.optionset.Liquibase
 
getSQLUpdateResponse() - Method in interface com.ing.data.cassandra.jdbc.optionset.OptionSet
There is no updateCount available in Java Driver for Apache Cassandra®, different flavour requires different response.
getStatement() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getStatement() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getString(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getString(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getString(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getString(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getString(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as String.
getString(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as String.
getString(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
getString(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
getString(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
getString(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
getString(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
getString(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
getString(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
getString(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
getString(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
getString(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
getString(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUUID
 
getStringFunctions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getSuperTables(String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSystemFunctions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getTable() - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions.Definition
Gets the name of the table this column is part of.
getTable(int) - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns the table name of the ith column in these metadata.
getTable(String) - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns the table name of the first occurrence of the column name in these metadata.
getTablePrivileges(String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves a description of the access rights for each table available in a catalog (Cassandra cluster).
getTables(String, String, String, String[]) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getTableTypes() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getTime(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getTime(int, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getTime(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getTime(String, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getTime(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getTime(int, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getTime(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getTime(String, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getTime(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as Time.
getTime(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as Time.
getTimeDateFunctions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getTimestamp(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getTimestamp(int, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getTimestamp(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getTimestamp(String, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getTimestamp(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getTimestamp(int, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getTimestamp(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getTimestamp(String, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getTransactionIsolation() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
getType() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getType() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getType() - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions.Definition
Gets the type of the column.
getType(int) - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns the type of the ith column in these metadata.
getType(String) - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns the type of the first occurrence of the column name in these metadata.
getType() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
Gets the Java type corresponding to this type.
getType() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcUUID
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcByte
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDouble
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcFloat
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInt32
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInteger
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcList
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcMap
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcSet
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcShort
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTime
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
getType() - Method in class com.ing.data.cassandra.jdbc.types.JdbcVector
 
getTypeForComparator(String) - Static method in class com.ing.data.cassandra.jdbc.types.TypesMap
Gets the JDBC-equivalent type for the given CQL type.
getTypeInfo() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getTypeMap() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
getUDTs(String, String, String, int[]) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
getUpdateCount() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
getURL() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
getURL(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getURL(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getURL(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getURL(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getUser() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Gets the username used to connect to the data source.
getUserName() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves the username as known to this database.
getUUID(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as UUID.
getUUID(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as UUID.
getVarint(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the ith column of the metadata row as BigInteger.
getVarint(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Retrieves the value of the column name of the metadata row as BigInteger.
getVector(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getVector(String) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getVector(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getVector(String) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getVector(int) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a CqlVector.
getVector(String) - Method in interface com.ing.data.cassandra.jdbc.CassandraResultSetExtras
Retrieves the value of the designated column in the current row of this ResultSet object as a CqlVector.
getVersionColumns(String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
Retrieves a description of a table's columns that are automatically updated when any value in a row is updated.
getWarnings() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
getWarnings() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
getWarnings() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
getWarnings() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 

H

hashCode() - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions.Definition
 
hashCode() - Method in class com.ing.data.cassandra.jdbc.utils.ContactPoint
 
hasMoreRows() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
Gets whether this result set has still rows to iterate over.
HOST_IN_URL - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the JDBC URL does not specify any host name.
HOST_REQUIRED - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when a connection cannot be established due to a missing host name.

I

ILLEGAL_FETCH_DIRECTION_FOR_FORWARD_ONLY - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the fetch direction specified on a ResultSet is not supported for the type TYPE_FORWARD_ONLY.
insertsAreDetected(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcAscii
Gets a JdbcAscii instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
Gets a JdbcBoolean instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcByte
Gets a JdbcByte instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcBytes
Gets a JdbcBytes instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcCounterColumn
Gets a JdbcCounterColumn instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcDate
Gets a JdbcDate instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
Gets a JdbcDecimal instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcDouble
Gets a JdbcDouble instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcDuration
Gets a JdbcDuration instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcFloat
Gets a JdbcFloat instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
Gets a JdbcInetAddress instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcInt32
Gets a JdbcInt32 instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcInteger
Gets a JdbcInteger instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcLexicalUUID
Gets a JdbcLexicalUUID instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcList
Gets a JdbcList instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcLong
Gets a JdbcLong instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcMap
Gets a JdbcMap instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcOther
Gets a JdbcOther instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcSet
Gets a JdbcSet instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcShort
Gets a JdbcShort instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcTime
Gets a JdbcTime instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
Gets a JdbcTimestamp instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcTimeUUID
Gets a JdbcTimeUUID instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcTuple
Gets a JdbcTuple instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcUdt
Gets a JdbcUdt instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
Gets a JdbcUTF8 instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcUUID
Gets a JdbcUUID instance.
INSTANCE - Static variable in class com.ing.data.cassandra.jdbc.types.JdbcVector
Gets a JdbcVector instance.
IntToLongCodec - Class in com.ing.data.cassandra.jdbc.codec
Manages the two-way conversion between the CQL type DataTypes.INT and the Java type Long.
IntToLongCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.IntToLongCodec
Constructor for IntToLongCodec.
INVALID_CATALOG_NAME - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when retrieving metadata related to a catalog and the given one is not null or does not match the one of the current connection.
INVALID_CONTACT_POINT - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the contact points in the JDBC URL cannot be parsed.
INVALID_FETCH_SIZE_PARAMETER - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used when the fetch size parameter is invalid and cannot be parsed.
INVALID_PROFILE_NAME - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used when the given execution profile does not exist and cannot be applied.
isAfterLast() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
isAfterLast() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
isBeforeFirst() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
isBeforeFirst() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
Gets whether the values of this type are case-sensitive (if applicable).
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcUUID
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcByte
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDouble
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDuration
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcFloat
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInt32
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInteger
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcShort
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTime
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
isCaseSensitive() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
isCatalogAtStart() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
isClosed() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
isClosed() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
isClosed() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
isClosed() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
isCollection() - Method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
Returns whether this data type name represents the name of a collection type (i.e.
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
Gets whether the values of this type are currencies (if applicable).
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcUUID
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcByte
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDouble
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcFloat
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInt32
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInteger
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcShort
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTime
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
isCurrency() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
isDebugMode() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Gets whether the debug mode is active on this connection.
isFirst() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
isFirst() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
isInvalidFrom() - Method in class com.ing.data.cassandra.jdbc.metadata.BasicVersionedMetadata
 
isInvalidFrom() - Method in interface com.ing.data.cassandra.jdbc.metadata.VersionedMetadata
Gets the first Cassandra version in which the metadata does not exist anymore.
isInvalidFrom() - Method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
 
isLast() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
isLast() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
isNull(int) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Gets whether the ith column of the metadata row is null.
isNull(String) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Gets whether the column name of the metadata row is null.
isNullable(int) - Method in class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
Retrieves whether null values are allowed in the designated parameter.
isPoolable() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
Returns a value indicating whether the Statement is pool-able or not.
isQueryResult() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
Gets whether the result set is non-null and result of a query (even if has no rows).
isReadOnly() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
isReadOnly() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
isSigned(int) - Method in class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
Gets whether the values of this type are signed (if applicable).
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcUUID
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcByte
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDouble
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcFloat
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInt32
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInteger
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcShort
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTime
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
isSigned() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
isValid(int) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
isValidFrom() - Method in class com.ing.data.cassandra.jdbc.metadata.BasicVersionedMetadata
 
isValidFrom() - Method in interface com.ing.data.cassandra.jdbc.metadata.VersionedMetadata
Gets the minimal Cassandra version from which the metadata exists.
isValidFrom() - Method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
 
isWrapperFor(Class<?>) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
 
isWrapperFor(Class<?>) - Method in class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
 
isWrapperFor(Class<?>) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
 
iterator() - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns an iterator over the ColumnDefinitions.Definition contained in these metadata.
iterator() - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataResultSet
Gets an iterator over the rows of the metadata result set.

J

javaType - Variable in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
Gets the Java type corresponding to the enum value.
JDBC_DRIVER_PROPERTIES_FILE - Static variable in class com.ing.data.cassandra.jdbc.utils.DriverUtil
Properties file name containing some properties relative to this JDBC wrapper (such as JDBC driver version, name, etc.).
JdbcAscii - Class in com.ing.data.cassandra.jdbc.types
JDBC description of ASCII CQL type (corresponding Java type: String).
JdbcBoolean - Class in com.ing.data.cassandra.jdbc.types
JDBC description of BOOLEAN CQL type (corresponding Java type: Boolean).
JdbcByte - Class in com.ing.data.cassandra.jdbc.types
JDBC description of TINYINT CQL type (corresponding Java type: Byte).
JdbcByte() - Constructor for class com.ing.data.cassandra.jdbc.types.JdbcByte
 
JdbcBytes - Class in com.ing.data.cassandra.jdbc.types
JDBC description of BLOB CQL type (corresponding Java type: ByteBuffer).
jdbcCompliant() - Method in class com.ing.data.cassandra.jdbc.CassandraDriver
Reports whether this driver is a genuine JDBC Compliantâ„¢ driver.
JdbcCounterColumn - Class in com.ing.data.cassandra.jdbc.types
JDBC description of COUNTER CQL type (corresponding Java type: Long).
JdbcDate - Class in com.ing.data.cassandra.jdbc.types
JDBC description of DATE CQL type (corresponding Java type: Date).
JdbcDecimal - Class in com.ing.data.cassandra.jdbc.types
JDBC description of DECIMAL CQL type (corresponding Java type: BigDecimal).
JdbcDouble - Class in com.ing.data.cassandra.jdbc.types
JDBC description of DOUBLE CQL type (corresponding Java type: Double).
JdbcDuration - Class in com.ing.data.cassandra.jdbc.types
JDBC description of DURATION CQL type (corresponding Java type: CqlDuration).
JdbcDuration() - Constructor for class com.ing.data.cassandra.jdbc.types.JdbcDuration
 
JdbcFloat - Class in com.ing.data.cassandra.jdbc.types
JDBC description of FLOAT CQL type (corresponding Java type: Float).
JdbcInetAddress - Class in com.ing.data.cassandra.jdbc.types
JDBC description of INET CQL type (corresponding Java type: InetAddress).
JdbcInt32 - Class in com.ing.data.cassandra.jdbc.types
JDBC description of INT CQL type (corresponding Java type: Integer).
JdbcInteger - Class in com.ing.data.cassandra.jdbc.types
JDBC description of VARINT CQL type (corresponding Java type: BigInteger).
JdbcLexicalUUID - Class in com.ing.data.cassandra.jdbc.types
JDBC description of UUID CQL type (corresponding Java type: UUID).
JdbcList - Class in com.ing.data.cassandra.jdbc.types
JDBC description of LIST CQL type (corresponding Java type: List).
JdbcLong - Class in com.ing.data.cassandra.jdbc.types
JDBC description of BIGINT CQL type (corresponding Java type: Long).
JdbcMap - Class in com.ing.data.cassandra.jdbc.types
JDBC description of MAP CQL type (corresponding Java type: Map).
JdbcOther - Class in com.ing.data.cassandra.jdbc.types
JDBC description of unknown or other CQL types (corresponding Java type: String).
JdbcSet - Class in com.ing.data.cassandra.jdbc.types
JDBC description of SET CQL type (corresponding Java type: Set).
JdbcShort - Class in com.ing.data.cassandra.jdbc.types
JDBC description of SMALLINT CQL type (corresponding Java type: Short).
JdbcShort() - Constructor for class com.ing.data.cassandra.jdbc.types.JdbcShort
 
JdbcTime - Class in com.ing.data.cassandra.jdbc.types
JDBC description of TIME CQL type (corresponding Java type: Time).
JdbcTime() - Constructor for class com.ing.data.cassandra.jdbc.types.JdbcTime
 
JdbcTimestamp - Class in com.ing.data.cassandra.jdbc.types
JDBC description of TIMESTAMP CQL type (corresponding Java type: Timestamp).
JdbcTimestamp() - Constructor for class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
JdbcTimeUUID - Class in com.ing.data.cassandra.jdbc.types
JDBC description of TIMEUUID CQL type (corresponding Java type: UUID).
JdbcTuple - Class in com.ing.data.cassandra.jdbc.types
JDBC description of CQL tuple (corresponding Java type: TupleValue).
JdbcUdt - Class in com.ing.data.cassandra.jdbc.types
JDBC description of a CQL user-defined type (corresponding Java type: UdtValue).
JdbcUrlUtil - Class in com.ing.data.cassandra.jdbc.utils
A set of static utility methods and constants used to parse the JDBC URL used to establish a connection to a Cassandra database.
JdbcUTF8 - Class in com.ing.data.cassandra.jdbc.types
JDBC description of VARCHAR CQL type (corresponding Java type: String).
JdbcUUID - Class in com.ing.data.cassandra.jdbc.types
JDBC description of UUID CQL type (corresponding Java type: UUID).
JdbcVector - Class in com.ing.data.cassandra.jdbc.types
JDBC description of VECTOR CQL type (corresponding Java type: CqlVector).
JsonUtil - Class in com.ing.data.cassandra.jdbc.utils
Utility methods used for JSON-type handling.
JSSE_KEYSTORE_PASSWORD_PROPERTY - Static variable in class com.ing.data.cassandra.jdbc.utils.DriverUtil
The JSSE property used to retrieve the key store password when SSL is enabled on the database connection using JSSE properties.
JSSE_KEYSTORE_PROPERTY - Static variable in class com.ing.data.cassandra.jdbc.utils.DriverUtil
The JSSE property used to retrieve the key store when SSL is enabled on the database connection using JSSE properties.
JSSE_TRUSTSTORE_PASSWORD_PROPERTY - Static variable in class com.ing.data.cassandra.jdbc.utils.DriverUtil
The JSSE property used to retrieve the trust store password when SSL is enabled on the database connection using JSSE properties.
JSSE_TRUSTSTORE_PROPERTY - Static variable in class com.ing.data.cassandra.jdbc.utils.DriverUtil
The JSSE property used to retrieve the trust store when SSL is enabled on the database connection using JSSE properties.

K

KEY_ACTIVE_PROFILE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the active execution profile.
KEY_CLOUD_SECURE_CONNECT_BUNDLE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the cloud secure connect bundle.
KEY_COMPLIANCE_MODE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the compliance mode.
KEY_CONFIG_FILE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the configuration file.
KEY_CONNECT_TIMEOUT - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the connection timeout.
KEY_CONSISTENCY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the consistency.
KEY_DEBUG - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the debug mode.
KEY_ENABLE_SSL - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for SSL enabling.
KEY_FETCH_SIZE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the fetch size (request page size).
KEY_KEEP_ALIVE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the TCP keep-alive enabling.
KEY_LOAD_BALANCING_POLICY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the load balancing policy.
KEY_LOCAL_DATACENTER - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the local data center.
KEY_PASSWORD - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the user password.
KEY_RECONNECT_POLICY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the reconnection policy.
KEY_REQUEST_TIMEOUT - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the request timeout.
KEY_RETRY_POLICY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the retry policy.
KEY_SSL_ENGINE_FACTORY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the custom SSL engine factory (SslEngineFactory).
KEY_SSL_HOSTNAME_VERIFICATION - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for SSL hostname verification disabling.
KEY_TCP_NO_DELAY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the Nagle's algorithm enabling.
KEY_USE_KERBEROS - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for Kerberos auth provider enabling.
KEY_USER - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC URL parameter key for the username.

L

Liquibase - Class in com.ing.data.cassandra.jdbc.optionset
Option set implementation for Liquibase compatibility and flavour of JDBC.
Liquibase() - Constructor for class com.ing.data.cassandra.jdbc.optionset.Liquibase
 
localDataCenter - Variable in class com.ing.data.cassandra.jdbc.CassandraDataSource
The local datacenter.
locatorsUpdateCopy() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
LongToIntCodec - Class in com.ing.data.cassandra.jdbc.codec
Manages the two-way conversion between the CQL type DataTypes.BIGINT and the Java type Integer.
LongToIntCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.LongToIntCodec
Constructor for LongToIntCodec.

M

MALFORMED_URL - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the method ResultSet.getURL(int) or ResultSet.getURL(String) is invoked on a column containing an invalid URL.
MarshalException - Exception in com.ing.data.cassandra.jdbc.types
An exception thrown during a marshalling process.
MarshalException(String) - Constructor for exception com.ing.data.cassandra.jdbc.types.MarshalException
Constructs a MarshalException with a given message.
matchesPattern(String, String) - Method in class com.ing.data.cassandra.jdbc.metadata.AbstractMetadataResultSetBuilder
Checks whether the specified pattern (potentially using SQL wildcard '%') matches the given string.
MAX_ASYNC_QUERIES - Static variable in class com.ing.data.cassandra.jdbc.CassandraStatement
Maximal number of queries executable in a single batch.
maxFieldSize - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this statement.
maxRows - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The maximum number of rows that a ResultSet object produced by this statement.
MetadataResultSet - Class in com.ing.data.cassandra.jdbc.metadata
A simple metadata result set made of MetadataRow objects.
MetadataResultSet() - Constructor for class com.ing.data.cassandra.jdbc.metadata.MetadataResultSet
Constructor.
MetadataResultSet(MetadataRow.MetadataRowTemplate) - Constructor for class com.ing.data.cassandra.jdbc.metadata.MetadataResultSet
Constructor including the columns definitions from a metadata row template.
MetadataRow - Class in com.ing.data.cassandra.jdbc.metadata
The content of a metadata row returned in a CassandraMetadataResultSet.
MetadataRow() - Constructor for class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Constructor.
MetadataRow.MetadataRowTemplate - Class in com.ing.data.cassandra.jdbc.metadata
A template of metadata row.
MetadataRowTemplate(ColumnDefinitions.Definition...) - Constructor for class com.ing.data.cassandra.jdbc.metadata.MetadataRow.MetadataRowTemplate
Constructor.
MUST_BE_POSITIVE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the specified column index in a ResultSet is not strictly positive or greater than the number of columns in the result set.
MUST_BE_POSITIVE_BINDING_INDEX - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the specified index for a variable binding in a PreparedStatement is not strictly positive.

N

nativeSQL(String) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
Gets whether the values of this type require quotes.
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcUUID
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcByte
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDouble
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcDuration
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcFloat
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInt32
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcInteger
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcShort
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTime
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
needsQuotes() - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
next() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
next() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
NO_GEN_KEYS - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown because the called method requires auto-generated keys (currently not implemented in Cassandra).
NO_INTERFACE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the method unwrap(Class) is called with a class not matching the expected interface.
NO_MULTIPLE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown because the called method requires keeping multiple open result sets (currently not implemented in Cassandra).
NO_RESULT_SET - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown because a null result set has been returned by the Java Driver for Apache Cassandra® when a query is executed.
NO_TRANSACTIONS - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown because the called method requires transactions (currently not implemented in Cassandra).
NOT_SUPPORTED - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown because the called method requires a feature not currently supported by Cassandra.
NULL_KEYWORD - Static variable in class com.ing.data.cassandra.jdbc.utils.DriverUtil
NULL CQL keyword.
nullPlusNonNullIsNull() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
nullsAreSortedHigh() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
nullsAreSortedLow() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 

O

of(String, Integer) - Static method in class com.ing.data.cassandra.jdbc.utils.ContactPoint
Instantiates a contact point from the host and port.
OptionSet - Interface in com.ing.data.cassandra.jdbc.optionset
Option set for compliance mode.
othersDeletesAreVisible(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
OUT_OF_BOUNDS_BINDING_INDEX - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the specified index for a variable binding in a PreparedStatement is greater than the number of binding variable markers in the CQL query.
ownDeletesAreVisible(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 

P

parse(String) - Method in class com.ing.data.cassandra.jdbc.codec.AbstractCodec
Parses the given CQL literal into an instance of the Java type handled by this codec.
parseReconnectionPolicy(String) - Static method in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Parses the reconnection policy from a given string.
parseURL(String) - Static method in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Parses a URL for the Cassandra JDBC Driver.
password - Variable in class com.ing.data.cassandra.jdbc.CassandraDataSource
The password used to connect to the data source.
PooledCassandraConnection - Class in com.ing.data.cassandra.jdbc
Pooled Cassandra connection: implementation class for PooledConnection to create a JDBC pooled connection to a Cassandra cluster.
PooledCassandraConnection(CassandraConnection) - Constructor for class com.ing.data.cassandra.jdbc.PooledCassandraConnection
Constructor.
PooledCassandraDataSource - Class in com.ing.data.cassandra.jdbc
Pooled Cassandra data source: implementation class for DataSource and ConnectionEventListener.
PooledCassandraDataSource(CassandraDataSource) - Constructor for class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
Constructor.
prepareStatement(String) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
prepareStatement(String, int, int) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
prepareStatement(String, int, int, int) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
prepareStatement(ManagedConnection, String) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database on a ManagedConnection representation of the pooled connection.
PROPERTIES_PARSING_FROM_URL_FAILED - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when trying to extract properties from a JDBC URL.
PROTOCOL - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC protocol for Cassandra connection.
PROTOCOL_DBAAS - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
JDBC protocol for Cassandra DBaaS connection.

R

removeConnectionEventListener(ConnectionEventListener) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraConnection
 
removeStatement(Statement) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Removes a statement from the open statements list.
removeStatementEventListener(StatementEventListener) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraConnection
 
resetResults() - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
Resets the current result set for this statement.
restoreLastExecutionProfile() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Restores the last execution profile defined before switching it.
resultSetConcurrency - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The result set concurrency for ResultSet objects generated by this statement.
resultSetHoldability - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The result set holdability for ResultSet objects generated by this statement.
resultSetType - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The result set type for ResultSet objects generated by this statement.
rollback() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 

S

safeParseVersion(String) - Static method in class com.ing.data.cassandra.jdbc.utils.DriverUtil
Gets the Semver representation of a version string.
SchemaMetadataResultSetBuilder - Class in com.ing.data.cassandra.jdbc.metadata
Utility class building metadata result sets (CassandraMetadataResultSet objects) related to schemas.
SchemaMetadataResultSetBuilder(CassandraStatement) - Constructor for class com.ing.data.cassandra.jdbc.metadata.SchemaMetadataResultSetBuilder
Constructor.
SECURECONENCTBUNDLE_REQUIRED - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the required parameter secureconnectbundle is missing in the JDBC URL.
serialize(ByteBuffer, JsonGenerator, SerializerProvider) - Method in class com.ing.data.cassandra.jdbc.json.CassandraBlobSerializer
 
setActiveExecutionProfile(String) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Sets a new execution profile for the current connection.
setAutoCommit(boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
setBigDecimal(int, BigDecimal) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setBlob(int, Blob) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setBlob(int, InputStream) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setBoolean(int, boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setByte(int, byte) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setBytes(int, byte[]) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setCatalog(String) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
setCharacterStream(int, Reader, int) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setClientInfo(Properties) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
setClientInfo(String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
setComplianceMode(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Sets the compliance mode.
setConnection(CassandraConnection) - Method in class com.ing.data.cassandra.jdbc.optionset.AbstractOptionSet
 
setConnection(CassandraConnection) - Method in interface com.ing.data.cassandra.jdbc.optionset.OptionSet
Set referenced connection.
setConsistency(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Sets the consistency level.
setConsistencyLevel(ConsistencyLevel) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
Sets the consistency level applied to this connection.
setConsistencyLevel(ConsistencyLevel) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
setConsistencyLevel(ConsistencyLevel) - Method in interface com.ing.data.cassandra.jdbc.CassandraStatementExtras
Sets the consistency level for the statement.
setContactPoints(List<ContactPoint>) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Sets the contact points of the data source.
setDatabaseName(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Sets the database name.
setDate(int, Date) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setDate(int, Date, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setDouble(int, double) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setDuration(int, CqlDuration) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
Sets the designated parameter to the given CqlDuration value.
setEscapeProcessing(boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
setFetchDirection(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
setFetchDirection(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
setFetchDirection(int) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
setFetchSize(int) - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
setFetchSize(int) - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
 
setFetchSize(int) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
 
setFloat(int, float) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setHoldability(int) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
setInt(int, int) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setJson(int, T) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setJson(int, T) - Method in interface com.ing.data.cassandra.jdbc.CassandraStatementJsonSupport
Sets the value of the designated parameter with the given object converted to a JSON string.
setLocalDataCenter(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Sets the local datacenter.
setLoginTimeout(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
 
setLoginTimeout(int) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
 
setLogWriter(PrintWriter) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
 
setLogWriter(PrintWriter) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
 
setLong(int, long) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setMaxFieldSize(int) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
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.ing.data.cassandra.jdbc.CassandraStatement
Sets the limit for the maximum number of rows that any ResultSet object generated by this Statement object can contain to the given number.
setNString(int, String) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setNull(int, int) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setNull(int, int, String) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setObject(int, Object) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setObject(int, Object, int) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setObject(int, Object, int, int) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setPassword(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Sets the password used to connect to the data source.
setPoolable(boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
Requests that a Statement be pooled or not pooled.
setQueryTimeout(int) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
Sets the number of seconds the driver will wait for a Statement object to execute.
setReadOnly(boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
setRowId(int, RowId) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setRows(ArrayList<MetadataRow>) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataResultSet
Add rows to the metadata result set.
setSchema(String) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
setShort(int, short) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setString(int, String) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setTime(int, Time) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setTime(int, Time, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setTransactionIsolation(int) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
setURL(int, URL) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
 
setUser(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
Sets the username used to connect to the data source.
shouldThrowExceptionOnRollback() - Method in class com.ing.data.cassandra.jdbc.optionset.Default
 
shouldThrowExceptionOnRollback() - Method in class com.ing.data.cassandra.jdbc.optionset.Liquibase
 
shouldThrowExceptionOnRollback() - Method in interface com.ing.data.cassandra.jdbc.optionset.OptionSet
Whether the rollback method on a Cassandra connection should throw a SQLFeatureNotSupportedException since Cassandra is always in auto-commit mode and does not support rollback.
size() - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
Returns the number of columns described by this ColumnDefinitions instance.
SmallintToIntCodec - Class in com.ing.data.cassandra.jdbc.codec
Manages the two-way conversion between the CQL type DataTypes.SMALLINT and the Java type Integer.
SmallintToIntCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.SmallintToIntCodec
Constructor for SmallintToIntCodec.
SpecialCommands - Class in com.ing.data.cassandra.jdbc
SpecialCommands() - Constructor for class com.ing.data.cassandra.jdbc.SpecialCommands
 
SpecialCommands.ConsistencyLevelExecutor - Class in com.ing.data.cassandra.jdbc
Executor for consistency level special commands.
SpecialCommands.SpecialCommandExecutor - Interface in com.ing.data.cassandra.jdbc
Executor for a special CQL command.
SpecialCommandsUtil - Class in com.ing.data.cassandra.jdbc.utils
Utility methods for execution of special CQL commands.
SSL_CONFIG_FAILED - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the SSL configuration for the connection fails.
statement - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The Java Driver for Apache Cassandra® statement.
STATEMENTS_SEPARATOR_REGEX - Static variable in class com.ing.data.cassandra.jdbc.CassandraStatement
CQL statements separator: semi-colon (;).
storesLowerCaseIdentifiers() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsAlterTableWithAddColumn() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsBatchUpdates() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsColumnAliasing() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsConvert() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsConvert(int, int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsFullOuterJoins() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsGroupBy() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsMultipleResultSets() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsMultipleTransactions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsNamedParameters() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsNonNullableColumns() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsOuterJoins() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsPositionedDelete() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsPositionedUpdate() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsResultSetType(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsSavepoints() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsSelectForUpdate() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsStatementPooling() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsStoredProcedures() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsTransactions() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsUnion() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
supportsUnionAll() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 

T

TableMetadataResultSetBuilder - Class in com.ing.data.cassandra.jdbc.metadata
Utility class building metadata result sets (CassandraMetadataResultSet objects) related to tables.
TableMetadataResultSetBuilder(CassandraStatement) - Constructor for class com.ing.data.cassandra.jdbc.metadata.TableMetadataResultSetBuilder
Constructor.
TAG_ACTIVE_PROFILE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the execution profile to use when the connection to Cassandra is created.
TAG_CLOUD_SECURE_CONNECT_BUNDLE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the secure connect Bundle when the connection to Cassandra DBaaS is established.
TAG_COMPLIANCE_MODE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the compliance mode to use when the connection to Cassandra is established.
TAG_CONFIG_FILE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the configuration file when the connection to Cassandra is established.
TAG_CONNECT_TIMEOUT - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the connection timeout when the connection to Cassandra is established.
TAG_CONSISTENCY_LEVEL - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the consistency when the connection to Cassandra is established.
TAG_CONTACT_POINTS - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the contact points when the connection to Cassandra is established.
TAG_DATABASE_NAME - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the keyspace name when the connection to Cassandra is established.
TAG_DBAAS_CONNECTION - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to determine if the current connection is established to a cloud database.
TAG_DEBUG - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the debug mode value when the connection to Cassandra is established.
TAG_ENABLE_SSL - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the SSL enabling value when the connection to Cassandra is established.
TAG_FETCH_SIZE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the fetch size (request page size) when the connection to Cassandra is established.
TAG_KEEP_ALIVE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the TCP keep-alive enabling when the connection to Cassandra is established.
TAG_LOAD_BALANCING_POLICY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the load balancing policy when the connection to Cassandra is established.
TAG_LOCAL_DATACENTER - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the local data center when the connection to Cassandra is established.
TAG_PASSWORD - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the user password when the connection to Cassandra is established.
TAG_RECONNECT_POLICY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the reconnection policy when the connection to Cassandra is established.
TAG_REQUEST_TIMEOUT - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the request timeout when the connection to Cassandra is established.
TAG_RETRY_POLICY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the retry policy when the connection to Cassandra is established.
TAG_SSL_ENGINE_FACTORY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the custom SSL engine factory when the connection to Cassandra is established.
TAG_SSL_HOSTNAME_VERIFICATION - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the SSL hostname verification enabling when the connection to Cassandra is established.
TAG_TCP_NO_DELAY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the Nagle's algorithm enabling when the connection to Cassandra is established.
TAG_USE_KERBEROS - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the Kerberos auth provider enabling when the connection to Cassandra is established.
TAG_USER - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
Property name used to retrieve the username when the connection to Cassandra is established.
TimestampToLongCodec - Class in com.ing.data.cassandra.jdbc.codec
Manages the two-way conversion between the CQL type DataTypes.TIMESTAMP and the Java type Long.
TimestampToLongCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.TimestampToLongCodec
Constructor for TimestampToLongCodec.
TinyintToIntCodec - Class in com.ing.data.cassandra.jdbc.codec
Manages the two-way conversion between the CQL type DataTypes.TINYINT and the Java type Integer.
TinyintToIntCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.TinyintToIntCodec
Constructor for TinyintToIntCodec.
toColumnSpec(int) - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions.Definition
Builds a ColumnSpec instance based on this column definition.
toDouble(ByteBuffer) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Converts a ByteBuffer to a double.
toFloat(ByteBuffer) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Converts a ByteBuffer to a float.
toInetSocketAddress() - Method in class com.ing.data.cassandra.jdbc.utils.ContactPoint
Converts the contact point into a socket address usable to instantiate a connection to a Cassandra cluster.
toInt(ByteBuffer) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Converts a ByteBuffer to an integer.
toLong(ByteBuffer) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Converts a ByteBuffer to a long.
TOO_MANY_QUERIES - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the number of CQL queries included in a single batch of statements is greater than the allowed limit ( for a prepared batch statement or 1.1 * for a split single statement).
toShort(ByteBuffer) - Static method in class com.ing.data.cassandra.jdbc.utils.ByteBufferUtil
Converts a ByteBuffer to a short.
toString() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
 
toString() - Method in class com.ing.data.cassandra.jdbc.ColumnDefinitions
 
toString() - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
 
toString(T) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcCollection
 
toString(T) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcType
Gets a string representation of the given value.
toString(UUID) - Method in class com.ing.data.cassandra.jdbc.types.AbstractJdbcUUID
 
toString() - Method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
 
toString(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcAscii
 
toString(Boolean) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBoolean
 
toString(Byte) - Method in class com.ing.data.cassandra.jdbc.types.JdbcByte
 
toString(ByteBuffer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcBytes
 
toString(Date) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDate
 
toString(BigDecimal) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDecimal
 
toString(Double) - Method in class com.ing.data.cassandra.jdbc.types.JdbcDouble
 
toString(Float) - Method in class com.ing.data.cassandra.jdbc.types.JdbcFloat
 
toString(InetAddress) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInetAddress
 
toString(Integer) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInt32
 
toString(BigInteger) - Method in class com.ing.data.cassandra.jdbc.types.JdbcInteger
 
toString(List) - Method in class com.ing.data.cassandra.jdbc.types.JdbcList
 
toString(Long) - Method in class com.ing.data.cassandra.jdbc.types.JdbcLong
 
toString(Map) - Method in class com.ing.data.cassandra.jdbc.types.JdbcMap
 
toString(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcOther
 
toString(Set) - Method in class com.ing.data.cassandra.jdbc.types.JdbcSet
 
toString(Short) - Method in class com.ing.data.cassandra.jdbc.types.JdbcShort
 
toString(Time) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTime
 
toString(Timestamp) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTimestamp
 
toString(TupleValue) - Method in class com.ing.data.cassandra.jdbc.types.JdbcTuple
 
toString(UdtValue) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUdt
 
toString(String) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUTF8
 
toString(CqlVector) - Method in class com.ing.data.cassandra.jdbc.types.JdbcVector
 
toString() - Method in class com.ing.data.cassandra.jdbc.utils.ContactPoint
 
TypeMetadataResultSetBuilder - Class in com.ing.data.cassandra.jdbc.metadata
Utility class building metadata result sets (CassandraMetadataResultSet objects) related to types.
TypeMetadataResultSetBuilder(CassandraStatement) - Constructor for class com.ing.data.cassandra.jdbc.metadata.TypeMetadataResultSetBuilder
Constructor.
TypesMap - Class in com.ing.data.cassandra.jdbc.types
Mapping of Apache Cassandra CQL types to JDBC-equivalent types.

U

UNABLE_TO_POPULATE_METADATA_ROW - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any runtime exception thrown when populating a MetadataRow failed due to a mismatch between the number of provided values and the number of columns in the row.
UNABLE_TO_READ_VALUE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the conversion to a specific type in a getter method of CassandraResultSet failed.
UNABLE_TO_RETRIEVE_METADATA - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when it is not possible to retrieve some metadata of any ResultSet.
UNSUPPORTED_CONVERSION_TO_JSON - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the conversion to JSON for the specified object in the method CassandraPreparedStatement.setJson(int, Object) is not supported.
UNSUPPORTED_JDBC_TYPE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the target JDBC type specified in the method CassandraPreparedStatement.setObject(int, Object, int) and its variants is not supported.
UNSUPPORTED_JSON_TYPE_CONVERSION - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the conversion to the specified type in the methods CassandraResultSet.getObjectFromJson(int, Class), CassandraResultSet.getObjectFromJson(String, Class) and CassandraResultSet.getObjectFromJson(Class) is not supported.
UNSUPPORTED_PARAMETER_TYPE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the conversion of the specified object in the method CassandraPreparedStatement.setObject(int, Object, int) and its variants is not supported.
UNSUPPORTED_TYPE_CONVERSION - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the conversion to the specified type in the methods CassandraResultSet.getObject(int, Class) and CassandraResultSet.getObject(String, Class) is not supported.
unwrap(Class<T>) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
unwrap(Class<T>) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
 
unwrap(Class<T>) - Method in class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
 
unwrap(Class<T>) - Method in class com.ing.data.cassandra.jdbc.PooledCassandraDataSource
 
updateCount - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
The update count.
updatesAreDetected(int) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
URI_IS_SIMPLE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the provided JDBC URL contains not allowed user information (see URI.getUserInfo()).
url - Variable in class com.ing.data.cassandra.jdbc.CassandraConnection
The connection URL.
user - Variable in class com.ing.data.cassandra.jdbc.CassandraDataSource
The username used to connect to the data source.
username - Variable in class com.ing.data.cassandra.jdbc.CassandraConnection
The username used by the connection.
usesLocalFilePerTable() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 
usesLocalFiles() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
 

V

VALID_LABELS - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any exception thrown when the specified column name in a ResultSet or a row definition is invalid.
valueOf(String) - Static method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ing.data.cassandra.jdbc.types.DataTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VarintToIntCodec - Class in com.ing.data.cassandra.jdbc.codec
Manages the two-way conversion between the CQL type DataTypes.VARINT and the Java type Integer.
VarintToIntCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.VarintToIntCodec
Constructor for VarintToIntCodec.
VECTOR_ELEMENTS_NOT_NUMBERS - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when the method CassandraResultSet.getVector(int) or CassandraResultSet.getVector(String) is invoked on a column containing an invalid CQL vector.
VersionedMetadata - Interface in com.ing.data.cassandra.jdbc.metadata
A versioned database metadata (such as a CQL type, CQL keyword or a built-in function).

W

WAS_CLOSED_CONN - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when a method is called on a closed Connection.
WAS_CLOSED_RS - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when a method is called on a closed ResultSet.
WAS_CLOSED_STMT - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
Error message used in any SQL exception thrown when a method is called on a closed Statement.
wasNull() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
 
wasNull() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
Gets whether a column was a null value.
withTemplate(MetadataRow.MetadataRowTemplate, Object...) - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataRow
Populates a metadata row defined by a row template with the specified values.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2020–2024 ING Bank. All rights reserved.