Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TMySQLCreateTableOption> |
TCreateTableSqlNode.getMySQLTableOptionList() |
TPTNodeList<TMySQLCreateTableOption> |
TAlterTableSqlNode.getMySQLTableOptionList() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TMySQLCreateTableOption node) |
void |
TParseTreeVisitor.preVisit(TMySQLCreateTableOption node) |
Modifier and Type | Method and Description |
---|---|
void |
TCreateTableSqlNode.setMySQLTableOptionList(TPTNodeList<TMySQLCreateTableOption> mySQLTableOptionList) |
void |
TAlterTableSqlNode.setMySQLTableOptionList(TPTNodeList<TMySQLCreateTableOption> mySQLTableOptionList) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TMySQLCreateTableOption option) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TMySQLCreateTableOption> |
TCreateTableSqlStatement.getMySQLTableOptionList()
MySQL, option used in create table such as engine, auto_increment and etc.
|
TPTNodeList<TMySQLCreateTableOption> |
TAlterTableStatement.getMySQLTableOptionList()
MySQL, table option
|
Modifier and Type | Method and Description |
---|---|
void |
TCreateTableSqlStatement.setMySQLTableOptionList(TPTNodeList<TMySQLCreateTableOption> mySQLTableOptionList) |
void |
TAlterTableStatement.setMySQLTableOptionList(TPTNodeList<TMySQLCreateTableOption> mySQLTableOptionList) |
Copyright © 2019. All rights reserved.