WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.jdbc.oracle.extensions
Class ArraysDAO

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

public class ArraysDAO
extends BaseDAO

This simple example shows how to use Oracle ARRAYs.

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

Constructor Summary
ArraysDAO()
           
 
Method Summary
static void getStudents(java.lang.String url)
          This function demontrates the retrieval of Oracle objects as java.sql.Array objects.
 
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

ArraysDAO

public ArraysDAO()
Method Detail

getStudents

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

This function demontrates the retrieval of Oracle objects as java.sql.Array objects.


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

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