A B C D E F G I L N O P Q S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- SERIAL - com.opencloud.slee.resource.cassandra_cql.CassandraConsistencyLevel
- setBool(int, boolean) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th value to the provided boolean. - setBool(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
i
th 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. - setBytes(int, ByteBuffer) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th value to the provided byte buffer. - setBytes(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. - setBytesUnsafe(int, ByteBuffer) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th 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
-
Deprecated.replaced by
BoundCassandraStatement.setTimestamp(int, Date)
- setDate(String, Date) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Deprecated.replaced by
BoundCassandraStatement.setTimestamp(String, Date)
()} - setDecimal(int, BigDecimal) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th value to the provided big decimal. - setDecimal(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. - setDefaultTimestamp(long) - Method in interface com.opencloud.slee.resource.cassandra_cql.CassandraStatement
-
Sets the default timestamp for this query (in microseconds since the epoch).
- setDouble(int, double) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th 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
-
Sets the query fetch size.
- setFloat(int, float) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th 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
-
Sets the
i
th value to the provided inet address. - setInet(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. - setInt(int, int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th 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
-
Sets the
i
th value to the provided list. - setList(String, List<T>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the value for (all occurrences of) variable
name
to the provided list. - setLong(int, long) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th 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
-
Sets the
i
th value to the provided map. - setMap(String, Map<K, V>) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the value for (all occurrences of) variable
name
to the provided map. - 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
-
Sets the
i
th value to the provided set. - setSet(String, Set<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
i
th 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
i
th 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
-
Sets the
i
th value to the provided long. - setTime(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. - setTimestamp(int, Date) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th value to the provided date. - setTimestamp(String, Date) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the value for (all occurrences of) variable
name
to the provided date. - setToNull(int) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th value tonull
. - setToNull(String) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the value for (all occurrences of) variable
name
tonull
. - setUUID(int, UUID) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th 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. - setVarint(int, BigInteger) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the
i
th value to the provided big integer. - setVarint(String, BigInteger) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Sets the value for (all occurrences of) variable
name
to the provided big integer. - size() - Method in interface com.opencloud.slee.resource.cassandra_cql.BatchCassandraStatement
-
Returns the number of elements in this batch.
All Classes All Packages