true, // maintain parent links
base_conglomid, // base conglom id
4); // row loc in last column
// create the index with all the columns in descending order
ColumnOrdering order[] = new ColumnOrdering[5];
order[0] = new T_ColumnOrderingImpl(0, false); // descending
order[1] = new T_ColumnOrderingImpl(1, false); // descending
order[2] = new T_ColumnOrderingImpl(2, false); // descending
order[3] = new T_ColumnOrderingImpl(3, false); // descending
order[4] = new T_ColumnOrderingImpl(4, true); // asccending