Package | Description |
---|---|
oracle.toplink.essentials.internal.expressions | |
oracle.toplink.essentials.internal.queryframework |
Modifier and Type | Class and Description |
---|---|
class |
SQLDeleteAllStatement
Purpose: Print DELETE statement with non trivial WHERE clause
|
Modifier and Type | Method and Description |
---|---|
protected SQLDeleteStatement |
ExpressionQueryMechanism.buildDeleteAllStatement(DatabaseTable table,
Expression inheritanceExpression,
SQLCall selectCallForExist,
SQLSelectStatement selectStatementForExist,
SQLCall selectCallForNotExist,
SQLSelectStatement selectStatementForNotExist,
Collection primaryKeyFields)
Return the appropriate delete statement
Passing of a call/ statement pair is used because the same pair
may be used several times.
|
protected SQLDeleteStatement |
ExpressionQueryMechanism.buildDeleteAllStatementForMapping(SQLCall selectCallForExist,
SQLSelectStatement selectStatementForExist,
Vector sourceFields,
Vector targetFields) |
protected SQLDeleteStatement |
ExpressionQueryMechanism.buildDeleteStatement(DatabaseTable table)
Return the appropriate delete statement
|
protected SQLDeleteStatement |
ExpressionQueryMechanism.buildDeleteStatementForDeleteAllQuery(DatabaseTable table)
Used by DeleteAllQuery to create DeleteStatement in a simple case
when selectionCriteria==null.
|
protected SQLDeleteStatement |
ExpressionQueryMechanism.buildDeleteStatementForDeleteAllQuery(DatabaseTable table,
Expression inheritanceExpression)
Used by DeleteAllQuery to create DeleteStatement in a simple case
when selectionCriteria==null.
|
Copyright © 2024. All rights reserved.