| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLDataType |
interface |
SQLDbTypedObject |
interface |
SQLExpr |
interface |
SQLHint |
interface |
SQLIndex |
interface |
SQLName |
interface |
SQLObjectWithDataType |
interface |
SQLStatement |
| Modifier and Type | Method and Description |
|---|---|
SQLObject |
SQLObjectImpl.clone() |
SQLObject |
SQLObject.clone() |
SQLObject |
SQLPartition.getLobStorage() |
SQLObject |
SQLObjectImpl.getParent() |
SQLObject |
SQLObject.getParent() |
SQLObject |
SQLDeclareItem.getResolvedObject() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
SQLStatement.getChildren() |
List<SQLObject> |
SQLStatementImpl.getChildren() |
List<SQLObject> |
SQLExpr.getChildren() |
List<SQLObject> |
SQLExprImpl.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLPartition.setLobStorage(SQLObject lobStorage) |
void |
SQLObjectImpl.setParent(SQLObject parent) |
void |
SQLObject.setParent(SQLObject parent) |
void |
SQLDeclareItem.setResolvedObject(SQLObject resolvedObject) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLLiteralExpr |
interface |
SQLValuableExpr |
| Modifier and Type | Method and Description |
|---|---|
SQLObject |
SQLIdentifierExpr.getResolvedColumnObject() |
SQLObject |
SQLIdentifierExpr.getResolvedOwnerObject() |
SQLObject |
SQLPropertyExpr.getResolvedOwnerObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLIdentifierExpr.setResolvedOwnerObject(SQLObject resolvedOwnerObject) |
void |
SQLPropertyExpr.setResolvedOwnerObject(SQLObject resolvedOwnerObject) |
| Constructor and Description |
|---|
SQLCharExpr(String text,
SQLObject parent) |
SQLIntegerExpr(Number number,
SQLObject parent) |
SQLNCharExpr(String text,
SQLObject parent) |
SQLNullExpr(SQLObject parent) |
SQLNumberExpr(char[] chars,
SQLObject parent) |
SQLVariantRefExpr(String name,
SQLObject parent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLAlterDatabaseItem |
interface |
SQLAlterStatement |
interface |
SQLAlterTableItem |
interface |
SQLColumnConstraint |
interface |
SQLConstraint |
interface |
SQLCreateStatement |
interface |
SQLDDLStatement |
interface |
SQLDropStatement |
interface |
SQLForeignKeyConstraint |
interface |
SQLPrimaryKey |
interface |
SQLSelectQuery |
interface |
SQLShowStatement |
interface |
SQLTableConstraint |
interface |
SQLTableElement |
interface |
SQLTableSource |
interface |
SQLUniqueConstraint |
| Modifier and Type | Method and Description |
|---|---|
SQLObject |
SQLAlterIndexStatement.Rebuild.getOption() |
SQLObject |
SQLPrivilegeStatement.getResource() |
SQLObject |
SQLSelect.getRestriction() |
SQLObject |
SQLCreateMaterializedViewStatement.getStorage() |
SQLObject |
SQLSelectQueryBlock.resolveColum(long columnNameHash) |
SQLObject |
SQLJoinTableSource.resolveColum(long columnNameHash) |
SQLObject |
SQLTableSource.resolveColum(long columnNameHash) |
SQLObject |
SQLExprTableSource.resolveColum(long columnNameHash) |
SQLObject |
SQLTableSourceImpl.resolveColum(long columnNameHash) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
SQLAssignItem.getChildren() |
List<SQLObject> |
SQLDropRoleStatement.getChildren() |
List<SQLObject> |
SQLDropResourceGroupStatement.getChildren() |
List<SQLObject> |
SQLDropResourceStatement.getChildren() |
List<SQLObject> |
SQLDropIndexStatement.getChildren() |
List<SQLObject> |
SQLUseStatement.getChildren() |
List<SQLObject> |
SQLShowStatisticStmt.getChildren() |
List<SQLObject> |
SQLDropServerStatement.getChildren() |
List<SQLObject> |
SQLCreateIndexStatement.getChildren() |
List<SQLObject> |
SQLCreateDatabaseStatement.getChildren() |
List<SQLObject> |
SQLDropTriggerStatement.getChildren() |
List<SQLObject> |
SQLDropSynonymStatement.getChildren() |
List<SQLObject> |
SQLShowMaterializedViewStatement.getChildren() |
List<SQLObject> |
SQLUpdateStatement.getChildren() |
List<SQLObject> |
SQLCommentStatement.getChildren() |
List<SQLObject> |
SQLInsertStatement.getChildren() |
List<SQLObject> |
SQLSavePointStatement.getChildren() |
List<SQLObject> |
SQLAlterTypeStatement.getChildren() |
List<SQLObject> |
SQLAlterOutlineStatement.getChildren() |
List<SQLObject> |
SQLCreateSequenceStatement.getChildren() |
List<SQLObject> |
SQLExplainStatement.getChildren() |
List<SQLObject> |
SQLDropTableGroupStatement.getChildren() |
List<SQLObject> |
SQLDropOutlineStatement.getChildren() |
List<SQLObject> |
SQLGrantStatement.getChildren() |
List<SQLObject> |
SQLSelectStatement.getChildren() |
List<SQLObject> |
SQLCreateViewStatement.getChildren() |
List<SQLObject> |
SQLDropCatalogStatement.getChildren() |
List<SQLObject> |
SQLAlterTableStatement.getChildren() |
List<SQLObject> |
SQLReturnStatement.getChildren() |
List<SQLObject> |
SQLDropEventStatement.getChildren() |
List<SQLObject> |
SQLRefreshMaterializedViewStatement.getChildren() |
List<SQLObject> |
SQLCreateTableGroupStatement.getChildren() |
List<SQLObject> |
SQLCreateTriggerStatement.getChildren() |
List<SQLObject> |
SQLExplainAnalyzeStatement.getChildren() |
List<SQLObject> |
SQLShowColumnsStatement.getChildren() |
List<SQLObject> |
SQLDropDatabaseStatement.getChildren() |
List<SQLObject> |
SQLRollbackStatement.getChildren() |
List<SQLObject> |
SQLAlterSequenceStatement.getChildren() |
List<SQLObject> |
SQLCloseStatement.getChildren() |
List<SQLObject> |
SQLDropLogFileGroupStatement.getChildren() |
List<SQLObject> |
SQLShowCreateMaterializedViewStatement.getChildren() |
List<SQLObject> |
SQLCreateTableStatement.getChildren() |
List<SQLObject> |
SQLAlterDatabaseStatement.getChildren() |
List<SQLObject> |
SQLDropMaterializedViewStatement.getChildren() |
List<SQLObject> |
SQLSubmitJobStatement.getChildren() |
List<SQLObject> |
SQLAlterViewStatement.getChildren() |
List<SQLObject> |
SQLDeleteStatement.getChildren() |
List<SQLObject> |
SQLDropSequenceStatement.getChildren() |
List<SQLObject> |
SQLStartTransactionStatement.getChildren() |
List<SQLObject> |
SQLReleaseSavePointStatement.getChildren() |
List<SQLObject> |
SQLShowStatisticListStmt.getChildren() |
List<SQLObject> |
SQLDropTypeStatement.getChildren() |
List<SQLObject> |
SQLCreateRoleStatement.getChildren() |
List<SQLObject> |
SQLDescribeStatement.getChildren() |
List<SQLObject> |
SQLWhileStatement.getChildren() |
List<SQLObject> |
SQLCallStatement.getChildren() |
List<SQLObject> |
SQLAlterTableReOrganizePartition.getPartitions() |
List<SQLObject> |
SQLAlterTableAddPartition.getPartitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLAlterTableReOrganizePartition.addPartition(SQLObject partition) |
void |
SQLAlterTableAddPartition.addPartition(SQLObject x) |
void |
SQLAlterIndexStatement.Rebuild.setOption(SQLObject option) |
void |
SQLPrivilegeStatement.setResource(SQLObject x) |
void |
SQLSelect.setRestriction(SQLObject restriction) |
void |
SQLCreateMaterializedViewStatement.setStorage(SQLObject storage) |
| Constructor and Description |
|---|
ValuesClause(List values,
SQLObject parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
AntsparkCreateTableStatement |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SQLObject> |
AntsparkCreateTableStatement.getSerdeProperties() |
| Modifier and Type | Class and Description |
|---|---|
class |
BlinkCreateTableStatement |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DB2Object |
interface |
DB2Statement |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2IntermediateResultTableSource |
class |
DB2StatementImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2CreateTableStatement |
class |
DB2SelectQueryBlock |
class |
DB2ValuesStatement |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectQuery |
DB2SelectParser.query(SQLObject parent,
boolean acceptUnion) |
| Modifier and Type | Class and Description |
|---|---|
class |
HiveInputOutputFormat |
class |
HiveInsert |
class |
HiveInsertStatement |
class |
HiveMultiInsertStatement |
| Modifier and Type | Class and Description |
|---|---|
class |
HiveCreateFunctionStatement |
class |
HiveCreateTableStatement |
class |
HiveLoadDataStatement |
class |
HiveMsckRepairStatement |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SQLObject> |
HiveLoadDataStatement.getSerdeProperties() |
Map<String,SQLObject> |
HiveCreateTableStatement.getSerdeProperties() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MySqlHint |
interface |
MySqlIndexHint |
interface |
MySqlObject |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlForceIndexHint |
class |
MysqlForeignKey |
class |
MySqlIgnoreIndexHint |
class |
MySqlIndexHintImpl |
class |
MySqlKey |
class |
MySqlObjectImpl |
class |
MySqlPrimaryKey |
class |
MySqlUnique |
class |
MySqlUseIndexHint |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlCaseStatement |
static class |
MySqlCaseStatement.MySqlWhenStatement
case when statement
|
class |
MySqlCursorDeclareStatement |
class |
MySqlDeclareConditionStatement |
class |
MySqlDeclareHandlerStatement |
class |
MySqlDeclareStatement |
class |
MySqlIterateStatement |
class |
MySqlLeaveStatement |
class |
MySqlRepeatStatement |
class |
MySqlSelectIntoStatement |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
MySqlLeaveStatement.getChildren() |
List<SQLObject> |
MySqlCaseStatement.getChildren() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MySqlExpr |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlCharExpr |
class |
MySqlExprImpl |
class |
MySqlJSONTableExpr |
static class |
MySqlJSONTableExpr.Column |
class |
MySqlOrderingExpr |
class |
MySqlOutFileExpr |
class |
MySqlUserName |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
MySqlUserName.getChildren() |
List<SQLObject> |
MySqlJSONTableExpr.getChildren() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MySqlShowStatement |
interface |
MySqlStatement |
| Modifier and Type | Method and Description |
|---|---|
SQLObject |
MySqlAlterTableOption.getValue() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
MySqlExecuteForAdsStatement.getChildren() |
List<SQLObject> |
MySqlShowCharacterSetStatement.getChildren() |
List<SQLObject> |
MySqlLoadDataInFileStatement.getChildren() |
List<SQLObject> |
MySqlLoadXmlStatement.getChildren() |
List<SQLObject> |
MySqlKillStatement.getChildren() |
List<SQLObject> |
MySqlStatementImpl.getChildren() |
List<SQLObject> |
MySqlCreateTableStatement.TableSpaceOption.getChildren() |
List<SQLObject> |
MysqlDeallocatePrepareStatement.getChildren() |
List<SQLObject> |
MySqlExecuteStatement.getChildren() |
List<SQLObject> |
MySqlPrepareStatement.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlAlterTableOption.setValue(SQLObject value) |
| Constructor and Description |
|---|
MySqlAlterTableOption(String name,
SQLObject value) |
| Modifier and Type | Method and Description |
|---|---|
SQLTableSource |
MySqlSelectParser.parseTableSource(SQLObject parent) |
SQLSelectQuery |
MySqlSelectIntoParser.query(SQLObject parent,
boolean acceptUnion) |
SQLSelectQuery |
MySqlSelectParser.query(SQLObject parent,
boolean acceptUnion) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OdpsObject |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectQuery |
OdpsSelectParser.query(SQLObject parent,
boolean acceptUnion) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OracleSegmentAttributes
Created by wenshao on 21/05/2017.
|
interface |
OracleSQLObject |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleDataTypeIntervalDay |
class |
OracleDataTypeIntervalYear |
class |
OracleSegmentAttributesImpl
Created by wenshao on 21/05/2017.
|
class |
OracleSQLObjectImpl |
| Modifier and Type | Method and Description |
|---|---|
SQLObject |
OracleSegmentAttributesImpl.getStorage() |
SQLObject |
OracleSegmentAttributes.getStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleSegmentAttributesImpl.setStorage(SQLObject storage) |
void |
OracleSegmentAttributes.setStorage(SQLObject storage) |
| Modifier and Type | Class and Description |
|---|---|
class |
CycleClause |
class |
ModelClause |
static class |
ModelClause.CellAssignment |
static class |
ModelClause.CellAssignmentItem |
static class |
ModelClause.MainModelClause |
static class |
ModelClause.ModelColumn |
static class |
ModelClause.ModelColumnClause |
static class |
ModelClause.ModelRulesClause |
static class |
ModelClause.QueryPartitionClause |
static class |
ModelClause.ReferenceModelClause |
static class |
ModelClause.ReturnRowsClause |
class |
OracleLobStorageClause |
class |
OracleReturningClause |
class |
OracleStorageClause |
class |
OracleWithSubqueryEntry |
class |
PartitionExtensionClause |
class |
SampleClause |
class |
SearchClause |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
ModelClause.CellAssignment.getChildren() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OracleExpr |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleAnalytic |
class |
OracleAnalyticWindowing |
class |
OracleArgumentExpr |
class |
OracleBinaryDoubleExpr |
class |
OracleBinaryFloatExpr |
class |
OracleCursorExpr |
class |
OracleDatetimeExpr |
class |
OracleIntervalExpr |
class |
OracleIsOfTypeExpr |
class |
OracleIsSetExpr |
class |
OracleOuterExpr |
class |
OracleRangeExpr |
class |
OracleSysdateExpr |
class |
OracleTreatExpr |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
OracleSysdateExpr.getChildren() |
List<SQLObject> |
OracleIntervalExpr.getChildren() |
List<SQLObject> |
OracleIsOfTypeExpr.getChildren() |
List<SQLObject> |
OracleBinaryFloatExpr.getChildren() |
List<SQLObject> |
OracleTreatExpr.getChildren() |
List<SQLObject> |
OracleArgumentExpr.getChildren() |
List<SQLObject> |
OracleCursorExpr.getChildren() |
List<SQLObject> |
OracleRangeExpr.getChildren() |
List<SQLObject> |
OracleIsSetExpr.getChildren() |
List<SQLObject> |
OracleAnalytic.getChildren() |
List<SQLObject> |
OracleAnalyticWindowing.getChildren() |
List<SQLObject> |
OracleOuterExpr.getChildren() |
List<SQLObject> |
OracleDatetimeExpr.getChildren() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OracleAlterStatement |
interface |
OracleAlterTablespaceItem |
interface |
OracleConstraint |
interface |
OracleDDLStatement |
static interface |
OracleMultiInsertStatement.Entry |
interface |
OracleSelectTableSource |
interface |
OracleStatement |
| Modifier and Type | Method and Description |
|---|---|
SQLObject |
OracleUsingIndexClause.getIndex() |
SQLObject |
OracleCreateIndexStatement.getStorage() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
OracleLockTableStatement.getChildren() |
List<SQLObject> |
OracleAlterTableSplitPartition.UpdateIndexesClause.getItems() |
List<SQLObject> |
OracleAlterTableSplitPartition.NestedTablePartitionSpec.getSegmentAttributeItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleCreateTableStatement.setStorage(SQLObject storage) |
void |
OracleCreateIndexStatement.setStorage(SQLObject storage) |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleAlterTableSplitPartition.UpdateIndexesClause.setItems(List<SQLObject> items) |
void |
OracleAlterTableSplitPartition.NestedTablePartitionSpec.setSegmentAttributeItems(List<SQLObject> segmentAttributeItems) |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleFunctionDataType |
class |
OracleProcedureDataType |
| Modifier and Type | Method and Description |
|---|---|
SQLObject |
OracleExprParser.parseOpaque() |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleStatementParser.parseStatementList(List<SQLStatement> statementList,
int max,
SQLObject parent) |
SQLSelectQuery |
OracleSelectParser.query(SQLObject parent,
boolean acceptUnion) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PhoenixObject
Created by wenshao on 16/9/14.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PhoenixStatementImpl
Created by wenshao on 16/9/14.
|
class |
PhoenixUpsertStatement
Created by wenshao on 16/9/14.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PGSQLObject |
| Modifier and Type | Class and Description |
|---|---|
class |
PGSQLObjectImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PGExpr |
| Modifier and Type | Class and Description |
|---|---|
class |
PGBoxExpr |
class |
PGCidrExpr |
class |
PGCircleExpr |
class |
PGExprImpl |
class |
PGExtractExpr |
class |
PGInetExpr |
class |
PGLineSegmentsExpr |
class |
PGMacAddrExpr |
class |
PGPointExpr |
class |
PGPolygonExpr |
class |
PGTypeCastExpr |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
PGMacAddrExpr.getChildren() |
List<SQLObject> |
PGBoxExpr.getChildren() |
List<SQLObject> |
PGExtractExpr.getChildren() |
List<SQLObject> |
PGPointExpr.getChildren() |
List<SQLObject> |
PGCircleExpr.getChildren() |
List<SQLObject> |
PGInetExpr.getChildren() |
List<SQLObject> |
PGLineSegmentsExpr.getChildren() |
List<SQLObject> |
PGPolygonExpr.getChildren() |
List<SQLObject> |
PGCidrExpr.getChildren() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PGSQLStatement |
| Modifier and Type | Class and Description |
|---|---|
class |
PGAlterSchemaStatement |
class |
PGConnectToStatement |
class |
PGCreateSchemaStatement |
class |
PGDeleteStatement |
class |
PGDropSchemaStatement |
class |
PGFunctionTableSource |
class |
PGInsertStatement |
class |
PGSelectQueryBlock |
static class |
PGSelectQueryBlock.FetchClause |
static class |
PGSelectQueryBlock.ForClause |
class |
PGSelectStatement |
class |
PGShowStatement |
class |
PGStartTransactionStatement |
class |
PGUpdateStatement |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectQuery |
PGSelectParser.query(SQLObject parent,
boolean acceptUnion) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLServerObject |
interface |
SQLServerStatement |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerObjectImpl |
class |
SQLServerOutput |
class |
SQLServerSelectQueryBlock |
class |
SQLServerStatementImpl |
class |
SQLServerTop |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLServerExpr |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerObjectReferenceExpr |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
SQLServerObjectReferenceExpr.getChildren() |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerExecStatement |
static class |
SQLServerExecStatement.SQLServerParameter |
class |
SQLServerInsertStatement |
class |
SQLServerRollbackStatement |
class |
SQLServerSetTransactionIsolationLevelStatement |
class |
SQLServerUpdateStatement |
class |
SQLServerWaitForStatement |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLServerStatementParser.parseExecParameter(Collection<SQLServerExecStatement.SQLServerParameter> exprCol,
SQLObject parent)
SQLServer parse Parameter statement support out type
|
SQLSelectQuery |
SQLServerSelectParser.query(SQLObject parent,
boolean acceptUnion) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransactSQLObject |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLExprParser.exprList(Collection<SQLExpr> exprCol,
SQLObject parent) |
void |
SQLExprParser.names(Collection<SQLName> exprCol,
SQLObject parent) |
SQLNumberExpr |
Lexer.numberExpr(SQLObject parent) |
void |
SQLExprParser.orderBy(List<SQLSelectOrderByItem> items,
SQLObject parent) |
void |
SQLExprParser.parseAssignItem(List<SQLAssignItem> outList,
SQLObject parent) |
void |
SQLStatementParser.parseAssignItems(List<? super SQLAssignItem> items,
SQLObject parent) |
void |
SQLStatementParser.parseAssignItems(List<? super SQLAssignItem> items,
SQLObject parent,
boolean variant) |
SQLColumnDefinition |
SQLExprParser.parseColumn(SQLObject parent) |
void |
SQLExprParser.parseIndexRest(SQLIndex idx,
SQLObject parent) |
void |
SQLStatementParser.parseStatementList(List<SQLStatement> statementList,
int max,
SQLObject parent) |
List<SQLStatement> |
SQLStatementParser.parseStatementList(SQLObject parent) |
SQLSelectQuery |
SQLSelectParser.query(SQLObject parent) |
SQLSelectQuery |
SQLSelectParser.query(SQLObject parent,
boolean acceptUnion) |
| Modifier and Type | Field and Description |
|---|---|
SQLObject |
SchemaResolveVisitor.Context.object |
| Modifier and Type | Method and Description |
|---|---|
SchemaResolveVisitor.Context |
SchemaResolveVisitor.createContext(SQLObject object) |
| Constructor and Description |
|---|
Context(SQLObject object,
SchemaResolveVisitor.Context parent) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
SQLEvalVisitorUtils.eval(DbType dbType,
SQLObject sqlObject,
List<Object> parameters) |
static Object |
SQLEvalVisitorUtils.eval(DbType dbType,
SQLObject sqlObject,
List<Object> parameters,
boolean throwError) |
static Object |
SQLEvalVisitorUtils.eval(DbType dbType,
SQLObject sqlObject,
Object... parameters) |
static Object |
SQLEvalVisitorUtils.getValue(SQLObject sqlObject) |
void |
SQLASTOutputVisitor.postVisit(SQLObject x) |
default void |
SQLASTVisitor.postVisit(SQLObject x) |
default void |
SQLASTVisitor.preVisit(SQLObject x) |
| Modifier and Type | Method and Description |
|---|---|
default void |
WallVisitor.preVisit(SQLObject x) |
default String |
WallVisitor.toSQL(SQLObject obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WallVisitorUtils.checkConditionForMultiTenant(WallVisitor visitor,
SQLExpr x,
SQLObject parent)
Deprecated.
|
boolean |
MySqlWallVisitor.checkVar(SQLObject parent,
String varName) |
static Object |
WallVisitorUtils.eval(WallVisitor wallVisitor,
DbType dbType,
SQLObject sqlObject,
List<Object> parameters) |
static SQLSelectQueryBlock |
WallVisitorUtils.getQueryBlock(SQLObject x) |
static Object |
WallVisitorUtils.getValueFromAttributes(WallVisitor visitor,
SQLObject sqlObject) |
static boolean |
WallVisitorUtils.isFirst(SQLObject x) |
static boolean |
WallVisitorUtils.isTopNoneFromSelect(WallVisitor visitor,
SQLObject x) |
static boolean |
WallVisitorUtils.isWhereOrHaving(SQLObject x) |
static void |
WallVisitorUtils.preVisitCheck(WallVisitor visitor,
SQLObject x) |
Copyright © 2013–2020 Alibaba Group. All rights reserved.