05-05-2011 04:40 AM
if (rows != null)
{
for (int x = 0; x < rows.length; x++)
{
ResultSetRow row1 = rows[x];
NamedValue[] columns = row1.getColumns();
for (int y = 0; y < columns.length; y++)
{
System.out.println("row " + x + ": "
+ row1.getColumns(y).getName() + " = "
+ row1.getColumns(y).getValue());
}
}
/{http://www.alfresco.org/model/application/1.0}company_home/{}cm_x003a_newq30000012d130833e90132.sub
05-05-2011 05:22 AM
05-05-2011 05:47 AM
05-05-2011 06:56 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.