FormattedDataSet API News
Brought to you by:
stevesouza
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