Oracle10i Data Cartridge Java API Reference
Release 2 (10.2) - BETA 2

B14292-01

oracle.ODCI
Class ODCIEnvRef

java.lang.Object
  |
  +--oracle.ODCI.ODCIEnvRef

public class ODCIEnvRef
extends java.lang.Object

Field Summary
static java.lang.String _SQL_BASETYPE
           
static int _SQL_TYPECODE
           

 

Constructor Summary
ODCIEnvRef()
           

 

Method Summary
 ORAData create(Datum d, int sqlType)
           
static ORADataFactory getORADataFactory()
           
 ODCIEnv getValue()
           
 void setValue(ODCIEnv c)
           
 Datum toDatum(java.sql.Connection c)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

_SQL_BASETYPE

public static final java.lang.String _SQL_BASETYPE
See Also:
Constant Field Values

_SQL_TYPECODE

public static final int _SQL_TYPECODE
Constructor Detail

ODCIEnvRef

public ODCIEnvRef()
Method Detail

getORADataFactory

public static ORADataFactory getORADataFactory()

toDatum

public Datum toDatum(java.sql.Connection c)
              throws java.sql.SQLException
Throws:
java.sql.SQLException

create

public ORAData create(Datum d,
                      int sqlType)
               throws java.sql.SQLException
Throws:
java.sql.SQLException

getValue

public ODCIEnv getValue()
                 throws java.sql.SQLException
Throws:
java.sql.SQLException

setValue

public void setValue(ODCIEnv c)
              throws java.sql.SQLException
Throws:
java.sql.SQLException

Oracle10i Data Cartridge Java API Reference
Release 2 (10.2) - BETA 2

B14292-01

Copyright © 2003, 2005 Oracle. All rights reserved.