Menu

ArraySQL - Improvements

ArraySQL allows a java developer to query 2 dimensional Object arrays (Object[][]) in a SQL-like manner. Improvements have been made in syntax error checking and a few bug fixes have been made. ArraySQL is easy to use. Sample syntax follows:

select rowNum(), 'String Constant', * from array where (col0='william' and col1='reid') or (col0='jeff' and col1='beck') order by col1 desc, col0 asc

Posted by Steve Souza 2005-01-08

Log in to post a comment.

MongoDB Logo MongoDB