Uses of Interface
com.alibaba.druid.sql.ast.SQLObject
-
-
Uses of SQLObject in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql with parameters of type SQLObject Modifier and Type Method Description static StringSQLUtils. toAntsparkString(SQLObject sqlObject)static StringSQLUtils. toAntsparkString(SQLObject sqlObject, SQLUtils.FormatOption option)static StringSQLUtils. toDB2String(SQLObject sqlObject)static StringSQLUtils. toDB2String(SQLObject sqlObject, SQLUtils.FormatOption option)static StringSQLUtils. toHiveString(SQLObject sqlObject)static StringSQLUtils. toMySqlString(SQLObject sqlObject)static StringSQLUtils. toMySqlString(SQLObject sqlObject, SQLUtils.FormatOption option)static StringSQLUtils. toMySqlString(SQLObject sqlObject, VisitorFeature... features)static StringSQLUtils. toMySqlStringIfNotNull(SQLObject sqlObject, String defaultStr)static StringSQLUtils. toNormalizeMysqlString(SQLObject sqlObject)static StringSQLUtils. toOdpsString(SQLObject sqlObject)static StringSQLUtils. toOdpsString(SQLObject sqlObject, SQLUtils.FormatOption option)static StringSQLUtils. toOracleString(SQLObject sqlObject)static StringSQLUtils. toOracleString(SQLObject sqlObject, SQLUtils.FormatOption option)static StringSQLUtils. toPGString(SQLObject sqlObject)static StringSQLUtils. toPGString(SQLObject sqlObject, SQLUtils.FormatOption option)static StringSQLUtils. toSQLServerString(SQLObject sqlObject)static StringSQLUtils. toSQLServerString(SQLObject sqlObject, SQLUtils.FormatOption option)static StringSQLUtils. toSQLString(SQLObject obj)static StringSQLUtils. toSQLString(SQLObject sqlObject, DbType dbType)static StringSQLUtils. toSQLString(SQLObject sqlObject, DbType dbType, SQLUtils.FormatOption option)static StringSQLUtils. toSQLString(SQLObject sqlObject, DbType dbType, SQLUtils.FormatOption option, VisitorFeature... features)static StringSQLUtils. toSQLString(SQLObject sqlObject, String dbType) -
Uses of SQLObject in com.alibaba.druid.sql.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.ast Modifier and Type Interface Description interfaceSQLDataTypeinterfaceSQLDbTypedObjectinterfaceSQLExprinterfaceSQLHintinterfaceSQLIndexinterfaceSQLNameinterfaceSQLObjectWithDataTypeinterfaceSQLStatementFields in com.alibaba.druid.sql.ast declared as SQLObject Modifier and Type Field Description protected SQLObjectSQLObjectImpl. parentprotected SQLObjectSQLDeclareItem. resolvedObjectMethods in com.alibaba.druid.sql.ast that return SQLObject Modifier and Type Method Description SQLObjectSQLObject. clone()SQLObjectSQLObjectImpl. clone()SQLObjectSQLObject. getParent()SQLObjectSQLObject. getParent(int level)SQLObjectSQLObjectImpl. getParent()SQLObjectSQLObjectImpl. getParent(int level)SQLObjectSQLDeclareItem. getResolvedObject()Methods in com.alibaba.druid.sql.ast that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>SQLExpr. getChildren()List<SQLObject>SQLExprImpl. getChildren()List<SQLObject>SQLStatement. getChildren()List<SQLObject>SQLStatementImpl. getChildren()Methods in com.alibaba.druid.sql.ast with parameters of type SQLObject Modifier and Type Method Description protected voidSQLObjectImpl. acceptChild(SQLASTVisitor visitor, SQLObject child)voidSQLObject. setParent(SQLObject parent)voidSQLObjectImpl. setParent(SQLObject parent)voidSQLDeclareItem. setResolvedObject(SQLObject resolvedObject)Method parameters in com.alibaba.druid.sql.ast with type arguments of type SQLObject Modifier and Type Method Description protected voidSQLObjectImpl. acceptChild(SQLASTVisitor visitor, List<? extends SQLObject> children) -
Uses of SQLObject in com.alibaba.druid.sql.ast.expr
Subinterfaces of SQLObject in com.alibaba.druid.sql.ast.expr Modifier and Type Interface Description interfaceSQLLiteralExprinterfaceSQLValuableExprFields in com.alibaba.druid.sql.ast.expr declared as SQLObject Modifier and Type Field Description protected SQLObjectSQLPropertyExpr. resolvedColumnprotected SQLObjectSQLPropertyExpr. resolvedOwnerObjectFields in com.alibaba.druid.sql.ast.expr with type parameters of type SQLObject Modifier and Type Field Description protected List<SQLObject>SQLBinaryOpExpr. mergedListMethods in com.alibaba.druid.sql.ast.expr that return SQLObject Modifier and Type Method Description SQLObjectSQLIdentifierExpr. getResolvedColumnObject()SQLObjectSQLIdentifierExpr. getResolvedOwnerObject()SQLObjectSQLPropertyExpr. getResolvedOwnerObject()Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLObject Modifier and Type Method Description voidSQLIdentifierExpr. setResolvedColumn(SQLObject resolvedColumn)voidSQLIdentifierExpr. setResolvedOwnerObject(SQLObject resolvedOwnerObject)voidSQLPropertyExpr. setResolvedOwnerObject(SQLObject resolvedOwnerObject)Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLObject Constructor 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) -
Uses of SQLObject in com.alibaba.druid.sql.ast.statement
Subinterfaces of SQLObject in com.alibaba.druid.sql.ast.statement Modifier and Type Interface Description interfaceSQLAlterDatabaseIteminterfaceSQLAlterStatementinterfaceSQLAlterTableIteminterfaceSQLColumnConstraintinterfaceSQLConstraintinterfaceSQLCreateStatementinterfaceSQLDDLStatementinterfaceSQLDropStatementinterfaceSQLForeignKeyConstraintinterfaceSQLLockTableStatementinterfaceSQLPrimaryKeyinterfaceSQLSelectQueryinterfaceSQLShowStatementinterfaceSQLTableConstraintinterfaceSQLTableElementinterfaceSQLTableSourceinterfaceSQLUniqueConstraintFields in com.alibaba.druid.sql.ast.statement declared as SQLObject Modifier and Type Field Description protected SQLObjectSQLPrivilegeStatement. resourceprotected SQLObjectSQLSelect. restrictionprotected SQLObjectSQLCreateMaterializedViewStatement. storageMethods in com.alibaba.druid.sql.ast.statement with type parameters of type SQLObject Modifier and Type Method Description protected <T extends SQLObject>
booleanSQLSelectQueryBlock. replaceList(List<T> exprList, T expr, T target)Methods in com.alibaba.druid.sql.ast.statement that return SQLObject Modifier and Type Method Description SQLObjectSQLAlterIndexStatement.Rebuild. getOption()SQLObjectSQLPrivilegeStatement. getResource()SQLObjectSQLSelect. getRestriction()SQLObjectSQLCreateMaterializedViewStatement. getStorage()SQLObjectSQLSelectQueryBlock. resolveColum(long columnNameHash)default SQLObjectSQLTableSource. resolveColum(long columnNameHash)Deprecated.SQLObjectSQLExprTableSource. resolveColumn(long columnNameHash)SQLObjectSQLJoinTableSource. resolveColumn(long columnNameHash)SQLObjectSQLSubqueryTableSource. resolveColumn(long columnNameHash)SQLObjectSQLTableSource. resolveColumn(long columnNameHash)SQLObjectSQLTableSourceImpl. resolveColumn(long columnNameHash)SQLObjectSQLWithSubqueryClause.Entry. resolveColumn(long columnNameHash)Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>SQLAlterDatabaseStatement. getChildren()List<SQLObject>SQLAlterOutlineStatement. getChildren()List<SQLObject>SQLAlterSequenceStatement. getChildren()List<SQLObject>SQLAlterTableStatement. getChildren()List<SQLObject>SQLAlterTypeStatement. getChildren()List<SQLObject>SQLAlterViewStatement. getChildren()List<SQLObject>SQLAssignItem. getChildren()List<SQLObject>SQLBeginStatement. getChildren()List<SQLObject>SQLCallStatement. getChildren()List<SQLObject>SQLCloseStatement. getChildren()List<SQLObject>SQLColumnDefinition.Identity. getChildren()List<SQLObject>SQLCommentStatement. getChildren()List<SQLObject>SQLCreateDatabaseStatement. getChildren()List<SQLObject>SQLCreateIndexStatement. getChildren()List<SQLObject>SQLCreateRoleStatement. getChildren()List<SQLObject>SQLCreateSequenceStatement. getChildren()List<SQLObject>SQLCreateTableGroupStatement. getChildren()List<SQLObject>SQLCreateTableStatement. getChildren()List<SQLObject>SQLCreateTriggerStatement. getChildren()List<SQLObject>SQLCreateViewStatement. getChildren()List<SQLObject>SQLDeleteStatement. getChildren()List<SQLObject>SQLDescribeStatement. getChildren()List<SQLObject>SQLDropCatalogStatement. getChildren()List<SQLObject>SQLDropDatabaseStatement. getChildren()List<SQLObject>SQLDropEventStatement. getChildren()List<SQLObject>SQLDropIndexStatement. getChildren()List<SQLObject>SQLDropLogFileGroupStatement. getChildren()List<SQLObject>SQLDropMaterializedViewStatement. getChildren()List<SQLObject>SQLDropOfflineModelStatement. getChildren()List<SQLObject>SQLDropOutlineStatement. getChildren()List<SQLObject>SQLDropResourceGroupStatement. getChildren()List<SQLObject>SQLDropResourceStatement. getChildren()List<SQLObject>SQLDropRoleStatement. getChildren()List<SQLObject>SQLDropSequenceStatement. getChildren()List<SQLObject>SQLDropServerStatement. getChildren()List<SQLObject>SQLDropSynonymStatement. getChildren()List<SQLObject>SQLDropTableGroupStatement. getChildren()List<SQLObject>SQLDropTriggerStatement. getChildren()List<SQLObject>SQLDropTypeStatement. getChildren()List<SQLObject>SQLExplainAnalyzeStatement. getChildren()List<SQLObject>SQLExplainStatement. getChildren()List<SQLObject>SQLGrantStatement. getChildren()List<SQLObject>SQLInsertStatement. getChildren()List<SQLObject>SQLRaiseStatement. getChildren()List<SQLObject>SQLRefreshMaterializedViewStatement. getChildren()List<SQLObject>SQLReleaseSavePointStatement. getChildren()List<SQLObject>SQLReturnStatement. getChildren()List<SQLObject>SQLRollbackStatement. getChildren()List<SQLObject>SQLSavePointStatement. getChildren()List<SQLObject>SQLSelectStatement. getChildren()List<SQLObject>SQLShowColumnsStatement. getChildren()List<SQLObject>SQLShowCreateMaterializedViewStatement. getChildren()List<SQLObject>SQLShowMaterializedViewStatement. getChildren()List<SQLObject>SQLShowStatisticListStmt. getChildren()List<SQLObject>SQLShowStatisticStmt. getChildren()List<SQLObject>SQLStartTransactionStatement. getChildren()List<SQLObject>SQLSubmitJobStatement. getChildren()List<SQLObject>SQLUpdateStatement. getChildren()List<SQLObject>SQLUseStatement. getChildren()List<SQLObject>SQLWhileStatement. getChildren()List<SQLObject>SQLAlterTableAddPartition. getPartitions()List<SQLObject>SQLAlterTableReOrganizePartition. getPartitions()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLObject Modifier and Type Method Description voidSQLAlterTableAddPartition. addPartition(SQLObject x)voidSQLAlterTableReOrganizePartition. addPartition(SQLObject partition)voidSQLAlterIndexStatement.Rebuild. setOption(SQLObject option)voidSQLPrivilegeStatement. setResource(SQLObject x)voidSQLSelect. setRestriction(SQLObject restriction)voidSQLCreateMaterializedViewStatement. setStorage(SQLObject storage)Constructors in com.alibaba.druid.sql.ast.statement with parameters of type SQLObject Constructor Description ValuesClause(List values, SQLObject parent) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.athena.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.athena.ast Modifier and Type Interface Description interfaceAthenaObject -
Uses of SQLObject in com.alibaba.druid.sql.dialect.athena.ast.stmt
Classes in com.alibaba.druid.sql.dialect.athena.ast.stmt that implement SQLObject Modifier and Type Class Description classAthenaCreateTableStatementFields in com.alibaba.druid.sql.dialect.athena.ast.stmt with type parameters of type SQLObject Modifier and Type Field Description protected Map<String,SQLObject>AthenaCreateTableStatement. serdePropertiesMethods in com.alibaba.druid.sql.dialect.athena.ast.stmt that return types with arguments of type SQLObject Modifier and Type Method Description Map<String,SQLObject>AthenaCreateTableStatement. getSerdeProperties() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.bigquery.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.bigquery.ast Modifier and Type Interface Description interfaceBigQueryObjectClasses in com.alibaba.druid.sql.dialect.bigquery.ast that implement SQLObject Modifier and Type Class Description classBigQueryAssertStatementclassBigQueryCharExprclassBigQueryCreateModelStatementclassBigQueryCreateTableStatementclassBigQueryExecuteImmediateStatementclassBigQueryModelExprclassBigQuerySelectQueryBlockstatic classBigQuerySelectQueryBlock.DifferentialPrivacyclassBigQueryTableExprMethods in com.alibaba.druid.sql.dialect.bigquery.ast that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>BigQueryCharExpr. getChildren() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.blink.ast
Classes in com.alibaba.druid.sql.dialect.blink.ast that implement SQLObject Modifier and Type Class Description classBlinkCreateTableStatement -
Uses of SQLObject in com.alibaba.druid.sql.dialect.clickhouse.ast
Classes in com.alibaba.druid.sql.dialect.clickhouse.ast that implement SQLObject Modifier and Type Class Description classCKAlterTableStatementclassCKAlterTableUpdateStatementclassCKCreateTableStatementclassCKSelectQueryBlockclassClickhouseColumnCodecclassClickhouseColumnConstraintclassClickhouseColumnTTL -
Uses of SQLObject in com.alibaba.druid.sql.dialect.db2.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.db2.ast Modifier and Type Interface Description interfaceDB2ObjectinterfaceDB2StatementClasses in com.alibaba.druid.sql.dialect.db2.ast that implement SQLObject Modifier and Type Class Description classDB2IntermediateResultTableSourceclassDB2StatementImpl -
Uses of SQLObject in com.alibaba.druid.sql.dialect.db2.ast.stmt
Classes in com.alibaba.druid.sql.dialect.db2.ast.stmt that implement SQLObject Modifier and Type Class Description classDB2CreateSchemaStatementclassDB2CreateTableStatementclassDB2DropSchemaStatementclassDB2SelectQueryBlockclassDB2ValuesStatement -
Uses of SQLObject in com.alibaba.druid.sql.dialect.db2.parser
Methods in com.alibaba.druid.sql.dialect.db2.parser with parameters of type SQLObject Modifier and Type Method Description SQLSelectQueryDB2SelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.doris.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.doris.ast Modifier and Type Interface Description interfaceDorisObjectClasses in com.alibaba.druid.sql.dialect.doris.ast that implement SQLObject Modifier and Type Class Description classDorisExprTableSourceclassDorisObjectImpl -
Uses of SQLObject in com.alibaba.druid.sql.dialect.gaussdb.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.gaussdb.ast Modifier and Type Interface Description interfaceGaussDbObjectClasses in com.alibaba.druid.sql.dialect.gaussdb.ast that implement SQLObject Modifier and Type Class Description classGaussDbDistributeByclassGaussDbObjectImplclassGaussDbPartitionValue -
Uses of SQLObject in com.alibaba.druid.sql.dialect.gaussdb.ast.stmt
Classes in com.alibaba.druid.sql.dialect.gaussdb.ast.stmt that implement SQLObject Modifier and Type Class Description classGaussDbCreateTableStatementclassGaussDbInsertStatement -
Uses of SQLObject in com.alibaba.druid.sql.dialect.hive.ast
Classes in com.alibaba.druid.sql.dialect.hive.ast that implement SQLObject Modifier and Type Class Description classHiveAddJarStatementclassHiveInputOutputFormatclassHiveInsertclassHiveInsertStatementclassHiveMultiInsertStatement -
Uses of SQLObject in com.alibaba.druid.sql.dialect.hive.stmt
Classes in com.alibaba.druid.sql.dialect.hive.stmt that implement SQLObject Modifier and Type Class Description classHiveCreateFunctionStatementclassHiveCreateTableStatementclassHiveLoadDataStatementclassHiveMsckRepairStatementFields in com.alibaba.druid.sql.dialect.hive.stmt with type parameters of type SQLObject Modifier and Type Field Description protected Map<String,SQLObject>HiveCreateTableStatement. serdePropertiesprotected Map<String,SQLObject>HiveLoadDataStatement. serdePropertiesMethods in com.alibaba.druid.sql.dialect.hive.stmt that return types with arguments of type SQLObject Modifier and Type Method Description Map<String,SQLObject>HiveCreateTableStatement. getSerdeProperties()Map<String,SQLObject>HiveLoadDataStatement. getSerdeProperties() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.impala.ast
Classes in com.alibaba.druid.sql.dialect.impala.ast that implement SQLObject Modifier and Type Class Description classImpalaSQLPartitionValue -
Uses of SQLObject in com.alibaba.druid.sql.dialect.impala.stmt
Classes in com.alibaba.druid.sql.dialect.impala.stmt that implement SQLObject Modifier and Type Class Description classImpalaCreateTableStatementclassImpalaInsertStatement -
Uses of SQLObject in com.alibaba.druid.sql.dialect.mysql.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.mysql.ast Modifier and Type Interface Description interfaceMySqlHintinterfaceMySqlIndexHintinterfaceMySqlObjectClasses in com.alibaba.druid.sql.dialect.mysql.ast that implement SQLObject Modifier and Type Class Description classMySqlForceIndexHintclassMysqlForeignKeyclassMySqlIgnoreIndexHintclassMySqlIndexHintImplclassMySqlKeyclassMySqlObjectImplclassMysqlPartitionSingleclassMySqlPrimaryKeyclassMySqlUniqueclassMySqlUseIndexHint -
Uses of SQLObject in com.alibaba.druid.sql.dialect.mysql.ast.clause
Classes in com.alibaba.druid.sql.dialect.mysql.ast.clause that implement SQLObject Modifier and Type Class Description classMySqlCaseStatementstatic classMySqlCaseStatement.MySqlWhenStatementcase when statementclassMySqlCursorDeclareStatementclassMySqlDeclareConditionStatementclassMySqlDeclareHandlerStatementclassMySqlDeclareStatementclassMySqlIterateStatementclassMySqlLeaveStatementclassMySqlRepeatStatementclassMySqlSelectIntoStatementMethods in com.alibaba.druid.sql.dialect.mysql.ast.clause that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>MySqlCaseStatement. getChildren()List<SQLObject>MySqlLeaveStatement. getChildren() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.mysql.ast.expr
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.mysql.ast.expr Modifier and Type Interface Description interfaceMySqlExprClasses in com.alibaba.druid.sql.dialect.mysql.ast.expr that implement SQLObject Modifier and Type Class Description classMySqlCharExprclassMySqlExprImplclassMySqlJSONTableExprstatic classMySqlJSONTableExpr.ColumnclassMySqlOrderingExprclassMySqlOutFileExprclassMySqlUserNameMethods in com.alibaba.druid.sql.dialect.mysql.ast.expr that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>MySqlJSONTableExpr. getChildren()List<SQLObject>MySqlUserName. getChildren() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.mysql.ast.statement
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.mysql.ast.statement Modifier and Type Interface Description interfaceMySqlShowStatementinterfaceMySqlStatementMethods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return SQLObject Modifier and Type Method Description SQLObjectMySqlAlterTableOption. getValue()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>MySqlCreateTableStatement.TableSpaceOption. getChildren()List<SQLObject>MysqlDeallocatePrepareStatement. getChildren()List<SQLObject>MySqlExecuteForAdsStatement. getChildren()List<SQLObject>MySqlKillStatement. getChildren()List<SQLObject>MySqlLoadDataInFileStatement. getChildren()List<SQLObject>MySqlLoadXmlStatement. getChildren()List<SQLObject>MySqlPrepareStatement. getChildren()List<SQLObject>MySqlShowCharacterSetStatement. getChildren()List<SQLObject>MySqlStatementImpl. getChildren()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLObject Modifier and Type Method Description voidMySqlAlterTableOption. setValue(SQLObject value)Constructors in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLObject Constructor Description MySqlAlterTableOption(String name, SQLObject value) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser with parameters of type SQLObject Modifier and Type Method Description SQLAssignItemMySqlExprParser. parseAssignItem(boolean variant, SQLObject parent)SQLTableSourceMySqlSelectParser. parseTableSource(SQLObject parent)SQLSelectQueryMySqlSelectIntoParser. query(SQLObject parent, boolean acceptUnion)SQLSelectQueryMySqlSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.odps.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.odps.ast Modifier and Type Interface Description interfaceOdpsObject -
Uses of SQLObject in com.alibaba.druid.sql.dialect.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser with parameters of type SQLObject Modifier and Type Method Description protected voidOdpsExprParser. parseAssignItemEq(SQLObject parent)protected voidOdpsExprParser. parseAssignItemOnComma(SQLExpr sqlExpr, SQLAssignItem item, SQLObject parent)protected voidOdpsStatementParser. parsePrivilege(List<SQLPrivilegeItem> privileges, SQLObject parent)SQLSelectQueryOdpsSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.oracle.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.oracle.ast Modifier and Type Interface Description interfaceOracleSegmentAttributesCreated by wenshao on 21/05/2017.interfaceOracleSQLObjectClasses in com.alibaba.druid.sql.dialect.oracle.ast that implement SQLObject Modifier and Type Class Description classOracleDataTypeIntervalDayclassOracleDataTypeIntervalYearclassOraclePartitionSingleclassOracleSegmentAttributesImplCreated by wenshao on 21/05/2017.classOracleSQLObjectImplFields in com.alibaba.druid.sql.dialect.oracle.ast declared as SQLObject Modifier and Type Field Description protected SQLObjectOraclePartitionSingle. lobStorageprotected SQLObjectOraclePartitionSingle. storageprotected SQLObjectOracleSegmentAttributesImpl. storageMethods in com.alibaba.druid.sql.dialect.oracle.ast that return SQLObject Modifier and Type Method Description SQLObjectOraclePartitionSingle. getLobStorage()SQLObjectOraclePartitionSingle. getStorage()SQLObjectOracleSegmentAttributes. getStorage()SQLObjectOracleSegmentAttributesImpl. getStorage()Methods in com.alibaba.druid.sql.dialect.oracle.ast with parameters of type SQLObject Modifier and Type Method Description voidOraclePartitionSingle. setLobStorage(SQLObject lobStorage)voidOraclePartitionSingle. setStorage(SQLObject storage)voidOracleSegmentAttributes. setStorage(SQLObject storage)voidOracleSegmentAttributesImpl. setStorage(SQLObject storage) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.oracle.ast.clause
Classes in com.alibaba.druid.sql.dialect.oracle.ast.clause that implement SQLObject Modifier and Type Class Description classCycleClauseclassModelClausestatic classModelClause.CellAssignmentstatic classModelClause.CellAssignmentItemstatic classModelClause.MainModelClausestatic classModelClause.ModelColumnstatic classModelClause.ModelColumnClausestatic classModelClause.ModelRulesClausestatic classModelClause.QueryPartitionClausestatic classModelClause.ReferenceModelClausestatic classModelClause.ReturnRowsClauseclassOracleLobStorageClauseclassOracleReturningClauseclassOracleStorageClauseclassOracleWithSubqueryEntryclassPartitionExtensionClauseclassSampleClauseclassSearchClauseMethods in com.alibaba.druid.sql.dialect.oracle.ast.clause that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>ModelClause.CellAssignment. getChildren() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.oracle.ast.expr
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.oracle.ast.expr Modifier and Type Interface Description interfaceOracleExprClasses in com.alibaba.druid.sql.dialect.oracle.ast.expr that implement SQLObject Modifier and Type Class Description classOracleAnalyticclassOracleAnalyticWindowingclassOracleArgumentExprclassOracleBinaryDoubleExprclassOracleBinaryFloatExprclassOracleCursorExprclassOracleDatetimeExprclassOracleIntervalExprclassOracleIsOfTypeExprclassOracleIsSetExprclassOracleOuterExprclassOracleRangeExprclassOracleSysdateExprclassOracleTreatExprMethods in com.alibaba.druid.sql.dialect.oracle.ast.expr that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>OracleAnalytic. getChildren()List<SQLObject>OracleAnalyticWindowing. getChildren()List<SQLObject>OracleArgumentExpr. getChildren()List<SQLObject>OracleBinaryFloatExpr. getChildren()List<SQLObject>OracleCursorExpr. getChildren()List<SQLObject>OracleDatetimeExpr. getChildren()List<SQLObject>OracleIntervalExpr. getChildren()List<SQLObject>OracleIsOfTypeExpr. getChildren()List<SQLObject>OracleIsSetExpr. getChildren()List<SQLObject>OracleOuterExpr. getChildren()List<SQLObject>OracleRangeExpr. getChildren()List<SQLObject>OracleSysdateExpr. getChildren()List<SQLObject>OracleTreatExpr. getChildren() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.oracle.ast.stmt Modifier and Type Interface Description interfaceOracleAlterStatementinterfaceOracleAlterTablespaceIteminterfaceOracleConstraintinterfaceOracleDDLStatementstatic interfaceOracleMultiInsertStatement.EntryinterfaceOracleSelectTableSourceinterfaceOracleStatementFields in com.alibaba.druid.sql.dialect.oracle.ast.stmt declared as SQLObject Modifier and Type Field Description protected SQLObjectOracleCreateIndexStatement. storageMethods in com.alibaba.druid.sql.dialect.oracle.ast.stmt that return SQLObject Modifier and Type Method Description SQLObjectOracleUsingIndexClause. getIndex()SQLObjectOracleCreateIndexStatement. getStorage()Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>OracleLockTableStatement. getChildren()List<SQLObject>OracleAlterTableSplitPartition.UpdateIndexesClause. getItems()List<SQLObject>OracleAlterTableSplitPartition.NestedTablePartitionSpec. getSegmentAttributeItems()Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt with parameters of type SQLObject Modifier and Type Method Description voidOracleCreateIndexStatement. setStorage(SQLObject storage)voidOracleCreateTableStatement. setStorage(SQLObject storage)Method parameters in com.alibaba.druid.sql.dialect.oracle.ast.stmt with type arguments of type SQLObject Modifier and Type Method Description voidOracleAlterTableSplitPartition.UpdateIndexesClause. setItems(List<SQLObject> items)voidOracleAlterTableSplitPartition.NestedTablePartitionSpec. setSegmentAttributeItems(List<SQLObject> segmentAttributeItems) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.oracle.parser
Classes in com.alibaba.druid.sql.dialect.oracle.parser that implement SQLObject Modifier and Type Class Description classOracleFunctionDataTypeclassOracleProcedureDataTypeMethods in com.alibaba.druid.sql.dialect.oracle.parser that return SQLObject Modifier and Type Method Description SQLObjectOracleExprParser. parseOpaque()Methods in com.alibaba.druid.sql.dialect.oracle.parser with parameters of type SQLObject Modifier and Type Method Description protected voidOracleStatementParser. parserParameters(List<SQLParameter> parameters, SQLObject parent)voidOracleStatementParser. parseStatementList(List<SQLStatement> statementList, int max, SQLObject parent)SQLSelectQueryOracleSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.oscar.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.oscar.ast Modifier and Type Interface Description interfaceOscarObjectClasses in com.alibaba.druid.sql.dialect.oscar.ast that implement SQLObject Modifier and Type Class Description classOscarObjectImpl -
Uses of SQLObject in com.alibaba.druid.sql.dialect.oscar.ast.expr
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.oscar.ast.expr Modifier and Type Interface Description interfaceOscarExpr -
Uses of SQLObject in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.oscar.ast.stmt Modifier and Type Interface Description interfaceOscarStatementClasses in com.alibaba.druid.sql.dialect.oscar.ast.stmt that implement SQLObject Modifier and Type Class Description classOscarAlterSchemaStatementclassOscarConnectToStatementclassOscarCreateSchemaStatementclassOscarDeleteStatementclassOscarDropSchemaStatementclassOscarFunctionTableSourceclassOscarInsertStatementclassOscarSelectQueryBlockstatic classOscarSelectQueryBlock.FetchClausestatic classOscarSelectQueryBlock.ForClauseclassOscarSelectStatementclassOscarShowStatementclassOscarStartTransactionStatementclassOscarUpdateStatement -
Uses of SQLObject in com.alibaba.druid.sql.dialect.oscar.parser
Methods in com.alibaba.druid.sql.dialect.oscar.parser with parameters of type SQLObject Modifier and Type Method Description SQLSelectQueryOscarSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.phoenix.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.phoenix.ast Modifier and Type Interface Description interfacePhoenixObjectCreated by wenshao on 16/9/14.Classes in com.alibaba.druid.sql.dialect.phoenix.ast that implement SQLObject Modifier and Type Class Description classPhoenixStatementImplCreated by wenshao on 16/9/14.classPhoenixUpsertStatementCreated by wenshao on 16/9/14. -
Uses of SQLObject in com.alibaba.druid.sql.dialect.postgresql.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.postgresql.ast Modifier and Type Interface Description interfacePGSQLObjectClasses in com.alibaba.druid.sql.dialect.postgresql.ast that implement SQLObject Modifier and Type Class Description classPGSQLObjectImpl -
Uses of SQLObject in com.alibaba.druid.sql.dialect.postgresql.ast.expr
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.postgresql.ast.expr Modifier and Type Interface Description interfacePGExprClasses in com.alibaba.druid.sql.dialect.postgresql.ast.expr that implement SQLObject Modifier and Type Class Description classPGAttrExprclassPGBoxExprclassPGCharExprclassPGCidrExprclassPGCircleExprclassPGExprImplclassPGExtractExprclassPGInetExprclassPGLineSegmentsExprclassPGMacAddrExprclassPGPointExprclassPGPolygonExprclassPGTypeCastExprMethods in com.alibaba.druid.sql.dialect.postgresql.ast.expr that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>PGAttrExpr. getChildren()List<SQLObject>PGBoxExpr. getChildren()List<SQLObject>PGCidrExpr. getChildren()List<SQLObject>PGCircleExpr. getChildren()List<SQLObject>PGExtractExpr. getChildren()List<SQLObject>PGInetExpr. getChildren()List<SQLObject>PGLineSegmentsExpr. getChildren()List<SQLObject>PGMacAddrExpr. getChildren()List<SQLObject>PGPointExpr. getChildren()List<SQLObject>PGPolygonExpr. getChildren() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.postgresql.ast.stmt Modifier and Type Interface Description interfacePGSQLStatementClasses in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that implement SQLObject Modifier and Type Class Description classPGAlterDatabaseStatementclassPGAlterSchemaStatementclassPGAnalyzeStatementclassPGConnectToStatementclassPGCreateDatabaseStatementclassPGCreateSchemaStatementclassPGDeleteStatementclassPGDoStatementclassPGDropDatabaseStatementclassPGDropSchemaStatementclassPGEndTransactionStatementclassPGFunctionTableSourceclassPGInsertStatementclassPGSelectQueryBlockstatic classPGSelectQueryBlock.FetchClausestatic classPGSelectQueryBlock.ForClauseclassPGSelectStatementclassPGShowStatementclassPGStartTransactionStatementclassPGUpdateStatementclassPGVacuumStatement -
Uses of SQLObject in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser with parameters of type SQLObject Modifier and Type Method Description SQLSelectQueryPGSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.presto.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.presto.ast Modifier and Type Interface Description interfacePrestoObjectClasses in com.alibaba.druid.sql.dialect.presto.ast that implement SQLObject Modifier and Type Class Description classPrestoColumnConstraintclassPrestoColumnWithclassPrestoDateTimeExpr -
Uses of SQLObject in com.alibaba.druid.sql.dialect.presto.ast.stmt
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.presto.ast.stmt Modifier and Type Interface Description interfacePrestoSQLStatementClasses in com.alibaba.druid.sql.dialect.presto.ast.stmt that implement SQLObject Modifier and Type Class Description classPrestoAlterFunctionStatementclassPrestoAlterSchemaStatementclassPrestoCreateTableStatementclassPrestoDeallocatePrepareStatementclassPrestoExecuteStatementclassPrestoPrepareStatementclassPrestoSelectStatementpresto 的 select语句Methods in com.alibaba.druid.sql.dialect.presto.ast.stmt that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>PrestoDeallocatePrepareStatement. getChildren()List<SQLObject>PrestoExecuteStatement. getChildren()List<SQLObject>PrestoPrepareStatement. getChildren() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.presto.parser
Methods in com.alibaba.druid.sql.dialect.presto.parser with parameters of type SQLObject Modifier and Type Method Description SQLSelectQueryPrestoSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.redshift.parser
Methods in com.alibaba.druid.sql.dialect.redshift.parser with parameters of type SQLObject Modifier and Type Method Description SQLSelectQueryRedshiftSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.redshift.stmt
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.redshift.stmt Modifier and Type Interface Description interfaceRedshiftObjectClasses in com.alibaba.druid.sql.dialect.redshift.stmt that implement SQLObject Modifier and Type Class Description classRedshiftColumnConstraintclassRedshiftColumnEncodeclassRedshiftColumnKeyclassRedshiftCreateTableStatementclassRedshiftObjectImplclassRedshiftSelectQueryBlockclassRedshiftSortKey -
Uses of SQLObject in com.alibaba.druid.sql.dialect.spark.ast
Classes in com.alibaba.druid.sql.dialect.spark.ast that implement SQLObject Modifier and Type Class Description classSparkCreateTableStatementFields in com.alibaba.druid.sql.dialect.spark.ast with type parameters of type SQLObject Modifier and Type Field Description protected Map<String,SQLObject>SparkCreateTableStatement. serdePropertiesMethods in com.alibaba.druid.sql.dialect.spark.ast that return types with arguments of type SQLObject Modifier and Type Method Description Map<String,SQLObject>SparkCreateTableStatement. getSerdeProperties() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.spark.ast.stmt
Classes in com.alibaba.druid.sql.dialect.spark.ast.stmt that implement SQLObject Modifier and Type Class Description classSparkCacheTableStatementclassSparkCreateScanStatementMethods in com.alibaba.druid.sql.dialect.spark.ast.stmt that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>SparkCacheTableStatement. getChildren()List<SQLObject>SparkCreateScanStatement. getChildren() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.sqlserver.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.sqlserver.ast Modifier and Type Interface Description interfaceSQLServerObjectinterfaceSQLServerStatementClasses in com.alibaba.druid.sql.dialect.sqlserver.ast that implement SQLObject Modifier and Type Class Description classSQLServerObjectImplclassSQLServerOutputclassSQLServerSelectQueryBlockclassSQLServerStatementImpl -
Uses of SQLObject in com.alibaba.druid.sql.dialect.sqlserver.ast.expr
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.sqlserver.ast.expr Modifier and Type Interface Description interfaceSQLServerExprClasses in com.alibaba.druid.sql.dialect.sqlserver.ast.expr that implement SQLObject Modifier and Type Class Description classSQLServerObjectReferenceExprMethods in com.alibaba.druid.sql.dialect.sqlserver.ast.expr that return types with arguments of type SQLObject Modifier and Type Method Description List<SQLObject>SQLServerObjectReferenceExpr. getChildren() -
Uses of SQLObject in com.alibaba.druid.sql.dialect.sqlserver.ast.stmt
Classes in com.alibaba.druid.sql.dialect.sqlserver.ast.stmt that implement SQLObject Modifier and Type Class Description classSQLServerExecStatementstatic classSQLServerExecStatement.SQLServerParameterclassSQLServerInsertStatementclassSQLServerRollbackStatementclassSQLServerSetTransactionIsolationLevelStatementclassSQLServerUpdateStatementclassSQLServerWaitForStatement -
Uses of SQLObject in com.alibaba.druid.sql.dialect.sqlserver.parser
Methods in com.alibaba.druid.sql.dialect.sqlserver.parser with parameters of type SQLObject Modifier and Type Method Description voidSQLServerStatementParser. parseExecParameter(Collection<SQLServerExecStatement.SQLServerParameter> exprCol, SQLObject parent)SQLServer parse Parameter statement support out typeSQLSelectQuerySQLServerSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.starrocks.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.starrocks.ast Modifier and Type Interface Description interfaceStarRocksObjectClasses in com.alibaba.druid.sql.dialect.starrocks.ast that implement SQLObject Modifier and Type Class Description classStarRocksAggregateKeyclassStarRocksDuplicateKeyclassStarRocksIndexDefinitionINDEX index_name (col_name[, col_name, ...]) -
Uses of SQLObject in com.alibaba.druid.sql.dialect.starrocks.ast.statement
Classes in com.alibaba.druid.sql.dialect.starrocks.ast.statement that implement SQLObject Modifier and Type Class Description classStarRocksCreateResourceStatementclassStarRocksCreateTableStatement -
Uses of SQLObject in com.alibaba.druid.sql.dialect.supersql.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.supersql.ast Modifier and Type Interface Description interfaceSuperSqlObject -
Uses of SQLObject in com.alibaba.druid.sql.dialect.synapse.ast.stmt
Classes in com.alibaba.druid.sql.dialect.synapse.ast.stmt that implement SQLObject Modifier and Type Class Description classSynapseCreateTableStatement -
Uses of SQLObject in com.alibaba.druid.sql.dialect.teradata.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.teradata.ast Modifier and Type Interface Description interfaceTDObjectClasses in com.alibaba.druid.sql.dialect.teradata.ast that implement SQLObject Modifier and Type Class Description classTDCreateTableStatementclassTDDateDataTypeclassTDNormalizeclassTDSelectQueryBlock -
Uses of SQLObject in com.alibaba.druid.sql.dialect.transact.ast
Subinterfaces of SQLObject in com.alibaba.druid.sql.dialect.transact.ast Modifier and Type Interface Description interfaceTransactSQLObject -
Uses of SQLObject in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser with parameters of type SQLObject Modifier and Type Method Description protected voidSQLExprParser. aliasedItems(List<SQLAliasedExpr> items, SQLObject parent)voidLexer. computeRowAndColumn(SQLObject x)voidSQLExprParser. exprList(Collection<SQLExpr> exprCol, SQLObject parent)voidSQLExprParser. exprList(Collection<SQLExpr> exprCol, SQLObject parent, boolean isNestDataType)voidSQLExprParser. names(Collection<SQLName> exprCol, SQLObject parent)SQLNumberExprLexer. numberExpr(SQLObject parent)voidSQLExprParser. orderBy(List<SQLSelectOrderByItem> items, SQLObject parent)protected voidSQLStatementParser. parameters(List<SQLParameter> parameters, SQLObject parent)SQLAssignItemSQLExprParser. parseAssignItem(boolean variant, SQLObject parent)voidSQLExprParser. parseAssignItem(List<SQLAssignItem> outList, SQLObject parent)protected voidSQLExprParser. parseAssignItemEq(SQLObject parent)protected voidSQLExprParser. parseAssignItemOnComma(SQLExpr sqlExpr, SQLAssignItem item, SQLObject parent)voidSQLExprParser. parseAssignItems(List<? super SQLAssignItem> items, SQLObject parent, boolean variant)voidSQLStatementParser. parseAssignItems(List<? super SQLAssignItem> items, SQLObject parent)voidSQLStatementParser. parseAssignItems(List<? super SQLAssignItem> items, SQLObject parent, boolean variant)SQLColumnDefinitionSQLExprParser. parseColumn(SQLObject parent)voidSQLExprParser. parseIndexRest(SQLIndex idx, SQLObject parent)protected voidSQLStatementParser. parsePrivilege(List<SQLPrivilegeItem> privileges, SQLObject parent)protected voidSQLStatementParser. parserParameters(List<SQLParameter> parameters, SQLObject parent)List<SQLStatement>SQLStatementParser. parseStatementList(SQLObject parent)voidSQLStatementParser. parseStatementList(List<SQLStatement> statementList, int max, SQLObject parent)protected voidSQLStatementParser. parseValueClause(List<SQLInsertStatement.ValuesClause> valueClauseList, int columnSize, SQLObject parent)protected voidSQLStatementParser. parseValueClause(List<SQLInsertStatement.ValuesClause> valueClauseList, List<SQLColumnDefinition> columnDefinitionList, int columnSize, SQLObject parent)protected voidSQLStatementParser. parseValueClauseNative(List<SQLInsertStatement.ValuesClause> valueClauseList, List<SQLColumnDefinition> columnDefinitionList, int columnSize, SQLObject parent)SQLSelectQuerySQLSelectParser. query(SQLObject parent)SQLSelectQuerySQLSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLObject in com.alibaba.druid.sql.repository
Fields in com.alibaba.druid.sql.repository declared as SQLObject Modifier and Type Field Description SQLObjectSchemaResolveVisitor.Context. objectMethods in com.alibaba.druid.sql.repository with parameters of type SQLObject Modifier and Type Method Description SchemaResolveVisitor.ContextSchemaResolveVisitor. createContext(SQLObject object)Constructors in com.alibaba.druid.sql.repository with parameters of type SQLObject Constructor Description Context(SQLObject object, SchemaResolveVisitor.Context parent) -
Uses of SQLObject in com.alibaba.druid.sql.template
Classes in com.alibaba.druid.sql.template that implement SQLObject Modifier and Type Class Description classSQLSelectQueryTemplate -
Uses of SQLObject in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLObject Modifier and Type Method Description protected voidSchemaStatVisitor. accept(SQLObject x)static ObjectSQLEvalVisitorUtils. eval(DbType dbType, SQLObject sqlObject, Object... parameters)static ObjectSQLEvalVisitorUtils. eval(DbType dbType, SQLObject sqlObject, List<Object> parameters)static ObjectSQLEvalVisitorUtils. eval(DbType dbType, SQLObject sqlObject, List<Object> parameters, boolean throwError)static ObjectSQLEvalVisitorUtils. getValue(SQLObject sqlObject)voidSQLASTOutputVisitor. postVisit(SQLObject x)default voidSQLASTVisitor. postVisit(SQLObject x)default voidSQLASTVisitor. preVisit(SQLObject x)protected TableStat.ModeSchemaStatVisitor. setMode(SQLObject x, TableStat.Mode mode)protected voidSchemaStatVisitor. setModeOrigin(SQLObject x)Method parameters in com.alibaba.druid.sql.visitor with type arguments of type SQLObject Modifier and Type Method Description protected voidSchemaStatVisitor. accept(List<? extends SQLObject> nodes)protected voidSQLASTOutputVisitor. printAndAccept(String prefix, String suffix, List<? extends SQLObject> nodes, String separator, int lineItems)protected voidSQLASTOutputVisitor. printAndAccept(List<? extends SQLObject> nodes, String seperator)protected voidSQLASTOutputVisitor. printlnAndAccept(List<? extends SQLObject> nodes, boolean needPrintLine)protected voidSQLASTOutputVisitor. printlnAndAccept(List<? extends SQLObject> nodes, String seperator)protected voidSQLASTOutputVisitor. printSerdeProperties(Map<String,SQLObject> serdeProperties) -
Uses of SQLObject in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLObject Modifier and Type Method Description protected org.apache.calcite.sql.SqlNodeCalciteMySqlNodeVisitor. convertToSqlNode(SQLObject ast) -
Uses of SQLObject in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type SQLObject Modifier and Type Method Description default voidWallVisitor. preVisit(SQLObject x)default StringWallVisitor. toSQL(SQLObject obj) -
Uses of SQLObject in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLObject Modifier and Type Method Description static voidWallVisitorUtils. checkConditionForMultiTenant(WallVisitor visitor, SQLExpr x, SQLObject parent)Deprecated.booleanMySqlWallVisitor. checkVar(SQLObject parent, String varName)static ObjectWallVisitorUtils. eval(WallVisitor wallVisitor, DbType dbType, SQLObject sqlObject, List<Object> parameters)static SQLSelectQueryBlockWallVisitorUtils. getQueryBlock(SQLObject x)static ObjectWallVisitorUtils. getValueFromAttributes(WallVisitor visitor, SQLObject sqlObject)static booleanWallVisitorUtils. isFirst(SQLObject x)static booleanWallVisitorUtils. isTopNoneFromSelect(WallVisitor visitor, SQLObject x)static booleanWallVisitorUtils. isWhereOrHaving(SQLObject x)static voidWallVisitorUtils. preVisitCheck(WallVisitor visitor, SQLObject x)
-