Re: Limitations of org.apache.derby.vti.Restriction classes

2011-05-16 Thread Rick Hillegas
was looking at writing restricted table functions to retrieve data from a foreign database, and think I have identified some limitations of the org.apache.derby.vti.Restriction classes. I would welcome some advice or comments on this. 1. Constructor of Restriction.AND and Restriction.OR only allows two terms

Limitations of org.apache.derby.vti.Restriction classes

2011-05-13 Thread Tim Dudgeon
Hi, I was looking at writing restricted table functions to retrieve data from a foreign database, and think I have identified some limitations of the org.apache.derby.vti.Restriction classes. I would welcome some advice or comments on this. 1. Constructor of Restriction.AND and Restriction.OR

Re: Limitations of org.apache.derby.vti.Restriction classes

2011-05-13 Thread Rick Hillegas
Thanks for the comments on Restriction, Tim. Some responses inline.. On 5/13/11 3:22 AM, Tim Dudgeon wrote: Hi, I was looking at writing restricted table functions to retrieve data from a foreign database, and think I have identified some limitations of the org.apache.derby.vti.Restriction

Re: Limitations of org.apache.derby.vti.Restriction classes

2011-05-13 Thread Tim Dudgeon
a foreign database, and think I have identified some limitations of the org.apache.derby.vti.Restriction classes. I would welcome some advice or comments on this. 1. Constructor of Restriction.AND and Restriction.OR only allows two terms to be added. In reality and AND or OR expression could take any