[ 
https://issues.apache.org/jira/browse/JENA-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claude Warren resolved JENA-1295.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Jena 3.3.0

Addition of Values support completed.
methods are:

addValueVar( object )  -- Object must be able to be converted into a var 
object.  This is the same restriction as on the addVar() method.

addDataBlock( Collection<Object> ) -- each element in the collection must be 
convertable to a node object.  this is the same restriction as on the nodes in 
the addWhere() method.

the number of items in the collection must match the number of vars added with 
addValueVar when the build() or buildString() method is called.

> Add support to VALUES in SelectBuilder
> --------------------------------------
>
>                 Key: JENA-1295
>                 URL: https://issues.apache.org/jira/browse/JENA-1295
>             Project: Apache Jena
>          Issue Type: Wish
>          Components: QueryBuilder
>            Reporter: Aleksandar Babic
>            Assignee: Claude Warren
>             Fix For: Jena 3.3.0
>
>
> It seems that QueryBuilder is lacking on support for building VALUES block, 
> or there is no obvious method to do that.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to