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

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

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

Methods in com.datastax.driver.core.querybuilder that return Update.Options
 Update.Options Update.Options.and(Using using)
          Adds the provided option.
 Update.Options Update.using(Using using)
          Adds a new options for this UPDATE statement.
 Update.Options Update.Assignments.using(Using using)
          Adds an option to the UPDATE statement those assignments are part of.
 Update.Options Update.Where.using(Using using)
          Adds an option to the UPDATE statement this WHERE clause is part of.
 Update.Options Update.Conditions.using(Using using)
          Adds an option to the UPDATE statement these conditions are part of.
 



Copyright © 2013. All rights reserved.