WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.jdbc.oracle.extensions
Class RefsDAO

java.lang.Object
  |
  +--examples.jdbc.oracle.extensions.BaseDAO
        |
        +--examples.jdbc.oracle.extensions.RefsDAO

public class RefsDAO
extends BaseDAO

This simple example shows how to use Oracle REFs.

Author:
Copyright (c) 1996-2002 by BEA Systems, Inc. All Rights Reserved.

Constructor Summary
RefsDAO()
           
 
Method Summary
static void getAddresses(java.lang.String url)
          This function demontrates the retrieval of Oracle REFs.
 
Methods inherited from class examples.jdbc.oracle.extensions.BaseDAO
cleanup, getConnection, getNextId, log
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefsDAO

public RefsDAO()
Method Detail

getAddresses

public static void getAddresses(java.lang.String url)
                         throws java.sql.SQLException,
                                javax.naming.NamingException

This function demontrates the retrieval of Oracle REFs.


Documentation is available at
http://e-docs.bea.com/wls/docs70

Copyright © 2002 BEA Systems, Inc. All Rights Reserved.