Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<TFunctionHeader> |
TDropFunctionSqlNode.getFunctions() |
ArrayList<TFunctionHeader> |
TDropProcedureSqlNode.getProcedures() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TFunctionHeader node) |
void |
TParseTreeVisitor.preVisit(TFunctionHeader node) |
Modifier and Type | Method and Description |
---|---|
ArrayList<TFunctionHeader> |
TDropFunctionStmt.getFunctions() |
ArrayList<TFunctionHeader> |
TDropProcedureStmt.getProcedures() |