public interface ColumnCondition<R,C> extends Condition<R,C>
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn()
Returns the column name
|
ColumnReference<R,C> |
getColumnReference()
Return the column reference
|
TruthValue |
matches(SQLConverter<R,C> converter,
R row)
Tests the condition against one table row.
|
void |
narrow(SQLConverter<R,C> converter,
Range<C> range)
Possibility to narrow columns value range
|
associateCondition, matches, walkgetEnd, getSource, getStart, throwExceptionString getColumn()
TruthValue matches(SQLConverter<R,C> converter, R row)
converter - SQLCOnverterrow - Tested rowvoid narrow(SQLConverter<R,C> converter, Range<C> range)
converter - range - ColumnReference<R,C> getColumnReference()
Copyright © 2014. All rights reserved.