try {
connection().exec("CREATE INDEX PredObj ON "+TableDescSPO.name()+" (p,o)") ;
connection().exec("CREATE INDEX ObjSubj ON "+TableDescSPO.name()+" (o,s)") ;
} catch (SQLException ex)
{
throw new SDBException("SQLException indexing table 'Triples'",ex) ;
}
}