|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintViolatedException | |
net.sf.colle.sql.test |
Uses of ConstraintViolatedException in net.sf.colle.sql.test |
Methods in net.sf.colle.sql.test that throw ConstraintViolatedException | |
static void |
TestTable2.insert(TestTable2.Row pxNewRow,
Connection pxConnection)
Inserts a new row. |
static void |
TestTable2.update(TestTable2.Row pxRow,
Connection pxConnection)
Updates a row. |
static void |
TestTable2.delete(TestTable2.Row pxRow,
Connection pxConnection)
Deletes a row. |
static void |
TestTable2.delete(int pnId,
Connection pxConnection)
Deletes a row identified by it's primary key. |
static void |
TestTable.insert(TestTable.Row pxNewRow,
Connection pxConnection)
Inserts a new row. |
static void |
TestTable.update(TestTable.Row pxRow,
Connection pxConnection)
Updates a row. |
static void |
TestTable.delete(TestTable.Row pxRow,
Connection pxConnection)
Deletes a row. |
static void |
TestTable.delete(int pnId,
Connection pxConnection)
Deletes a row identified by it's primary key. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |