|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dm.dmql.DMQL
Just a wrapper class for DMQL
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 |
public DMQL()
Method Detail |
public static DMQLCommand ProcessQuery(java.lang.String query)
query
- The DMQL query String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |