dsql
Class DMExecuted

java.lang.Object
  extended bydsql.DMExecuted
Direct Known Subclasses:
Connect, Parser, Value, Variable

public abstract class DMExecuted
extends java.lang.Object

A DSQL executed object


Constructor Summary
DMExecuted()
           
 
Method Summary
 DSQL getCaller()
           
 void setCaller(DSQL _caller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMExecuted

public DMExecuted()
Method Detail

getCaller

public DSQL getCaller()

setCaller

public void setCaller(DSQL _caller)