org.apache.cassandra.cql.common
Class DMLPlan

java.lang.Object
  extended by org.apache.cassandra.cql.common.Plan
      extended by org.apache.cassandra.cql.common.DMLPlan
Direct Known Subclasses:
SetColumnMap, SetSuperColumnMap, SetUniqueKey

public abstract class DMLPlan
extends Plan

This class represents the execution plan for DML (data manipulation language) CQL statements.


Constructor Summary
DMLPlan()
           
 
Method Summary
 
Methods inherited from class org.apache.cassandra.cql.common.Plan
execute, explainPlan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMLPlan

public DMLPlan()


Copyright © 2009 The Apache Software Foundation