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

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

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

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

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