Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.snowflake | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Field and Description |
---|---|
ArrayList<TCreateTableOption> |
TDummy.tableOptions |
Modifier and Type | Method and Description |
---|---|
TCreateTableOption |
TCreateViewSqlNode.getCommentClause() |
Modifier and Type | Method and Description |
---|---|
ArrayList<TCreateTableOption> |
TCreateTableSqlNode.getTableOptions() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateTableSqlNode.appendTableOption(TCreateTableOption tableOption) |
void |
TParseTreeVisitor.postVisit(TCreateTableOption node) |
void |
TParseTreeVisitor.preVisit(TCreateTableOption node) |
void |
TColumnDefinition.setCommentByCreateTableOption(TCreateTableOption comment) |
void |
TCreateViewSqlNode.setCommentClause(TCreateTableOption commentClause) |
void |
TViewAliasItem.setCommentOption(TCreateTableOption commentOption) |
void |
TCreateTableSqlNode.setTableOption(TCreateTableOption option) |
Modifier and Type | Method and Description |
---|---|
void |
TCreateViewSqlNode.setCreateViewOptions(ArrayList<TCreateTableOption> options) |
void |
TCreateTableSqlNode.setTableOptions(ArrayList<TCreateTableOption> tableOptions) |
Modifier and Type | Field and Description |
---|---|
ArrayList<TCreateTableOption> |
TCopyIntoNode.tableOptions |
Modifier and Type | Method and Description |
---|---|
ArrayList<TCreateTableOption> |
TCreateStageSqlNode.getTableOptions() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateStageSqlNode.setTableOptions(ArrayList<TCreateTableOption> tableOptions) |
Modifier and Type | Method and Description |
---|---|
ArrayList<TCreateTableOption> |
TCreateTableSqlStatement.getTableOptions() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateTableSqlStatement.setTableOptions(ArrayList<TCreateTableOption> tableOptions) |