dm.dmql
Class DMQL.AddDropDim

java.lang.Object
  |
  +--dm.dmql.DMQLCommand
        |
        +--dm.dmql.DMQL.AddDropDim
Enclosing class:
DMQL

public static class DMQL.AddDropDim
extends DMQLCommand

A DMQLCommand query subtype


Field Summary
 boolean _bAdd
           
 java.lang.String _sCubeName
          Local members for this DMQL command - contents should be obvious from command syntax
 java.lang.String _sDimName
           
 
Constructor Summary
DMQL.AddDropDim()
          Default constructor
 
Method Summary
 boolean parse(TokenStream ts)
          Parse this DMQL command from the given TokenStream
 java.lang.String toString()
          Default constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_sCubeName

public java.lang.String _sCubeName
Local members for this DMQL command - contents should be obvious from command syntax

_sDimName

public java.lang.String _sDimName

_bAdd

public boolean _bAdd
Constructor Detail

DMQL.AddDropDim

public DMQL.AddDropDim()
Default constructor
Method Detail

parse

public boolean parse(TokenStream ts)
Parse this DMQL command from the given TokenStream
Overrides:
parse in class DMQLCommand
Parameters:
ts - The TokenStream containing the DMQL command
Returns:
True is the parse was successful, false otherwise

toString

public java.lang.String toString()
Default constructor
Overrides:
toString in class java.lang.Object
Returns:
String representation of this command