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, toString
public UniversalAsOfClause(AsOfClause value)
public void printSQL(ExpressionSQLPrinter printer)
printSQL
in class AsOfClause
public AsOfClause getAsOfClause()
this
.public java.lang.Object getValue()
AsOfClause
getValue
in class AsOfClause
public boolean isUniversal()
AsOfClause
Used when a query is made as of a past time.
isUniversal
in class AsOfClause
public java.lang.String printString()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference