A B C D E F G H I L N O P Q R S T V 
All Classes All Packages

S

SERIAL - com.opencloud.slee.resource.cassandra_cql.CassandraConsistencyLevel
 
setBigDecimal(int, BigDecimal) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided big decimal.
setBigDecimal(String, BigDecimal) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided big decimal.
setBigInteger(int, BigInteger) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided Java big integer.
setBigInteger(String, BigInteger) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided Java big integer.
setBool(int, boolean) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setBool(String, boolean) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setBoolean(int, boolean) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided boolean.
setBoolean(String, boolean) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided boolean.
setByte(int, byte) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided byte.
setByte(String, byte) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided byte.
setByteBuffer(int, ByteBuffer) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided byte buffer.
setByteBuffer(String, ByteBuffer) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided byte buffer.
setBytes(int, ByteBuffer) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setBytes(String, ByteBuffer) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setBytesUnsafe(int, ByteBuffer) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided byte buffer.
setBytesUnsafe(String, ByteBuffer) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided byte buffer.
setConsistencyLevel(CassandraConsistencyLevel) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
Sets the consistency level for the query.
setConsistencyLevel(CassandraConsistencyLevel) - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
Sets a default consistency level for all bound statements created from this prepared statement.
setDate(int, Date) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setDate(String, Date) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setDecimal(int, BigDecimal) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setDecimal(String, BigDecimal) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setDefaultTimestamp(long) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
setDouble(int, double) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided double.
setDouble(String, double) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided double.
setFetchSize(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
Deprecated.
setFloat(int, float) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided float.
setFloat(String, float) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided float.
setInet(int, InetAddress) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setInet(String, InetAddress) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setInetAddress(int, InetAddress) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided inet address.
setInetAddress(String, InetAddress) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided inet address.
setInstant(int, Instant) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided Java instant.
setInstant(String, Instant) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided Java instant.
setInt(int, int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided integer.
setInt(String, int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided integer.
setList(int, List<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setList(int, List<T>, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided list.
setList(String, List<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setList(String, List<T>, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided list.
setLocalDate(int, LocalDate) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided Java local date.
setLocalDate(String, LocalDate) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided Java local date.
setLocalTime(int, LocalTime) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided Java local time.
setLocalTime(String, LocalTime) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided Java local time.
setLong(int, long) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided long.
setLong(String, long) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided long.
setMap(int, Map<K, V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setMap(int, Map<K, V>, Class<K>, Class<V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided map.
setMap(String, Map<K, V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setMap(String, Map<K, V>, Class<K>, Class<V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided map.
setPageSize(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
Sets the query page size.
setQueryTimestamp(long) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
Sets the query timestamp for this quey (in microseconds since the epoch).
setRoutingKey(ByteBuffer) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the routing key for this bound statement.
setRoutingKey(ByteBuffer) - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
Sets the routing key for this prepared statement.
setRoutingKey(ByteBuffer...) - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
Sets the routing key for this query.
setSerialConsistencyLevel(CassandraConsistencyLevel) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
Sets the serial consistency level for the query.
setSerialConsistencyLevel(CassandraConsistencyLevel) - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
Sets a default serial consistency level for all bound statements created from this prepared statement.
setSet(int, Set<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Deprecated.
setSet(int, Set<T>, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided set.
setSet(String, Set<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setSet(String, Set<T>, Class<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided set.
setShort(int, short) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided short.
setShort(String, short) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided short.
setString(int, String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided String.
setString(String, String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided String.
setTime(int, long) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setTime(String, long) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setTimestamp(int, Date) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setTimestamp(String, Date) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setToNull(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to null.
setToNull(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to null.
setTracing(boolean) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
Sets tracing for this query.
setTracing(boolean) - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
Sets tracing for this query.
setUuid(int, UUID) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the ith value to the provided UUID.
setUuid(String, UUID) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
Sets the value for (all occurrences of) variable name to the provided UUID.
setUUID(int, UUID) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setUUID(String, UUID) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setVarint(int, BigInteger) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
setVarint(String, BigInteger) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
size() - Method in interface com.opencloud.slee.resource.cassandra_cql.BatchCassandraStatement
Returns the number of elements in this batch.
A B C D E F G H I L N O P Q R S T V 
All Classes All Packages