|
OBEROn SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.oberon.ooql.sdk.OOQLCommand
public class OOQLCommand
Basic class for executing OBEROn OOQL commands
Constructor Summary | |
---|---|
OOQLCommand(java.lang.String command)
Constructor for a new OOQL command |
Method Summary | |
---|---|
java.util.Vector<java.lang.String> |
execute(Framework framework)
Execute the OOQL command for the input user Framework |
java.lang.String |
execute1(Framework framework)
Execute a single OOQL command. |
java.lang.String |
getCommand()
Return the OOQL command text |
java.util.Vector<int[]> |
getCommandCoords()
Get the command text coordinates for each OOQL command in the text |
java.lang.String |
getResultLog()
Return the execution log with additional information |
java.lang.String |
parse(Framework framework)
Parse the OOQL command text |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OOQLCommand(java.lang.String command)
command
- the OOQL commandMethod Detail |
---|
public java.util.Vector<java.lang.String> execute(Framework framework) throws OberonException, com.oberon.ooql.parser.ParserLogException, com.oberon.ooql.parser.ParserCreationException
com.oberon.ooql.parser.ParserLogException
- when the command syntax is not correct
com.oberon.ooql.parser.ParserCreationException
- when the command syntax is not correct
OberonException
public java.lang.String execute1(Framework framework) throws OberonException
OberonException
public java.lang.String parse(Framework framework) throws OberonException, com.oberon.ooql.parser.ParserLogException, com.oberon.ooql.parser.ParserCreationException
OberonException
com.oberon.ooql.parser.ParserLogException
com.oberon.ooql.parser.ParserCreationException
public java.lang.String getCommand()
public java.lang.String getResultLog()
public java.util.Vector<int[]> getCommandCoords()
|
OBEROn SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |