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.scriptWriter | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.mssql |
Modifier and Type | Field and Description |
---|---|
TSourceTokenList |
TSourceToken.container
Container for this token which is a list of source token, this is the reference to
TGSqlParser.sourcetokenlist |
TSourceTokenList |
TGSqlParser.sourcetokenlist
Tokens generated by lexer from the input SQL script.
|
TSourceTokenList |
TCustomParser.sourcetokenlist |
TSourceTokenList |
TCustomSqlStatement.sourcetokenlist
Source tokens included in this statement.
|
Modifier and Type | Method and Description |
---|---|
TSourceTokenList |
TGSqlParser.getSourcetokenlist()
A sequence of source tokens created by the lexer after tokenize the input SQL
|
TSourceTokenList |
TSourceToken.getTokensAfter()
Used in sql formatter package only.
|
TSourceTokenList |
TSourceToken.getTokensBefore()
Used in sql formatter package only
|
Modifier and Type | Method and Description |
---|---|
TSourceTokenList |
TConstant.getStringLiteralSequence()
String list constant in Hive.
|
Modifier and Type | Method and Description |
---|---|
int |
TParseTreeNode.addAllMyTokensToTokenList(TSourceTokenList targetList,
int index)
Deprecated.
since v1.8.8.0, use scriptWriter technology to modify the node
Inserts tokens(from start token to end token ) of this parse tree node at the specified position in this
list. Shifts the element currently at that position (if any) and
any subsequent elements to the right .
|
void |
TParseTreeNode.setEndToken(TSourceTokenList endTokenList) |
void |
TParseTreeNode.setStartToken(TSourceTokenList startTokenList) |
void |
TConstant.setStringLiteralSequence(TSourceTokenList stringLiteralSequence) |
Modifier and Type | Method and Description |
---|---|
boolean |
TScriptWriter.verifyTokens(TSourceTokenList originalTokens,
boolean partialChecking) |
Modifier and Type | Method and Description |
---|---|
TSourceTokenList |
TCreateTriggerStmt.getDmlTpyes()
Deprecated.
As of v1.7.2.5, replaced by
ETriggerDmlType |
Modifier and Type | Method and Description |
---|---|
TSourceTokenList |
TMssqlCreateTrigger.getDmlTpyes()
Deprecated.
As of v1.7.2.5, replaced by
ETriggerDmlType |
Copyright © 2019. All rights reserved.