Kodo 4.2.0 (DEPRECATED)

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 (DEPRECATED)

Copyright 2015 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
11g Release 1 (10.3.6)
Part Number E13950-03