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
B
- BatchCassandraStatement - Interface in com.opencloud.slee.resource.cassandra_cql
-
A statement that groups a number of
CassandraStatement
so they get executed as a batch. - bind() - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
-
Creates a new BoundCassandraStatement object for this prepared statement.
- bind(Object...) - Method in interface com.opencloud.slee.resource.cassandra_cql.BoundCassandraStatement
-
Bound values to the variables of this statement.
- bind(Object...) - Method in interface com.opencloud.slee.resource.cassandra_cql.PreparedCassandraStatement
-
Creates a new BoundCassandraStatement object and bind its variables to the provided values.
- BoundCassandraStatement - Interface in com.opencloud.slee.resource.cassandra_cql
-
A prepared statement with values bound to the bind variables.
All Classes All Packages