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 |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TColumnWithSortOrder> |
TCustomSqlStatement.getIndexColumns() |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TColumnWithSortOrder> |
TConstraint.getColumnList() |
TPTNodeList<TColumnWithSortOrder> |
TAlterTableOption.getIndexCols()
MySQL, column list of foreign key
|
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TColumnWithSortOrder node) |
void |
TParseTreeVisitor.preVisit(TColumnWithSortOrder node) |
Modifier and Type | Method and Description |
---|---|
void |
TConstraint.setColumnList(TPTNodeList<TColumnWithSortOrder> columnList) |
void |
TAlterTableOption.setIndexCols(TPTNodeList<TColumnWithSortOrder> indexCols) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TColumnWithSortOrder node) |
Copyright © 2019. All rights reserved.