dsql.parser
Class ASTFunction

java.lang.Object
  extended bydsql.parser.SimpleNode
      extended bydsql.parser.DMNode
          extended bydsql.parser.ASTFunction
All Implemented Interfaces:
Node
Direct Known Subclasses:
ASTCount, ASTExists, ASTLeft, ASTLength, ASTList, ASTMeta, ASTNotOp, ASTRight, ASTSubstring, ASTSysdate

public abstract class ASTFunction
extends DMNode

A function, eg meta, quote


Field Summary
 
Fields inherited from class dsql.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTFunction(int id)
          Constructor for Parser
ASTFunction(Parser p, int id)
          Constructor for Parser
 
Methods inherited from class dsql.parser.DMNode
execute, executeArgument, executeArgumentAsClass, executeArgumentColumnHolder, executeArgumentNonNull, executeArgumentRecordHolder, executeArgumentTable, executeWithCatch, executeXML, getArgument, getCaller, getDsqlParent, getLine, getRoot, getString, hasArgument, jjtInsertFirstChild, jjtSetChild, setCaller, setLine
 
Methods inherited from class dsql.parser.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTFunction

public ASTFunction(int id)
Constructor for Parser


ASTFunction

public ASTFunction(Parser p,
                   int id)
Constructor for Parser