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 booleanequals(Object other)StringgetAlias()SQLTextgetSQLText()inthashCode()booleanisPrimary()voidsetAlias(String alias)
-