Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.mssql | |
gudusoft.gsqlparser.stmt.postgresql | |
gudusoft.gsqlparser.stmt.snowflake |
Modifier and Type | Method and Description |
---|---|
TTableElementList |
TCreateTableSqlNode.getTableElementList() |
TTableElementList |
TDeclareVariable.getTableTypeDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateTableSqlNode.setTableElementList(TTableElementList tableElementList) |
void |
TDeclareVariable.setTableTypeDefinitions(TTableElementList tableTypeDefinitions) |
Modifier and Type | Method and Description |
---|---|
TTableElementList |
TAlterTableStatement.getTableElementList()
Deprecated.
As of v1.6.4.1, all alter table options moved to
TAlterTableStatement.getAlterTableOptionList() |
Modifier and Type | Method and Description |
---|---|
void |
TAlterTableStatement.setTableElementList(TTableElementList tableElementList) |
Modifier and Type | Method and Description |
---|---|
TTableElementList |
TMssqlCreateFunction.getReturnTableDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
TMssqlCreateFunction.setReturnTableDefinitions(TTableElementList returnTableDefinitions) |
Modifier and Type | Method and Description |
---|---|
TTableElementList |
TPostgresqlCreateFunction.getReturnTableDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
TPostgresqlCreateFunction.setReturnTableDefinitions(TTableElementList returnTableDefinitions) |
Modifier and Type | Method and Description |
---|---|
TTableElementList |
TSnowflakeCreateFunctionStmt.getReturnTableDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
TSnowflakeCreateFunctionStmt.setReturnTableDefinitions(TTableElementList returnTableDefinitions) |
Copyright © 2019. All rights reserved.