Uses of Class
net.sf.colle.sql.persistence.DuplicateRowException

Packages that use DuplicateRowException
net.sf.colle.sql.test   
 

Uses of DuplicateRowException in net.sf.colle.sql.test
 

Methods in net.sf.colle.sql.test that throw DuplicateRowException
static void TestTable2.insert(TestTable2.Row pxNewRow, Connection pxConnection)
          Inserts a new row.
static void TestTable.insert(TestTable.Row pxNewRow, Connection pxConnection)
          Inserts a new row.