WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.jdbc.oracle.extensions
Class StructsClient

java.lang.Object
  |
  +--examples.jdbc.oracle.extensions.BaseClient
        |
        +--examples.jdbc.oracle.extensions.StructsClient

public class StructsClient
extends BaseClient

This client is the starting point to demonstrate Oracle STRUCT.

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

Constructor Summary
StructsClient()
           
 
Method Summary
static EmployeeBO createEmployee()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class examples.jdbc.oracle.extensions.BaseClient
getExtensionEJB, log
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructsClient

public StructsClient()
Method Detail

createEmployee

public static EmployeeBO createEmployee()

main

public static void main(java.lang.String[] args)

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

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