Uses of Class
com.datastax.driver.core.querybuilder.Delete.Options

Packages that use Delete.Options
com.datastax.driver.core.querybuilder A CQL3 query builder. 
 

Uses of Delete.Options in com.datastax.driver.core.querybuilder
 

Methods in com.datastax.driver.core.querybuilder that return Delete.Options
 Delete.Options Delete.Options.and(Using using)
          Adds the provided option.
 Delete.Options Delete.using(Using using)
          Adds a new options for this DELETE statement.
 Delete.Options Delete.Where.using(Using using)
          Adds an option to the DELETE statement this WHERE clause is part of.
 



Copyright © 2013. All rights reserved.