Uses of Class
net.sourceforge.pmd.lang.plsql.ast.ASTDeleteStatement
-
Packages that use ASTDeleteStatement Package Description net.sourceforge.pmd.lang.plsql.ast net.sourceforge.pmd.lang.plsql.rule -
-
Uses of ASTDeleteStatement in net.sourceforge.pmd.lang.plsql.ast
Methods in net.sourceforge.pmd.lang.plsql.ast that return ASTDeleteStatement Modifier and Type Method Description ASTDeleteStatementPLSQLParser. DeleteStatement()Deprecated.Methods in net.sourceforge.pmd.lang.plsql.ast with parameters of type ASTDeleteStatement Modifier and Type Method Description ObjectPLSQLParserVisitor. visit(ASTDeleteStatement node, Object data)Deprecated.ObjectPLSQLParserVisitorAdapter. visit(ASTDeleteStatement node, Object data) -
Uses of ASTDeleteStatement in net.sourceforge.pmd.lang.plsql.rule
Methods in net.sourceforge.pmd.lang.plsql.rule with parameters of type ASTDeleteStatement Modifier and Type Method Description ObjectAbstractPLSQLRule. visit(ASTDeleteStatement node, Object data)
-