Package org.datanucleus.store.rdbms.sql
Class SelectStatement.SelectedItem
- java.lang.Object
-
- org.datanucleus.store.rdbms.sql.SelectStatement.SelectedItem
-
- Enclosing class:
- SelectStatement
protected class SelectStatement.SelectedItem extends Object
-
-
Constructor Summary
Constructors Constructor Description SelectedItem(SQLText st, String alias, boolean primary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getAlias()
SQLText
getSQLText()
int
hashCode()
boolean
isPrimary()
void
setAlias(String alias)
-