Package org.eclipse.datatools.sqltools.sql.parser.ast

Interface Summary
IASTDeclareComma Represents a comma in the "declare" statement
IASTDeclareKeyword Represents a "declare" keyword in the "declare" statement
IASTDeployable All the statements that can be deploied to db as a executable unit (Routine) should implement this interface
IASTObjname Represents a database object name
IASTProcedurename Represents procedure node
IASTRoutine  
IASTSQLDataType Represents a SQL data type.
IASTSQLDelimiter SQL constructs used to delimit SQL statements.
IASTSQLParam Interface for a parameter definition/local variable definition
IASTSQLParamDefList Interface for the parameter definition list section of a stored procedure
IASTSQLStatement The common interface for all SQL statements.
IASTSQLStatementElement Represents an element in a SQL statement.
IASTStart Represents the root node of the parsing result.
IASTTablename Represents a table name node
IASTTabname Represents a table name node
IASTTrigger  
IASTTriggername Represents procedure node
IASTUDT Represents UDT node
IASTUDTname Represents UDT node
IASTViewname Represents view node
ISQLParserVisitor Super interface for all visitors used to visit the AST nodes created by the SQL parser after parsing.
Node All AST nodes must implement this interface.
 

Class Summary
SimpleNode Base implementation of Node.