Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

oracle.jbo.common.remote
Class RowHandle

java.lang.Object
  extended by oracle.jbo.common.remote.RowHandle
All Implemented Interfaces:
java.io.Serializable, Handle

public final class RowHandle
extends java.lang.Object
implements Handle

See Also:
Serialized Form

Field Summary
static int TYPE_NULL
           
static int TYPE_ROWHANDLE
           
static int TYPE_ROWLAZY
           
 
Constructor Summary
RowHandle()
           
RowHandle(CompoundHandle rsiHandle, int rowHandle)
           
RowHandle(int rsiId, int rowHandle)
           
 
Method Summary
 int getRowHandle()
           
 int getRowSetIteratorId()
           
 CompoundHandle getRSIHandle()
           
 int getType()
           
 boolean isNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ROWLAZY

public static final int TYPE_ROWLAZY
See Also:
Constant Field Values

TYPE_ROWHANDLE

public static final int TYPE_ROWHANDLE
See Also:
Constant Field Values

TYPE_NULL

public static final int TYPE_NULL
See Also:
Constant Field Values
Constructor Detail

RowHandle

public RowHandle()

RowHandle

public RowHandle(CompoundHandle rsiHandle,
                 int rowHandle)

RowHandle

public RowHandle(int rsiId,
                 int rowHandle)
Method Detail

getType

public int getType()

getRowSetIteratorId

public int getRowSetIteratorId()

getRSIHandle

public CompoundHandle getRSIHandle()

getRowHandle

public int getRowHandle()

isNull

public boolean isNull()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

Copyright © 1997, 2010, Oracle. All rights reserved.