Uses of Interface
net.sf.colle.sql.test.TestTable2.Row

Packages that use TestTable2.Row
net.sf.colle.sql.test   
 

Uses of TestTable2.Row in net.sf.colle.sql.test
 

Methods in net.sf.colle.sql.test that return TestTable2.Row
static TestTable2.Row TestTable2.getRowByPrimaryKey(int pnId, Connection pxConnection)
          Returns a single row for the primary key specified.
static TestTable2.Row TestTable2.copyRow(TestTable2.Row pxRow, int pnId)
          Copies the given row with a new primary key.
static TestTable2.Row TestTable2.newRow(int pnId)
          Constructs a new row in memory from primary key information.
 

Methods in net.sf.colle.sql.test with parameters of type TestTable2.Row
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 TestTable2.Row TestTable2.copyRow(TestTable2.Row pxRow, int pnId)
          Copies the given row with a new primary key.