|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.triactive.jdo.store.sql.SqlIdentifier
com.triactive.jdo.store.sql.CorrelationName
An SQL correlation name.
A CorrelationName is just an SqlIdentifier subclassed for type safety.
The term correlation name comes from the SQL standard and refers
to table aliases, also known as range variables.
| Field Summary |
| Fields inherited from class com.triactive.jdo.store.sql.SqlIdentifier |
dba, fullName, name |
| Constructor Summary | |
CorrelationName(DatabaseAdapter dba,
java.lang.String identifier)
Constructs a correlation name. |
|
| Methods inherited from class com.triactive.jdo.store.sql.SqlIdentifier |
compareTo, equals, hashCode, intern, isKeyword, javaToSql, toString, undelimited, untruncated |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CorrelationName(DatabaseAdapter dba,
java.lang.String identifier)
dba - a database adapter for the relevant databaseidentifier - the SQL identifier value as a string
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||