Uses of Class
com.datastax.driver.core.querybuilder.BuiltStatement

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

Uses of BuiltStatement in com.datastax.driver.core.querybuilder
 

Subclasses of BuiltStatement in com.datastax.driver.core.querybuilder
 class Batch
          A built BATCH statement.
static class Batch.Options
          The options of a BATCH statement.
 class Delete
          A built DELETE statement.
static class Delete.Options
          The options of a DELETE statement.
static class Delete.Where
          The WHERE clause of a DELETE statement.
 class Insert
          A built INSERT statement.
static class Insert.Options
          The options of an INSERT statement.
 class Select
          A built SELECT statement.
static class Select.Where
          The WHERE clause of a SELECT statement.
 class Truncate
          A built TRUNCATE statement.
 class Update
          A built UPDATE statement.
static class Update.Assignments
          The assignments of an UPDATE statement.
static class Update.Conditions
          Conditions for an UPDATE statement.
static class Update.Options
          The options of a UPDATE statement.
static class Update.Where
          The WHERE clause of an UPDATE statement.
 



Copyright © 2014. All rights reserved.