| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.query.sql.lang.Command
com.metamatrix.query.sql.lang.Drop
public class Drop
| Field Summary | 
|---|
| Fields inherited from class com.metamatrix.query.sql.lang.Command | 
|---|
| tempGroupIDs, TYPE_BATCHED_UPDATE, TYPE_CREATE, TYPE_DELETE, TYPE_DROP, TYPE_DYNAMIC, TYPE_INSERT, TYPE_QUERY, TYPE_SQL, TYPE_STORED_PROCEDURE, TYPE_UNKNOWN, TYPE_UPDATE, TYPE_UPDATE_PROCEDURE, TYPE_XQUERY | 
| Constructor Summary | |
|---|---|
| Drop() | |
| Method Summary | |
|---|---|
|  void | acceptVisitor(LanguageVisitor visitor)Method for accepting a visitor. | 
|  boolean | areResultsCachable()Whether the results are cachable. | 
|  java.lang.Object | clone()Implement clone to make objects cloneable. | 
|  boolean | equals(java.lang.Object obj) | 
|  java.util.List | getProjectedSymbols()Get the ordered list of all elements returned by this query. | 
|  GroupSymbol | getTable() | 
|  int | getType()Return type of command to make it easier to build switch statements by command type. | 
|  int | hashCode() | 
|  void | setTable(GroupSymbol table) | 
|  java.lang.String | toString()Returns a string representation of an instance of this class. | 
|  int | updatingModelCount(QueryMetadataInterface metadata)Return the number of updates on physical sources by this command. | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Drop()
| Method Detail | 
|---|
public GroupSymbol getTable()
public void setTable(GroupSymbol table)
public int getType()
Command
getType in class CommandCommand.getType()public java.lang.Object clone()
LanguageObject
clone in interface LanguageObjectclone in class CommandCommand.clone()public java.util.List getProjectedSymbols()
Command
getProjectedSymbols in class CommandCommand.getProjectedSymbols()public boolean areResultsCachable()
Command
areResultsCachable in class CommandCommand.areResultsCachable()
public int updatingModelCount(QueryMetadataInterface metadata)
                       throws MetaMatrixComponentException
Command
updatingModelCount in class Commandmetadata - QueryMetadataInterface
MetaMatrixComponentExceptionCommand.updatingModelCount(com.metamatrix.query.metadata.QueryMetadataInterface)public void acceptVisitor(LanguageVisitor visitor)
LanguageObject
visitor - Visitor being usedLanguageObject.acceptVisitor(com.metamatrix.query.sql.LanguageVisitor)public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
Command
toString in class Commandpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||