Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.resolver | |
gudusoft.gsqlparser.stmt.mssql |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TCreateFunctionStmt node) |
void |
TParseTreeVisitor.preVisit(TCreateFunctionStmt node) |
Modifier and Type | Method and Description |
---|---|
void |
TMetadataCollector.preVisit(TCreateFunctionStmt stmt)
Processes CREATE FUNCTION statements to collect function metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
TMssqlCreateFunction
SQL Server/ Sybase create function.
|