Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
gudusoft.gsqlparser.TGSqlParserr necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.couchbase | |
gudusoft.gsqlparser.nodes.dax | |
gudusoft.gsqlparser.nodes.hive | |
gudusoft.gsqlparser.nodes.mdx | |
gudusoft.gsqlparser.nodes.mssql | |
gudusoft.gsqlparser.nodes.oracle | |
gudusoft.gsqlparser.nodes.vertica | |
gudusoft.gsqlparser.scriptWriter | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.dax | |
gudusoft.gsqlparser.stmt.db2 | |
gudusoft.gsqlparser.stmt.hive | |
gudusoft.gsqlparser.stmt.mdx | |
gudusoft.gsqlparser.stmt.mssql | |
gudusoft.gsqlparser.stmt.mysql | |
gudusoft.gsqlparser.stmt.oracle | |
gudusoft.gsqlparser.stmt.teradata | |
gudusoft.gsqlparser.stmt.vertica |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TColumnWithSortOrder> |
TCustomSqlStatement.getIndexColumns() |
Modifier and Type | Field and Description |
---|---|
TPTNodeList<TObjectNameList> |
TDummy.objectNameListTPTNodeList |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TBinding> |
TUpdateFor.getBindings() |
TPTNodeList<TBinding> |
TCollPredBase.getBindings() |
TPTNodeList<TBinding> |
TCollMapBase.getBindings() |
TPTNodeList<TIndexRef> |
TUseKeyIndex.getIndexes() |
TPTNodeList<TPair> |
TObjectConstruct.getPairs() |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TDaxExprPair> |
TDaxIsOnOrAfter.getExprPairList() |
TPTNodeList<TDaxNameExpression> |
TDaxSummerizeColumns.getNameValues() |
TPTNodeList<TDaxNameExpression> |
TDaxFunction.getNameValues() |
TPTNodeList<TDaxOrderByExpr> |
TDaxFunction.getOrderByExprList() |
TPTNodeList<TExpressionList> |
TDaxDatatable.getValuesList() |
TPTNodeList<TDaxVar> |
TDaxReturn.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
TDaxFunction.setNameValues(TPTNodeList<TDaxNameExpression> nameValues) |
void |
TDaxReturn.setVariables(TPTNodeList<TDaxVar> variables) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<THiveKeyValueProperty> |
THiveWithDBPropertiesClause.getDbProperties() |
TPTNodeList<THiveHintItem> |
THiveHintClause.getHintList() |
TPTNodeList<TParseTreeNode> |
THiveFromQuerySqlNode.getHiveBodyList() |
TPTNodeList<THiveKeyValueProperty> |
THiveIndexProperties.getIndexProperties() |
TPTNodeList<TPartitionExtensionClause> |
THiveMetastoreCheckSqlNode.getPartitionSpecList() |
TPTNodeList<THivePrincipalName> |
THiveGrantSqlNode.getPrincipals() |
TPTNodeList<THivePrincipalName> |
THiveGrantRoleSqlNode.getPrincipals() |
TPTNodeList<THivePrivilegeDef> |
THiveGrantSqlNode.getPrivilegeList() |
TPTNodeList<THiveKeyValueProperty> |
THiveTableFileFormat.getSerdeprops() |
TPTNodeList<THiveKeyValueProperty> |
THiveTableProperties.getTableProperties() |
TPTNodeList<THiveKeyValueProperty> |
THiveRowFormat.getTableProperties() |
Modifier and Type | Method and Description |
---|---|
void |
THiveWithDBPropertiesClause.setDbProperties(TPTNodeList<THiveKeyValueProperty> dbProperties) |
void |
THiveHintClause.setHintList(TPTNodeList<THiveHintItem> hintList) |
void |
THiveIndexProperties.setIndexProperties(TPTNodeList<THiveKeyValueProperty> indexProperties) |
void |
THiveTableFileFormat.setSerdeprops(TPTNodeList<THiveKeyValueProperty> serdeprops) |
void |
THiveTableProperties.setTableProperties(TPTNodeList<THiveKeyValueProperty> tableProperties) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TMdxExpNode> |
TMdxCallNode.getArgs() |
TPTNodeList<TMdxExpNode> |
TMdxPropertyNode.getArguments() |
TPTNodeList<TMdxExpNode> |
TMdxFunctionNode.getArguments()
If this class represents a method, the first element is the object expression of the method,
and the real argument is start from the second element.
|
TPTNodeList<TMdxAxisNode> |
TMdxSelectNode.getAxes() |
TPTNodeList<TMdxCalcPropNode> |
TMdxWithNode.getCalcProps() |
TPTNodeList<TMdxExpNode> |
TMdxSelectNode.getCellProps() |
TPTNodeList<TMdxIdentifierNode> |
TMdxCreateSessionCubeNode.getCubeList() |
TPTNodeList<TMdxIdentifierNode> |
TMdxAxisNode.getDimensionProperties()
list of dimension property clause
|
TPTNodeList<TMdxExpNode> |
TMdxScopeNode.getExprList() |
TPTNodeList<TMdxExpNode> |
TMdxTupleNode.getExprList() |
TPTNodeList<TMdxGroupNode> |
TMdxDimContentNode.getGroupingList() |
TPTNodeList<TMdxNameSegment> |
IMdxIdentifierSegment.getKeyParts()
Returns the key components, if this IMdxIdentifierSegment is a key.
|
TPTNodeList<TMdxNameSegment> |
TMdxNameSegment.getKeyParts() |
TPTNodeList<TMdxNameSegment> |
TMdxKeySegment.getKeyParts() |
TPTNodeList<TMdxLevelNode> |
TMdxDimContentNode.getLevelList() |
TPTNodeList<TMdxMemberNode> |
TMdxDimContentNode.getMemberList() |
TPTNodeList<TMdxObjectNode> |
TMdxCreateSessionCubeNode.getParamList() |
TPTNodeList<TMdxExpNode> |
TMdxDrillthroughNode.getReturnAttrs() |
TPTNodeList<IMdxIdentifierSegment> |
TMdxIdentifierNode.getSegmentList()
Returns the list of segments which constitute this identifier.
|
TPTNodeList<IMdxIdentifierSegment> |
TMdxIdentifierNode.getSegments()
|
TPTNodeList<TParseTreeNode> |
TMdxScopeNode.getStatementList() |
TPTNodeList<TMdxExpNode> |
TMdxSetNode.getTupleList() |
TPTNodeList<TMdxExpNode> |
TMdxCaseNode.getWhenList() |
TPTNodeList<TMdxWithNode> |
TMdxSelectNode.getWiths() |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TQueryHint> |
TOptionClause.getQueryHints() |
Modifier and Type | Method and Description |
---|---|
void |
TOptionClause.setQueryHints(TPTNodeList<TQueryHint> queryHints) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TPhysicalAttributesItem> |
TPhysicalAttributesClause.getPhysicalAttributesItems() |
TPTNodeList<TOracleCreateMvRefreshOption> |
TOracleCreateMvRefresh.getRefreshOptions()
if returns null, then it's the never refresh node.
|
TPTNodeList<TSegmentAttributesItem> |
TSegmentAttributesClause.getSegmentAttributesItems() |
TPTNodeList<TStorageItem> |
TStorageClause.getStorageItems() |
TPTNodeList<TTimingPoint> |
TCompoundTriggerBodyNode.getTimingPointList() |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TNameValuePair> |
TAlterAuthenticationSqlNode.getSetParams() |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TPTNodeList options) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TSetAssignment> |
TSetDatabaseObjectStmt.getAssignments() |
TPTNodeList<TSetAssignment> |
TSetStmt.getAssignments() |
TPTNodeList<THiveKeyValueProperty> |
TAlterDatabaseStmt.getDbProperties()
Hive, db properties in set dbproperties clause.
|
TPTNodeList<TInsertIntoValue> |
TInsertSqlStatement.getElseIntoValues()
Oracle, values in else clause
|
TPTNodeList<TIndexDefinition> |
TCreateTableSqlStatement.getIndexDefinitions()
Teradata index definition
|
TPTNodeList<THiveKeyValueProperty> |
TAlterIndexStmt.getIndexProperties()
Hive, index properties of SET IDXPROPERTIES clause
|
TPTNodeList<TIndexKeyTerm> |
TCreateIndexSqlStatement.getIndexTerms() |
TPTNodeList<TInsertCondition> |
TInsertSqlStatement.getInsertConditions()
Oracle insert condition
|
TPTNodeList<TInsertIntoValue> |
TInsertSqlStatement.getInsertIntoValues()
Oracle insert into values used after insert all/first clause
|
TPTNodeList<TLockingClause> |
TSelectSqlStatement.getLockingClauses()
PostgreSQL, for update of, for read only.
|
TPTNodeList<TMySQLCreateTableOption> |
TCreateTableSqlStatement.getMySQLTableOptionList()
MySQL, option used in create table such as engine, auto_increment and etc.
|
TPTNodeList<TMySQLCreateTableOption> |
TAlterTableStatement.getMySQLTableOptionList()
MySQL, table option
|
TPTNodeList<TSequenceOption> |
TCreateSequenceStmt.getOptions() |
TPTNodeList<TPartitionExtensionClause> |
TAlterViewStatement.getPartitionSpecs() |
TPTNodeList<TObjectNameList> |
TRenameStmt.getRenamedObjectList()
The list of the table name need to be renamed.
|
TPTNodeList<TRoleSpec> |
TGrantStmt.getRoleList() |
TPTNodeList<TMergeWhenClause> |
TMergeSqlStatement.getWhenClauses()
when matched/not matched clauses.
|
Modifier and Type | Method and Description |
---|---|
void |
TAlterDatabaseStmt.setDbProperties(TPTNodeList<THiveKeyValueProperty> dbProperties) |
void |
TCreateTableSqlStatement.setIndexDefinitions(TPTNodeList<TIndexDefinition> indexDefinitions) |
void |
TAlterIndexStmt.setIndexProperties(TPTNodeList<THiveKeyValueProperty> indexProperties) |
void |
TCreateIndexSqlStatement.setIndexTerms(TPTNodeList<TIndexKeyTerm> indexTerms) |
void |
TInsertSqlStatement.setInsertConditions(TPTNodeList<TInsertCondition> insertConditions) |
void |
TInsertSqlStatement.setInsertIntoValues(TPTNodeList<TInsertIntoValue> insertIntoValues) |
void |
TSelectSqlStatement.setLockingClauses(TPTNodeList<TLockingClause> lockingClauses) |
void |
TCreateTableSqlStatement.setMySQLTableOptionList(TPTNodeList<TMySQLCreateTableOption> mySQLTableOptionList) |
void |
TAlterTableStatement.setMySQLTableOptionList(TPTNodeList<TMySQLCreateTableOption> mySQLTableOptionList) |
void |
TCreateSequenceStmt.setOptions(TPTNodeList<TSequenceOption> options) |
void |
TAlterViewStatement.setPartitionSpecs(TPTNodeList<TPartitionExtensionClause> partitionSpecs) |
void |
TMergeSqlStatement.setWhenClauses(TPTNodeList<TMergeWhenClause> whenClauses) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TDaxVar> |
TDaxEvaluateStmt.getMeasureList() |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TSetAssignment> |
TDb2SetVariableStmt.getAssignments() |
Modifier and Type | Method and Description |
---|---|
void |
TDb2SetVariableStmt.setAssignments(TPTNodeList<TSetAssignment> assignments) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TPartitionExtensionClause> |
THiveMetaStoreCheck.getPartitionSpecList() |
TPTNodeList<THivePrincipalName> |
THiveGrantRole.getPrincipals() |
TPTNodeList<THivePrincipalName> |
THiveRevokeRole.getPrincipals() |
TPTNodeList<THivePrincipalName> |
THiveRevoke.getPrincipals() |
TPTNodeList<THivePrincipalName> |
THiveGrant.getPrincipals() |
TPTNodeList<THivePrivilegeDef> |
THiveRevoke.getPrivilegeList() |
TPTNodeList<THivePrivilegeDef> |
THiveGrant.getPrivilegeList() |
Modifier and Type | Method and Description |
---|---|
void |
THiveMetaStoreCheck.setPartitionSpecList(TPTNodeList<TPartitionExtensionClause> partitionSpecList) |
void |
THiveGrantRole.setPrincipals(TPTNodeList<THivePrincipalName> principals) |
void |
THiveRevokeRole.setPrincipals(TPTNodeList<THivePrincipalName> principals) |
void |
THiveRevoke.setPrincipals(TPTNodeList<THivePrincipalName> principals) |
void |
THiveGrant.setPrincipals(TPTNodeList<THivePrincipalName> principals) |
void |
THiveRevoke.setPrivilegeList(TPTNodeList<THivePrivilegeDef> privilegeList) |
void |
THiveGrant.setPrivilegeList(TPTNodeList<THivePrivilegeDef> privilegeList) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TMdxExpNode> |
TMdxCall.getArgs() |
TPTNodeList<TMdxAxisNode> |
TMdxSelect.getAxes()
list of query axis clause in the select list
|
TPTNodeList<TMdxExpNode> |
TMdxSelect.getCellProps() |
TPTNodeList<TMdxIdentifierNode> |
TMdxCreateSessionCube.getCubeList() |
TPTNodeList<TMdxExpNode> |
TMdxScope.getExprList() |
TPTNodeList<TMdxObjectNode> |
TMdxCreateSessionCube.getParamList() |
TPTNodeList<TMdxExpNode> |
TMdxDrillthrough.getReturnAttrs() |
TPTNodeList<TMdxWithNode> |
TMdxSelect.getWiths() |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TProcedureOption> |
TMssqlCreateFunction.getProcedureOptions() |
TPTNodeList<TProcedureOption> |
TMssqlCreateProcedure.getProcedureOptions() |
Modifier and Type | Method and Description |
---|---|
void |
TMssqlCreateFunction.setProcedureOptions(TPTNodeList<TProcedureOption> procedureOptions) |
void |
TMssqlCreateProcedure.setProcedureOptions(TPTNodeList<TProcedureOption> procedureOptions) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TSetAssignment> |
TMySQLSet.getAssignments() |
Modifier and Type | Method and Description |
---|---|
void |
TMySQLSet.setAssignments(TPTNodeList<TSetAssignment> assignments) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TTimingPoint> |
TCompoundTriggerBody.getTimingPointList() |
Modifier and Type | Method and Description |
---|---|
void |
TCompoundTriggerBody.setTimingPointList(TPTNodeList<TTimingPoint> timingPointList) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TCollectColumnIndex> |
TTeradataCollectStatistics.getColumnIndexList() |
Modifier and Type | Method and Description |
---|---|
void |
TTeradataCollectStatistics.setColumnIndexList(TPTNodeList<TCollectColumnIndex> columnIndexList) |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TNameValuePair> |
TAlterAuthentication.getSetParams() |
Copyright © 2019. All rights reserved.