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.
|
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 |
TCreateFunctionStmt.getReturnTableDefinitions()
when
TCreateFunctionStmt.getReturnsType() == EFunctionReturnsType.frtMultiStatementTableValue
returns this table_type_definition |
TTableElementList |
TAlterRelation.getTableElementList()
Deprecated.
As of v1.6.4.1, all alter table options moved to
TAlterRelation.getAlterTableOptionList() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateFunctionStmt.setReturnTableDefinitions(TTableElementList returnTableDefinitions) |
void |
TAlterRelation.setTableElementList(TTableElementList tableElementList) |