dm.dmql
Class DMQL

java.lang.Object
  |
  +--dm.dmql.DMQL

public class DMQL
extends java.lang.Object

Just a wrapper class for DMQL

Author:
Scott Sanner

Inner Class Summary
static class DMQL.AddDropDim
          A DMQLCommand query subtype
static class DMQL.DefineCube
          A DMQLCommand query subtype
static class DMQL.DefineDim
          A DMQLCommand query subtype
static class DMQL.Display
          A DMQLCommand query subtype
static class DMQL.FindClassRules
          A DMQLCommand query subtype
 
Constructor Summary
DMQL()
           
 
Method Summary
static DMQLCommand ProcessQuery(java.lang.String query)
          Process the initial portion of a DMQL String in an attempt to pass it off to a DMQLCommand subclass for processing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMQL

public DMQL()
Method Detail

ProcessQuery

public static DMQLCommand ProcessQuery(java.lang.String query)
Process the initial portion of a DMQL String in an attempt to pass it off to a DMQLCommand subclass for processing
Parameters:
query - The DMQL query String
Returns:
A DMQLCommand instance or null (if error during parse)