Kodo 4.2.0. generated on July 28 2008

kodo.jdbc.kernel
Class TableLockUpdateManager.TableRows

java.lang.Object
  extended by kodo.jdbc.kernel.TableLockUpdateManager.TableRows
Enclosing class:
TableLockUpdateManager

protected static class TableLockUpdateManager.TableRows
extends Object

Rows for a particular table.


Constructor Summary
TableLockUpdateManager.TableRows(Table table)
           
 
Method Summary
 void addRow(int type, Row row)
           
 Collection getRows(int type)
           
 Table getTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableLockUpdateManager.TableRows

public TableLockUpdateManager.TableRows(Table table)
Method Detail

getTable

public Table getTable()

addRow

public void addRow(int type,
                   Row row)

getRows

public Collection getRows(int type)

Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.