Uses of Class
org.apache.cassandra.cql3.Attributes

Packages that use Attributes
org.apache.cassandra.cql3.statements   
 

Uses of Attributes in org.apache.cassandra.cql3.statements
 

Constructors in org.apache.cassandra.cql3.statements with parameters of type Attributes
BatchStatement(java.util.List<ModificationStatement> statements, Attributes attrs)
          Creates a new BatchStatement from a list of statements and a Thrift consistency level.
DeleteStatement(CFName name, java.util.List<ColumnIdentifier> columns, java.util.List<Relation> whereClause, Attributes attrs)
           
ModificationStatement(CFName name, Attributes attrs)
           
UpdateStatement(CFName name, java.util.List<ColumnIdentifier> columnNames, java.util.List<Term> columnValues, Attributes attrs)
          Creates a new UpdateStatement from a column family name, a consistency level, key, and lists of column names and values.
UpdateStatement(CFName name, java.util.Map<ColumnIdentifier,Operation> columns, java.util.List<Relation> whereClause, Attributes attrs)
          Creates a new UpdateStatement from a column family name, columns map, consistency level, and key term.
 



Copyright © 2013 The Apache Software Foundation