Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.jdbc.rowset
Class CachedRow

java.lang.Object
  extended by java.util.AbstractMap
      extended by weblogic.jdbc.rowset.CachedRow
All Implemented Interfaces:
Serializable, Cloneable, Map

Deprecated. 12.1.2.0 Use the reference implementation classes in the J2SE JRE/SDK.

public final class CachedRow
extends AbstractMap
implements Serializable, Map, Cloneable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
CachedRow(ResultSet rs, RowSetMetaData md, Map typeMap)
          Deprecated. Representation of a cached row.
CachedRow(RowSetMetaData metaData)
          Deprecated. Representation of a cached row.
 
Method Summary
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

CachedRow

public CachedRow(RowSetMetaData metaData)
          throws SQLException
Deprecated. 
Representation of a cached row.

Throws:
SQLException

CachedRow

public CachedRow(ResultSet rs,
                 RowSetMetaData md,
                 Map typeMap)
          throws SQLException
Deprecated. 
Representation of a cached row.

Throws:
SQLException

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02