|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowNotFoundException | |
net.sf.colle.sql.test |
Uses of RowNotFoundException in net.sf.colle.sql.test |
Methods in net.sf.colle.sql.test that throw RowNotFoundException | |
static TestTable2.Row |
TestTable2.getRowByPrimaryKey(int pnId,
Connection pxConnection)
Returns a single row for the primary key specified. |
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 TestTable.Row |
TestTable.getRowByPrimaryKey(int pnId,
Connection pxConnection)
Returns a single row for the primary key specified. |
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. |
static TestTable.Row |
TestTable.getNotNull(int pnId,
Connection pxConnection)
Returns a record if nNullable set to not null. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |