public class UniversalAsOfClause extends AsOfClause
Responsibilities:
NO_CLAUSE| Constructor and Description |
|---|
UniversalAsOfClause(AsOfClause value) |
| Modifier and Type | Method and Description |
|---|---|
AsOfClause |
getAsOfClause()
INTERNAL:
Gets the actual as of clause represented by
this. |
java.lang.Object |
getValue()
PUBLIC:
The past time represented by the receiver.
|
boolean |
isUniversal()
PUBLIC:
Answers if this is a UniversalAsOfClause, one to be applied
to the entire selection criteria.
|
void |
printSQL(ExpressionSQLPrinter printer)
INTERNAL:
Prints the as of clause for an expression inside of the FROM clause.
|
java.lang.String |
printString() |
equals, isAsOfSCNClause, toStringpublic UniversalAsOfClause(AsOfClause value)
public void printSQL(ExpressionSQLPrinter printer)
printSQL in class AsOfClausepublic AsOfClause getAsOfClause()
this.public java.lang.Object getValue()
AsOfClausegetValue in class AsOfClausepublic boolean isUniversal()
AsOfClauseUsed when a query is made as of a past time.
isUniversal in class AsOfClausepublic java.lang.String printString()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference