Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
gudusoft.gsqlparser.TGSqlParserr necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.mssql |
Modifier and Type | Method and Description |
---|---|
TParseTreeNodeList |
TSourceToken.getNodesEndWithThisToken()
Deprecated.
since v1.8.8.0, use scriptWriter technology to modify the node
A list of nodes whose end token is this token.
|
TParseTreeNodeList |
TSourceToken.getNodesStartFromThisToken()
Deprecated.
since v1.8.8.0, use scriptWriter technology to modify the node
A list of node whose start token is this token
|
Modifier and Type | Field and Description |
---|---|
TParseTreeNodeList |
TDummy.list1 |
TParseTreeNodeList |
TDummy.list2 |
Modifier and Type | Class and Description |
---|---|
class |
TMssqlCreateTriggerUpdateColumnList |
Copyright © 2019. All rights reserved.