Oracle® Database Data Cartridge Java API Reference
10g Release 2 (10.2)

B14292-01

oracle.ODCI
Class ODCIEnv

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

public class ODCIEnv
extends java.lang.Object

Field Summary
protected static ODCIEnv _ODCIEnvFactory
           
static java.lang.String _SQL_NAME
           
static int _SQL_TYPECODE
           
protected  MutableStruct _struct
           

 

Constructor Summary
  ODCIEnv()
           
protected ODCIEnv(boolean init)
           

 

Method Summary
 ORAData create(Datum d, int sqlType)
           
protected  ORAData create(ODCIEnv o, Datum d, int sqlType)
           
 java.math.BigDecimal getCallProperty()
           
 java.math.BigDecimal getEnvFlags()
           
static ORADataFactory getORADataFactory()
           
 void setCallProperty(java.math.BigDecimal CallProperty)
           
 void setEnvFlags(java.math.BigDecimal EnvFlags)
           
 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_NAME

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

_SQL_TYPECODE

public static final int _SQL_TYPECODE

_struct

protected MutableStruct _struct

_ODCIEnvFactory

protected static final ODCIEnv _ODCIEnvFactory
Constructor Detail

ODCIEnv

protected ODCIEnv(boolean init)

ODCIEnv

public ODCIEnv()
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

create

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

getEnvFlags

public java.math.BigDecimal getEnvFlags()
                                 throws java.sql.SQLException
Throws:
java.sql.SQLException

setEnvFlags

public void setEnvFlags(java.math.BigDecimal EnvFlags)
                 throws java.sql.SQLException
Throws:
java.sql.SQLException

getCallProperty

public java.math.BigDecimal getCallProperty()
                                     throws java.sql.SQLException
Throws:
java.sql.SQLException

setCallProperty

public void setCallProperty(java.math.BigDecimal CallProperty)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

Oracle® Database Data Cartridge Java API Reference
10g Release 2 (10.2)

B14292-01

Copyright © 2003, 2005 Oracle. All rights reserved.