|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.d2rq.values.BaseIRIValueMaker
public class BaseIRIValueMaker
Resolves IRIs produced by a wrapped ValueMaker
against a base IRI.
Any absolute IRIs produced by the wrapped value maker are left unchanged.
Field Summary |
---|
Fields inherited from interface org.d2rq.values.ValueMaker |
---|
NULL |
Constructor Summary | |
---|---|
BaseIRIValueMaker(String baseIRI,
ValueMaker wrapped)
|
Method Summary | |
---|---|
void |
describeSelf(NodeSetFilter c)
|
String |
makeValue(ResultRow row)
Retrieves a value from a database row according to some rule or pattern. |
boolean |
matches(String value)
Indicates whether the node maker is capable of producing a given value, as far as can be told without having access to the actual database. |
List<OrderOp.OrderSpec> |
orderSpecs(boolean ascending)
|
Set<ProjectionSpec> |
projectionSpecs()
Returns a set of all ProjectionSpec s containing data necessary
for this ValueSource. |
ValueMaker |
rename(Renamer renamer)
|
Expression |
valueExpression(String value,
DatabaseOp tabular,
Vendor vendor)
A SQL expression that selects only rows where this value maker produces the specified value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseIRIValueMaker(String baseIRI, ValueMaker wrapped)
Method Detail |
---|
public boolean matches(String value)
ValueMaker
matches
in interface ValueMaker
true
iff this node maker is capable of producing the valuepublic Expression valueExpression(String value, DatabaseOp tabular, Vendor vendor)
ValueMaker
Expression.FALSE
if this
value maker is incapable of producing the value.
valueExpression
in interface ValueMaker
value
- A valuetabular
- The table to which the expression will be applicablevendor
- A vendor instance for datatyping etc.
public Set<ProjectionSpec> projectionSpecs()
ValueMaker
ProjectionSpec
s containing data necessary
for this ValueSource.
projectionSpecs
in interface ValueMaker
ProjectionSpec
spublic String makeValue(ResultRow row)
ValueMaker
makeValue
in interface ValueMaker
row
- the database row
public void describeSelf(NodeSetFilter c)
describeSelf
in interface ValueMaker
public ValueMaker rename(Renamer renamer)
rename
in interface ValueMaker
public List<OrderOp.OrderSpec> orderSpecs(boolean ascending)
orderSpecs
in interface ValueMaker
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |