类 SQLStatementImpl
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
- 所有已实现的接口:
SQLDbTypedObject,SQLObject,SQLStatement
- 直接已知子类:
ClickhouseAlterTableStatement,DB2StatementImpl,HiveAddJarStatement,HiveLoadDataStatement,HiveMsckRepairStatement,HiveMultiInsertStatement,MySqlKillStatement,MySqlStatementImpl,OdpsAddAccountProviderStatement,OdpsAddUserStatement,OdpsListStmt,OdpsRemoveUserStatement,OdpsShowChangelogsStatement,OdpsShowGrantsStmt,OdpsStatementImpl,OdpsUnloadStatement,OracleRunStatement,OracleStatementImpl,OscarAlterSchemaStatement,OscarConnectToStatement,OscarCreateSchemaStatement,OscarDropSchemaStatement,OscarShowStatement,OscarStartTransactionStatement,PGAlterDatabaseStatement,PGAlterSchemaStatement,PGAnalyzeStatement,PGConnectToStatement,PGCreateSchemaStatement,PGDoStatement,PGDropSchemaStatement,PGEndTransactionStatement,PGShowStatement,PGStartTransactionStatement,PGVacuumStatement,PhoenixStatementImpl,PrestoAlterSchemaStatement,SQLAlterDatabaseStatement,SQLAlterFunctionStatement,SQLAlterIndexStatement,SQLAlterMaterializedViewStatement,SQLAlterOutlineStatement,SQLAlterProcedureStatement,SQLAlterResourceGroupStatement,SQLAlterSequenceStatement,SQLAlterSystemGetConfigStatement,SQLAlterSystemSetConfigStatement,SQLAlterTableGroupStatement,SQLAlterTableStatement,SQLAlterTypeStatement,SQLAlterViewRenameStatement,SQLAlterViewStatement,SQLAnalyzeTableStatement,SQLArchiveTableStatement,SQLBackupStatement,SQLBeginStatement,SQLBlockStatement,SQLBuildTableStatement,SQLCallStatement,SQLCancelJobStatement,SQLCaseStatement,SQLCloneTableStatement,SQLCloseStatement,SQLCommentStatement,SQLCommitStatement,SQLCopyFromStatement,SQLCostStatement,SQLCreateDatabaseStatement,SQLCreateFunctionStatement,SQLCreateIndexStatement,SQLCreateMaterializedViewStatement,SQLCreateOutlineStatement,SQLCreateProcedureStatement,SQLCreateResourceGroupStatement,SQLCreateRoleStatement,SQLCreateSequenceStatement,SQLCreateTableGroupStatement,SQLCreateTableStatement,SQLCreateTriggerStatement,SQLCreateUserStatement,SQLCreateViewStatement,SQLDeclareStatement,SQLDeleteStatement,SQLDescribeStatement,SQLDropCatalogStatement,SQLDropDatabaseStatement,SQLDropEventStatement,SQLDropFunctionStatement,SQLDropIndexStatement,SQLDropLogFileGroupStatement,SQLDropMaterializedViewStatement,SQLDropOfflineModelStatement,SQLDropOutlineStatement,SQLDropProcedureStatement,SQLDropResourceGroupStatement,SQLDropResourceStatement,SQLDropRoleStatement,SQLDropSequenceStatement,SQLDropServerStatement,SQLDropSynonymStatement,SQLDropTableGroupStatement,SQLDropTableSpaceStatement,SQLDropTableStatement,SQLDropTriggerStatement,SQLDropTypeStatement,SQLDropUserStatement,SQLDropViewStatement,SQLDumpStatement,SQLExplainAnalyzeStatement,SQLExplainStatement,SQLExportDatabaseStatement,SQLExportTableStatement,SQLExprStatement,SQLFetchStatement,SQLForStatement,SQLGetDiagnosticsStatement,SQLIfStatement,SQLImportDatabaseStatement,SQLImportTableStatement,SQLInsertInto,SQLListResourceGroupStatement,SQLLoopStatement,SQLMergeStatement,SQLOpenStatement,SQLOptimizeStatement,SQLPrivilegeStatement,SQLPurgeLogsStatement,SQLPurgeRecyclebinStatement,SQLPurgeTableStatement,SQLPurgeTemporaryOutputStatement,SQLRefreshMaterializedViewStatement,SQLReleaseSavePointStatement,SQLRenameUserStatement,SQLReplaceStatement,SQLRestoreStatement,SQLReturnStatement,SQLRollbackStatement,SQLSavePointStatement,SQLScriptCommitStatement,SQLSelectStatement,SQLServerStatementImpl,SQLSetStatement,SQLShowACLStatement,SQLShowCatalogsStatement,SQLShowColumnsStatement,SQLShowCreateMaterializedViewStatement,SQLShowCreateTableStatement,SQLShowCreateViewStatement,SQLShowDatabasesStatement,SQLShowErrorsStatement,SQLShowFunctionsStatement,SQLShowGrantsStatement,SQLShowHistoryStatement,SQLShowIndexesStatement,SQLShowMaterializedViewStatement,SQLShowOutlinesStatement,SQLShowPackagesStatement,SQLShowPartitionsStmt,SQLShowProcessListStatement,SQLShowQueryTaskStatement,SQLShowRecylebinStatement,SQLShowRolesStatement,SQLShowRoleStatement,SQLShowSessionStatement,SQLShowStatisticListStmt,SQLShowStatisticStmt,SQLShowTableGroupsStatement,SQLShowTablesStatement,SQLShowUsersStatement,SQLShowVariantsStatement,SQLShowViewsStatement,SQLStartTransactionStatement,SQLSubmitJobStatement,SQLSyncMetaStatement,SQLTruncateStatement,SQLUpdateStatement,SQLUseStatement,SQLWhileStatement,SQLWhoamiStatement,StarRocksCreateResourceStatement,StarRocksStatementImpl
-
字段概要
字段从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidclone()booleanvoidsetAfterSemi(boolean afterSemi) voidvoidsetHeadHints(List<SQLCommentHint> headHints) toString()toString(VisitorFeature... features) 从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
字段详细资料
-
dbType
-
afterSemi
protected boolean afterSemi -
headHints
-
-
构造器详细资料
-
SQLStatementImpl
public SQLStatementImpl() -
SQLStatementImpl
-
-
方法详细资料
-
getDbType
- 指定者:
getDbType在接口中SQLDbTypedObject- 指定者:
getDbType在接口中SQLStatement
-
setDbType
-
toString
- 指定者:
toString在接口中SQLStatement- 覆盖:
toString在类中SQLObjectImpl
-
toString
- 指定者:
toString在接口中SQLStatement
-
toLowerCaseString
- 指定者:
toLowerCaseString在接口中SQLStatement
-
toUnformattedString
-
toParameterizedString
- 指定者:
toParameterizedString在接口中SQLStatement
-
accept0
- 指定者:
accept0在类中SQLObjectImpl
-
getChildren
- 指定者:
getChildren在接口中SQLStatement
-
isAfterSemi
public boolean isAfterSemi()- 指定者:
isAfterSemi在接口中SQLStatement
-
setAfterSemi
public void setAfterSemi(boolean afterSemi) - 指定者:
setAfterSemi在接口中SQLStatement
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLStatement- 覆盖:
clone在类中SQLObjectImpl
-
getHeadHintsDirect
- 指定者:
getHeadHintsDirect在接口中SQLStatement
-
setHeadHints
- 指定者:
setHeadHints在接口中SQLStatement
-