public interface ColumnReference<R,C> extends RowValue<R,C>
| Modifier and Type | Method and Description |
|---|---|
void |
associateCondition(Condition<R,C> condition,
boolean andPath) |
String |
getColumn()
Returns columns real name
|
String |
getCorrelation() |
Table<R,C> |
getTable() |
String |
getTitle()
Returns columns display name.
|
C |
getValue(SQLConverter<R,C> engine,
ArrayMap<Table<R,C>,R> rowCandidate) |
C |
getValue(SQLConverter<R,C> engine,
R row) |
boolean |
resolvTable(Collection<Table<R,C>> tables) |
void |
setTable(Table<R,C> table) |
void |
setTitle(String title)
Sets the columns display name
|
getEnd, getSource, getStart, throwExceptionString getColumn()
String getTitle()
void setTitle(String title)
title - String getCorrelation()
C getValue(SQLConverter<R,C> engine, R row)
boolean resolvTable(Collection<Table<R,C>> tables)
Copyright © 2014. All rights reserved.