| 
 | Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
       org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatementBNF
org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatementBNF
public final class DeleteStatementBNF
The query BNF for the delete statement.
delete_statement ::= delete_clause [where_clause]
| Field Summary | |
|---|---|
| static java.lang.String | IDThe unique identifier of this BNF rule. | 
| Constructor Summary | |
|---|---|
| DeleteStatementBNF()Creates a new DeleteStatementBNF. | |
| Method Summary | |
|---|---|
| (package private)  void | initialize()Initializes this BNF rule by registering child BNF rulesandexpression factories. | 
| Methods inherited from class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF | 
|---|
| addChildren, children, expressionFactory, expressionFactoryIds, getFallbackBNFId, getFallbackExpressionFactoryId, getId, handleAggregate, handleCollection, hasIdentifier, identifiers, isCompound, nonCompoundChildren, registerChild, registerExpressionFactory, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String ID
| Constructor Detail | 
|---|
DeleteStatementBNF()
DeleteStatementBNF.| Method Detail | 
|---|
void initialize()
BNF rules and expression factories.initialize in class JPQLQueryBNF| 
 |  | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||