dsql.parser
Class ASTURL

java.lang.Object
  extended bydsql.parser.SimpleNode
      extended bydsql.parser.DMNode
          extended bydsql.parser.ASTXMLElement
              extended bydsql.parser.ASTURL
All Implemented Interfaces:
java.lang.Cloneable, Node

public class ASTURL
extends ASTXMLElement

A element: appears in a element to specify how to build a connection string.


Field Summary
 
Fields inherited from class dsql.parser.ASTXMLElement
attrs, tagName
 
Fields inherited from class dsql.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTURL(ASTXMLElement toCopy)
          Constructor for ASTXMLElement.recast()
ASTURL(int id)
           
ASTURL(Parser p, int id)
           
 
Method Summary
 java.lang.String getConnectionString(ASTConnect c)
           
protected  java.lang.String getConnectionString(ASTXMLElement e, ASTConnect c)
           
 java.lang.String toString()
           
 
Methods inherited from class dsql.parser.ASTXMLElement
attributesToString, execute, executeXML, getAttributeValue, getElement, getElement, getElements, getStartTag, getTagName, getXMLText, print, setAttribute, setAttribute, setDoc, setTagName
 
Methods inherited from class dsql.parser.DMNode
executeArgument, executeArgumentAsClass, executeArgumentColumnHolder, executeArgumentNonNull, executeArgumentRecordHolder, executeArgumentTable, executeWithCatch, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTURL

public ASTURL(int id)

ASTURL

public ASTURL(Parser p,
              int id)

ASTURL

public ASTURL(ASTXMLElement toCopy)
Constructor for ASTXMLElement.recast()

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ASTXMLElement

getConnectionString

public java.lang.String getConnectionString(ASTConnect c)
                                     throws ExecuteException
Throws:
ExecuteException

getConnectionString

protected java.lang.String getConnectionString(ASTXMLElement e,
                                               ASTConnect c)
                                        throws ExecuteException
Throws:
ExecuteException