- 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, Function<CassandraConnection, Boolean>) - Constructor for class com.ing.data.cassandra.jdbc.metadata.BasicVersionedMetadata
-
Constructs a database metadata valid in the specified range of Cassandra versions and verifying a specific
condition for the current connection.
- 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, Function<CassandraConnection, Boolean>) - Constructor for class com.ing.data.cassandra.jdbc.metadata.BasicVersionedMetadata
-
Constructs a database metadata valid from the specified version of Cassandra and verifying a specific condition
for the current connection.
- 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, Function<CassandraConnection, Boolean>) - Constructor for class com.ing.data.cassandra.jdbc.metadata.BasicVersionedMetadata
-
Constructs a database metadata valid from the specified version of Cassandra and verifying a specific condition
for the current connection.
- 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.
- BINARY_FAILED_CONVERSION - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when converting of an object to a byte array fails.
- 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.commands.SpecialCommandsUtil
-
Builds an empty result set.
- buildFrom(CassandraStatement, MetadataResultSet) - Static method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
-
- 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, CassandraConnection) - 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.
- 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
-
- 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.commands.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
-
- BuiltInFunctionsMetadataBuilder(String, CassandraConnection) - Constructor for class com.ing.data.cassandra.jdbc.metadata.BuiltInFunctionsMetadataBuilder
-
Constructor.
- ByteBufferUtil - Class in com.ing.data.cassandra.jdbc.utils
-
- 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.
- CANNOT_OPEN_SOURCE_FILE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
-
Error message used when the specified file in the special CQL command SOURCE cannot be open.
- CANNOT_READ_CSV_FILE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
-
Error message used when the execution of the special CQL command COPY FROM failed while reading the CSV
file to import.
- CANNOT_WRITE_CSV_FILE - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
-
Error message used when the execution of the special CQL command COPY TO failed while writing the CSV
file.
- 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
-
- CassandraDatabaseMetaData(CassandraConnection) - Constructor for class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
-
Constructor.
- CassandraDataSource - Class in com.ing.data.cassandra.jdbc
-
- CassandraDataSource(List<ContactPoint>, String) - Constructor for class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Constructor.
- CassandraDataSource(List<ContactPoint>, String, String, String, String) - Constructor for class com.ing.data.cassandra.jdbc.CassandraDataSource
-
- CassandraDataSource(List<ContactPoint>, String, String, String, String, String) - Constructor for class com.ing.data.cassandra.jdbc.CassandraDataSource
-
- 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
-
- CassandraParameterMetaData(BoundStatement, int) - Constructor for class com.ing.data.cassandra.jdbc.CassandraParameterMetaData
-
Constructor.
- CassandraPreparedStatement - Class in com.ing.data.cassandra.jdbc
-
- 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
-
- 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.
- CLUSTER_NAME_NOT_FOUND - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when retrieving the cluster name fails.
- CODEC_INSTANTIATION_FAILED - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when the instantiation of the specific codec class failed.
- COLUMN_DEFINITIONS_RETRIEVAL_FAILED - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
-
Error message used when the execution of the special CQL command COPY FROM failed to read the
definitions of the columns in the target table.
- ColumnDefinitions - Class in com.ing.data.cassandra.jdbc
-
- 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
-
- 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.commands - package com.ing.data.cassandra.jdbc.commands
-
- 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.
- COMMA - Static variable in class com.ing.data.cassandra.jdbc.utils.DriverUtil
-
Comma character.
- commit() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
-
- compareTo(Object) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
-
- 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
-
- 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
-
- compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcUUID
-
- compose(Object) - Method in class com.ing.data.cassandra.jdbc.types.JdbcVector
-
- CONFIGURATION_FILE_NOT_FOUND - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when the specified configuration file cannot be found.
- 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
-
- consistencyLevel - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
-
The consistency level used for the statement.
- ConsistencyLevelExecutor - Class in com.ing.data.cassandra.jdbc.commands
-
Executor for consistency level special commands.
- ConsistencyLevelExecutor(String) - Constructor for class com.ing.data.cassandra.jdbc.commands.ConsistencyLevelExecutor
-
Constructor.
- ContactPoint - Class in com.ing.data.cassandra.jdbc.utils
-
The representation of contact point in a Cassandra cluster.
- 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.commands.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
-
- convertToLocalDate(Object) - Static method in class com.ing.data.cassandra.jdbc.utils.ConversionsUtil
-
- convertToLocalTime(Object) - Static method in class com.ing.data.cassandra.jdbc.utils.ConversionsUtil
-
- CopyFromCommandExecutor - Class in com.ing.data.cassandra.jdbc.commands
-
Executor for special command importing data into a table from a CSV file.
- CopyFromCommandExecutor(String, String, String, Properties) - Constructor for class com.ing.data.cassandra.jdbc.commands.CopyFromCommandExecutor
-
Constructor.
- CopyToCommandExecutor - Class in com.ing.data.cassandra.jdbc.commands
-
Executor for special command copying table content to a CSV file.
- CopyToCommandExecutor(String, String, String, Properties) - Constructor for class com.ing.data.cassandra.jdbc.commands.CopyToCommandExecutor
-
Constructor.
- COUNTING_EXPORTED_ROWS_FAILED - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when counting the number of rows exported by the command COPY TO fails.
- 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.
- CSV_FILE_NOT_FOUND - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
-
Error message used when the execution of the special CQL command COPY FROM failed to find the CSV file
to import.
- currentResultSet - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
-
The current result set for this statement.
- generatedKeyAlwaysReturned() - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
-
- GET_LIST_FAILED - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when getting the value of a column of type
list from a
ResultSet fails.
- GET_SET_FAILED - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when getting the value of a column of type
set from a
ResultSet fails.
- GET_VECTOR_FAILED - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when getting the value of a column of type
vector from a
ResultSet fails.
- getActiveExecutionProfile() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
-
Gets the active execution profile.
- getActiveProfile() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the execution profile to use when the connection is created.
- 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
-
- getAstraDatabaseName() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the AstraDB database name.
- getAstraRegion() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the region of the AstraDB instance.
- getAttributes(String, String, String, String) - Method in class com.ing.data.cassandra.jdbc.CassandraDatabaseMetaData
-
- getAutoCommit() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
-
- getAwsRegion() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the AWS region of the contact point of the Amazon Keyspaces instance.
- getAwsSecretName() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the name of the secret, stored in Amazon Secret Manager, containing the credentials of the user used for
the connection.
- getAwsSecretRegion() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the AWS region of the Amazon Secret Manager in which the credentials of the user used for the connection
are stored.
- 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
-
- 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.commands.SpecialCommandsUtil
-
Gets the appropriate executor for special command.
- getComplianceMode() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the compliance mode.
- getConcurrency() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
-
- getConcurrency() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
-
- getConfigurationFile() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
- 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.
- getConnectionTimeout() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the connection timeout in milliseconds.
- 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.SqlDateCodec
-
- getCqlType() - Method in class com.ing.data.cassandra.jdbc.codec.SqlTimeCodec
-
- getCqlType() - Method in class com.ing.data.cassandra.jdbc.codec.SqlTimestampCodec
-
- 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.TinyintToShortCodec
-
- 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.CassandraDataSource
-
Gets the default fetch size for all the queries returning result sets.
- 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.SqlDateCodec
-
- getJavaType() - Method in class com.ing.data.cassandra.jdbc.codec.SqlTimeCodec
-
- getJavaType() - Method in class com.ing.data.cassandra.jdbc.codec.SqlTimestampCodec
-
- 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.TinyintToShortCodec
-
- 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.
- getLoadBalancingPolicy() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the load balancing policy.
- 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.
- getReconnectionPolicy() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the reconnection policy.
- getRequestTimeout() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the request timeout in milliseconds.
- 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
-
- getRetryPolicy() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the retry policy.
- 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
-
- getSecretValue(String, String) - Static method in class com.ing.data.cassandra.jdbc.utils.AwsUtil
-
Gets the value of the specified secret in the given AWS region.
- getSecureConnectBundle() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the fully qualified path of the cloud secure connect bundle file used to connect to an AstraDB instance.
- getSerialConsistency() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the serial consistency level.
- getSerialConsistencyLevel() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
-
Gets the serial consistency level currently applied to this connection.
- 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.
- getSslEngineFactory() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the SSL engine factory.
- 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
-
- getToken() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets the token used to connect to an AstraDB instance.
- 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
-
- 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_ARRAY_IMPLEMENTATION - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when the given class when setting an array value in a statement is not a valid
implementation of
Array.
- INVALID_AWS_SECRETS_MANAGER_CUSTOM_ENDPOINT - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when setting a custom endpoint for Amazon Secrets manager fails.
- INVALID_CAST - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when casting a value in a target type fails (typically when retrieving data in a given row).
- 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_CODEC_CLASS - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when the specific class is not a valid codec, i.e. does not implement TypeCodec interface.
- 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.WarningConstants
-
Warning message used when the fetch size parameter is invalid and cannot be parsed.
- INVALID_OPTION_VALUE - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when the value of an option in a special CQL command is invalid.
- INVALID_PROFILE_NAME - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning 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. that is a list, set, vector
or map).
- 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
-
- isHostnameVerified() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets whether the validation of the server certificate's common name against the hostname of the server being
connected to is enabled.
- 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
-
- isKerberosAuthProviderEnabled() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets whether the Kerberos auth provider is enabled.
- isLast() - Method in class com.ing.data.cassandra.jdbc.CassandraMetadataResultSet
-
- isLast() - Method in class com.ing.data.cassandra.jdbc.CassandraResultSet
-
- isNotConnectedToAmazonKeyspaces() - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
-
Checks whether the current connection is not bound to an Amazon Keyspaces instance.
- 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
-
- isSigV4AuthProviderEnabled() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets whether the Amazon Signature V4 auth provider is enabled.
- isSslEnabled() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets whether the secured traffic is enabled for the created connection.
- isTcpKeepAliveEnabled() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Gets whether the TCP keep-alive is enabled.
- isTcpNoDelayEnabled() - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
- 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
-
- iterator() - Method in class com.ing.data.cassandra.jdbc.metadata.MetadataResultSet
-
Gets an iterator over the rows of the metadata result set.
- KEY_ACTIVE_PROFILE - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
JDBC URL parameter key for the active execution profile.
- KEY_ASTRA_REGION - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
JDBC URL parameter key for the region of the AstraDB instance.
- KEY_AWS_REGION - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
JDBC URL parameter key for the AWS region of the contact point.
- KEY_AWS_SECRET_NAME - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
JDBC URL parameter key for the secret name to use to retrieve credentials.
- KEY_AWS_SECRET_REGION - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
JDBC URL parameter key for the AWS region.
- 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_CUSTOM_CODECS - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
JDBC URL parameter key for the custom codecs.
- 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_SERIAL_CONSISTENCY - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
JDBC URL parameter key for the serial consistency.
- 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_TOKEN - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
JDBC URL parameter key for the token used to connect to an AstraDB instance.
- KEY_USE_KERBEROS - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
JDBC URL parameter key for Kerberos auth provider enabling.
- KEY_USE_SIG_V4 - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
JDBC URL parameter key for Amazon Signature V4 auth provider enabling.
- KEY_USER - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
JDBC URL parameter key for the username.
- safelyRegisterCodecs(Session, List<TypeCodec<?>>) - Static method in class com.ing.data.cassandra.jdbc.utils.DriverUtil
-
Registers the given codecs to the specified CQL session, checking they are not already registered before
registering them.
- safeParseVersion(String) - Static method in class com.ing.data.cassandra.jdbc.utils.DriverUtil
-
Gets the Semver representation of a version string.
- SCHEMA_NAME_NOT_FOUND - Static variable in class com.ing.data.cassandra.jdbc.utils.WarningConstants
-
Warning message used when retrieving the schema name fails.
- SchemaMetadataResultSetBuilder - Class in com.ing.data.cassandra.jdbc.metadata
-
- 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.
- serialConsistencyLevel - Variable in class com.ing.data.cassandra.jdbc.CassandraStatement
-
The serial consistency level used for the statement.
- SerialConsistencyLevelExecutor - Class in com.ing.data.cassandra.jdbc.commands
-
Executor for serial consistency level special commands.
- SerialConsistencyLevelExecutor(String) - Constructor for class com.ing.data.cassandra.jdbc.commands.SerialConsistencyLevelExecutor
-
Constructor.
- 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.
- setActiveProfile(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the execution profile to use when the connection is created.
- setArray(int, Array) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
-
- setAstraDatabaseName(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the AstraDB database name.
- setAstraRegion(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the region of the AstraDB instance.
- setAutoCommit(boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
-
- setAwsRegion(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the AWS region of the contact point of the Amazon Keyspaces instance.
- setAwsRegion(Region) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the AWS region of the contact point of the Amazon Keyspaces instance.
- setAwsSecretName(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the name of the secret, stored in Amazon Secret Manager, containing the credentials of the user used for
the connection.
- setAwsSecretRegion(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the AWS region of the Amazon Secret Manager in which the credentials of the user used for the connection
are stored.
- setAwsSecretRegion(Region) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the AWS region of the Amazon Secret Manager in which the credentials of the user used for the connection
are stored.
- 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.
- setConfigurationFile(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
- setConfigurationFile(Path) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
- 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.
- setConnectionTimeout(Long) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the connection timeout in milliseconds.
- 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(Integer) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the default fetch size for all the queries returning result sets.
- 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
-
- setHostnameVerified(boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets whether the validation of the server certificate's common name against the hostname of the server being
connected to is enabled.
- 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.
- setKerberosAuthProviderEnabled(boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets whether the Kerberos auth provider is enabled.
- setLoadBalancingPolicy(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the load balancing policy.
- 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
-
- setOptionSet(OptionSet) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
-
Sets the compliance mode option set used for the connection.
- 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
-
- setReconnectionPolicy(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the reconnection policy.
- setRequestTimeout(Long) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the request timeout in milliseconds.
- setRetryPolicy(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the retry policy.
- setRowId(int, RowId) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
-
- setRows(List<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
-
- setSecureConnectBundle(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the fully qualified path of the cloud secure connect bundle file used to connect to an AstraDB instance.
- setSecureConnectBundle(Path) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the path of the cloud secure connect bundle file used to connect to an AstraDB instance.
- setSerialConsistency(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the serial consistency level.
- setSerialConsistencyLevel(ConsistencyLevel) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
-
Sets the serial consistency level applied to this connection.
- setSerialConsistencyLevel(ConsistencyLevel) - Method in class com.ing.data.cassandra.jdbc.CassandraStatement
-
- setSerialConsistencyLevel(ConsistencyLevel) - Method in interface com.ing.data.cassandra.jdbc.CassandraStatementExtras
-
Sets the serial consistency level for the statement.
- setShort(int, short) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
-
- setSigV4AuthProviderEnabled(boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets whether the Amazon Signature V4 auth provider is enabled.
- setSslEnabled(boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets whether the secured traffic is enabled for the created connection.
- setSslEngineFactory(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the SSL engine factory.
- setString(int, String) - Method in class com.ing.data.cassandra.jdbc.CassandraPreparedStatement
-
- setTcpKeepAliveEnabled(boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets whether the TCP keep-alive is enabled.
- setTcpNoDelayEnabled(boolean) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
- 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
-
- setToken(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
Sets the token used to connect to an AstraDB instance.
- setTransactionIsolation(int) - Method in class com.ing.data.cassandra.jdbc.CassandraConnection
-
- setURL(String) - Method in class com.ing.data.cassandra.jdbc.CassandraDataSource
-
- 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.
- SINGLE_QUOTE - Static variable in class com.ing.data.cassandra.jdbc.utils.DriverUtil
-
Single quote character.
- 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.
- SourceCommandExecutor - Class in com.ing.data.cassandra.jdbc.commands
-
Executor for special command executing a CQL script file.
- SourceCommandExecutor(String) - Constructor for class com.ing.data.cassandra.jdbc.commands.SourceCommandExecutor
-
Constructor.
- SpecialCommandExecutor - Interface in com.ing.data.cassandra.jdbc.commands
-
- SpecialCommandsUtil - Class in com.ing.data.cassandra.jdbc.commands
-
- SqlDateCodec - Class in com.ing.data.cassandra.jdbc.codec
-
Manages the two-way conversion between the CQL type
DataTypes.DATE and the Java type
Date.
- SqlDateCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.SqlDateCodec
-
Constructor for SqlDateCodec.
- SqlTimeCodec - Class in com.ing.data.cassandra.jdbc.codec
-
Manages the two-way conversion between the CQL type
DataTypes.TIME and the Java type
Time.
- SqlTimeCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.SqlTimeCodec
-
Constructor for SqlTimeCodec.
- SqlTimestampCodec - Class in com.ing.data.cassandra.jdbc.codec
-
Manages the two-way conversion between the CQL type
DataTypes.TIMESTAMP and the Java type
Timestamp.
- SqlTimestampCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.SqlTimestampCodec
-
Constructor for SqlTimestampCodec.
- 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.
- 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
-
- TableMetadataResultSetBuilder - Class in com.ing.data.cassandra.jdbc.metadata
-
- 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_ASTRA_CONNECTION - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
Property name used to determine if the current connection is established to an AstraDB cloud database.
- TAG_ASTRA_DATABASE_NAME - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
Property name used to determine the name of the AstraDB cloud database to which the connection has to be
established.
- TAG_ASTRA_REGION - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
Property name used to determine the region of the AstraDB instance to connect to.
- TAG_AWS_CONNECTION - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
Property name used to determine if the current connection is established to an Amazon Keyspaces database.
- TAG_AWS_REGION - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
Property name used to determine the region of the Amazon Keyspaces contact point.
- TAG_AWS_SECRET_NAME - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
Property name used to retrieve the credentials in AWS Secret Manager from the given secret name.
- TAG_AWS_SECRET_REGION - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
Property name used to retrieve the credentials in AWS Secret Manager in the given AWS region.
- 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_CUSTOM_CODECS - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
Property name used to retrieve the custom codecs to register, in addition to the default ones, 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
-
- 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_SERIAL_CONSISTENCY_LEVEL - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
Property name used to retrieve the serial consistency 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_TOKEN - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
Property name used to retrieve the token used to connect to an AstraDB instance.
- 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_USE_SIG_V4 - Static variable in class com.ing.data.cassandra.jdbc.utils.JdbcUrlUtil
-
Property name used to retrieve the Amazon Signature V4 auth provider enabling when the connection to Amazon
Keyspaces 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.
- TinyintToShortCodec - Class in com.ing.data.cassandra.jdbc.codec
-
Manages the two-way conversion between the CQL type
DataTypes.TINYINT and the Java type
Short.
- TinyintToShortCodec() - Constructor for class com.ing.data.cassandra.jdbc.codec.TinyintToShortCodec
-
Constructor for TinyintToShortCodec.
- 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.
- TOKEN_REQUIRED - Static variable in class com.ing.data.cassandra.jdbc.utils.ErrorConstants
-
Error message used in any SQL exception thrown when the required parameter token is missing in the JDBC
URL.
- toList() - Method in class com.ing.data.cassandra.jdbc.utils.ArrayImpl
-
Gets a
List instance corresponding to this array.
- 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.ArrayImpl
-
- toString() - Method in class com.ing.data.cassandra.jdbc.utils.ContactPoint
-
- toString() - Method in class com.ing.data.cassandra.jdbc.utils.UdtUtil.WithFormattedContentsDefaultUdtValue
-
Gets the string representation of the UDT contents for this object.
- toStringWithoutSensitiveValues(Properties) - Static method in class com.ing.data.cassandra.jdbc.utils.DriverUtil
-
Returns a string representation of the provided driver properties with redacted values for sensitive properties
such as passwords.
- translateFilename(String) - Static method in class com.ing.data.cassandra.jdbc.commands.SpecialCommandsUtil
-
Translates a specified filename to support the tilde shorthand notation (for home directory) and to re-build the
absolute path of a filename relative to the current directory.
- TypeMetadataResultSetBuilder - Class in com.ing.data.cassandra.jdbc.metadata
-
- 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.