Uses of Class
com.alibaba.druid.sql.ast.statement.SQLUpdateStatement
-
-
Uses of SQLUpdateStatement in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLUpdateStatement Modifier and Type Method Description SQLUpdateStatementSQLUpdateStatement. clone()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLUpdateStatement Modifier and Type Method Description voidSQLUpdateStatement. cloneTo(SQLUpdateStatement x) -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.builder.impl
Methods in com.alibaba.druid.sql.builder.impl that return SQLUpdateStatement Modifier and Type Method Description SQLUpdateStatementSQLUpdateBuilderImpl. createSQLUpdateStatement()SQLUpdateStatementSQLUpdateBuilderImpl. getSQLUpdateStatement()Constructors in com.alibaba.druid.sql.builder.impl with parameters of type SQLUpdateStatement Constructor Description SQLUpdateBuilderImpl(SQLUpdateStatement stmt, DbType dbType) -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.mysql.ast.statement
Subclasses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.mysql.ast.statement Modifier and Type Class Description classMySqlUpdateStatement -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser that return SQLUpdateStatement Modifier and Type Method Description SQLUpdateStatementMySqlStatementParser. parseUpdateStatement()Methods in com.alibaba.druid.sql.dialect.mysql.parser with parameters of type SQLUpdateStatement Modifier and Type Method Description protected voidMySqlStatementParser. parseUpdateSet(SQLUpdateStatement update) -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser with parameters of type SQLUpdateStatement Modifier and Type Method Description voidOdpsStatementParser. parseUpdateStatementPartition(SQLUpdateStatement updateStatement) -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Subclasses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.oracle.ast.stmt Modifier and Type Class Description classOracleUpdateStatement -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.oracle.parser
Methods in com.alibaba.druid.sql.dialect.oracle.parser that return SQLUpdateStatement Modifier and Type Method Description SQLUpdateStatementOracleStatementParser. parseUpdateStatement() -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Subclasses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.oscar.ast.stmt Modifier and Type Class Description classOscarUpdateStatement -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.oscar.visitor
Methods in com.alibaba.druid.sql.dialect.oscar.visitor that return SQLUpdateStatement Modifier and Type Method Description SQLUpdateStatementOscarStatementParser. parseUpdateStatement() -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Subclasses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.postgresql.ast.stmt Modifier and Type Class Description classPGUpdateStatement -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser that return SQLUpdateStatement Modifier and Type Method Description SQLUpdateStatementPGSQLStatementParser. parseUpdateStatement() -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.sqlserver.ast.stmt
Subclasses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.sqlserver.ast.stmt Modifier and Type Class Description classSQLServerUpdateStatement -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.dialect.sqlserver.parser
Methods in com.alibaba.druid.sql.dialect.sqlserver.parser that return SQLUpdateStatement Modifier and Type Method Description SQLUpdateStatementSQLServerStatementParser. parseUpdateStatement() -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLUpdateStatement Modifier and Type Method Description protected SQLUpdateStatementSQLStatementParser. createUpdateStatement()SQLUpdateStatementSQLStatementParser. parseUpdateStatement()Methods in com.alibaba.druid.sql.parser with parameters of type SQLUpdateStatement Modifier and Type Method Description protected voidSQLStatementParser. parseUpdateSet(SQLUpdateStatement update)voidSQLStatementParser. parseUpdateStatementPartition(SQLUpdateStatement updateStatement) -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository with parameters of type SQLUpdateStatement Modifier and Type Method Description default booleanSchemaResolveVisitor. visit(SQLUpdateStatement x) -
Uses of SQLUpdateStatement in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLUpdateStatement Modifier and Type Method Description voidSchemaStatVisitor. endVisit(SQLUpdateStatement x)default voidSQLASTVisitor. endVisit(SQLUpdateStatement x)booleanSchemaStatVisitor. visit(SQLUpdateStatement x)booleanSQLASTOutputVisitor. visit(SQLUpdateStatement x)default booleanSQLASTVisitor. visit(SQLUpdateStatement x) -
Uses of SQLUpdateStatement in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type SQLUpdateStatement Modifier and Type Method Description default voidWallVisitor. endVisit(SQLUpdateStatement x)default booleanWallVisitor. visit(SQLUpdateStatement x) -
Uses of SQLUpdateStatement in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLUpdateStatement Modifier and Type Method Description static voidWallVisitorUtils. checkUpdate(WallVisitor visitor, SQLUpdateStatement x)
-