Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
gudusoft.gsqlparser.dlineage.dataflow.model | |
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.functions | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
TResultColumnList |
TCustomSqlStatement.getResultColumnList()
In select statement, this method returns Items in select_list.
|
Modifier and Type | Method and Description |
---|---|
void |
TCustomSqlStatement.setResultColumnList(TResultColumnList resultColumnList) |
Modifier and Type | Method and Description |
---|---|
TResultColumnList |
PivotedTable.getResultColumnObject() |
TResultColumnList |
SelectResultSet.getResultColumnObject() |
TResultColumnList |
Cursor.getResultColumnObject() |
TResultColumnList |
SelectSetResultSet.getResultColumnObject() |
Modifier and Type | Method and Description |
---|---|
List<TResultColumnList> |
ModelBindingManager.getSelectResultSets() |
Modifier and Type | Method and Description |
---|---|
ArrayList<TResultColumnList> |
TValueClause.getRows()
Rows in the values clause.
|
Modifier and Type | Method and Description |
---|---|
void |
TValueClause.append(TResultColumnList list) |
void |
TParseTreeVisitor.postVisit(TResultColumnList node) |
void |
TParseTreeVisitor.preVisit(TResultColumnList node) |
void |
TPivotClause.setAggregation_function_list(TResultColumnList aggregation_function_list) |
void |
TMultiTarget.setColumnList(TResultColumnList columnList) |
void |
TInsertSqlNode.setColumnListByResultColumnList(TResultColumnList columnList) |
void |
TTable.setColumnListInTempTable(TResultColumnList columnListInTempTable) |
void |
TObjectName.setColumnsLinkedToStar(TResultColumnList columnsLinkedToStar) |
void |
TPivotInClause.setItems(TResultColumnList items) |
void |
TInsertSqlNode.setOnDuplicateKeyUpdate(TResultColumnList onDuplicateKeyUpdate) |
void |
TXMLPassingClause.setPassingList(TResultColumnList passingList) |
void |
TUpdateSqlNode.setResultColumnList(TResultColumnList resultColumnList) |
void |
TSelectSqlNode.setResultColumnList(TResultColumnList resultColumnList) |
void |
TOutputClause.setSelectItemList(TResultColumnList selectItemList) |
void |
TOutputClause.setSelectItemList2(TResultColumnList selectItemList2) |
void |
TUpdateSqlNode.setUnSetTerms(TResultColumnList unSetTerms) |
void |
TMergeUpdateClause.setUnSetTerms(TResultColumnList unSetTerms) |
void |
TMergeUpdateClause.setUpdateColumnList(TResultColumnList updateColumnList) |
void |
TXMLAttributesClause.setValueExprList(TResultColumnList valueExprList) |
void |
TMergeInsertClause.setValuelist(TResultColumnList valuelist) |
void |
TFunctionCall.setXMLElementValueExprList(TResultColumnList XMLElementValueExprList) |
void |
TFunctionCall.setXMLForestValueList(TResultColumnList XMLForestValueList) |
Modifier and Type | Method and Description |
---|---|
TResultColumnList |
TJsonFunction.getJsonAggList() |
TResultColumnList |
TPredictArgument.getStructColumns() |
Modifier and Type | Method and Description |
---|---|
void |
TPredictArgument.setStructColumns(TResultColumnList structColumns) |
Modifier and Type | Method and Description |
---|---|
TResultColumnList |
TInsertSqlStatement.getOnDuplicateKeyUpdate()
MySQL on duplicate key update column list.
|
TResultColumnList |
TSelectSqlStatement.getResultColumnList() |
TResultColumnList |
TInsertSqlStatement.getSetColumnValues()
set column value clauses in MySQL insert statement.
|
TResultColumnList |
TUpdateSqlStatement.getUnSetTerms()
Couchbase unset clause
|
Modifier and Type | Method and Description |
---|---|
void |
TInsertSqlStatement.setOnDuplicateKeyUpdate(TResultColumnList onDuplicateKeyUpdate) |
void |
TInsertSqlStatement.setSetColumnValues(TResultColumnList setColumnValues) |
void |
TUpdateSqlStatement.setUnSetTerms(TResultColumnList unSetTerms) |