Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
Modifier and Type | Class and Description |
---|---|
class |
TDmlSelectItem |
class |
TFromTable
Represents table source in from clause of select/delete statement, and update table clause of update statement.
|
class |
TJoin
A list of join
TCustomSqlStatement.joins represents table sources in following clauses of SQL statement:
from clause of select statement.
from clause of delete statement, Specifies an additional FROM clause, This Transact-SQL extension to DELETE allows specifying data from table_source and deleting the corresponding rows from the table in the first FROM clause.
from clause of update statement, Specifies that a table, view, or derived table source is used to provide the criteria for the update operation. |
class |
TJoinExpr
Internal used by parser.
|
class |
TPivotClause
use the PIVOT and UNPIVOT relational operators to change a table-valued expression into another table.
|
class |
TResultColumn
This class represents select_list item in select statement, lets you specify the columns you want to retrieve from the table.
|
class |
TTable
Represents various kinds of table source in from clause.
|
Copyright © 2019. All rights reserved.