Oracle9i Supplied Java Packages Reference Release 2 (9.2) Part Number A96609-01 |
|
This chapter describes Java language ODCI (Oracle Data Cartridge Interface) extensible indexing interfaces that are provided in package oracle.ODCI.
This chapter includes these sections:
In addition to the efficient and secure management of data ordered under the relational model, Oracle supports data organized under the object model. Object types and other Oracle database features, such as large objects (LOBs), external procedures, extensible indexing, and query optimization, can be used to build reusable server-based components called data cartridges.
Within the framework of the Oracle Extensibility Architecture, data cartridges are a pure object-oriented mechanism for extending the capabilities of the Oracle server.
See Also:
Oracle9i Data Cartridge Developer's Guide for information about creating and using data cartridges. |
The ODCI.jar
and CartridgeServices.jar
files must be installed into the SYS schema in order to use the Java classes described in this chapter.
If you installed the Java option, then you must install the ODCI.jar and CartridgeServices.jar files. You do not need to perform this task if you did not install the Java option.
To install ODCI.jar and CartridgeServices.jar files, run the following commands from the command line:
loadjava -user sys/PASSWORD -resolve -synonym -grant public -verbose ORACLE_HOME/vobs/jlib/CartridgeServices.jar loadjava -user sys/PASSWORD -resolve -synonym -grant public -verbose ORACLE_HOME/vobs/jlib/ODCI.jar
Substitute the SYS
password for PASSWORD
, and substitute the Oracle home
directory for ORACLE_HOME
. These commands install the classes and create the synonyms in the SYS schema.
oracle.ODCI.ODCIArgDesc
public class ODCIArgDesc
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIArgDesc()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException getArgType public java.math.BigDecimal getArgType() throws java.sql.SQLException
public void setArgType(java.math.BigDecimal ArgType) throws java.sql.SQLException
public java.lang.String getTableName() throws java.sql.SQLException
public void setTableName(java.lang.String TableName) throws java.sql.SQLException
public java.lang.String getTableSchema() throws java.sql.SQLException
public void setTableSchema(java.lang.String TableSchema) throws java.sql.SQLException
public java.lang.String getColName() throws java.sql.SQLException
public void setColName(java.lang.String ColName) throws java.sql.SQLException
public java.lang.String getTablePartitionLower() throws java.sql.SQLException
public void setTablePartitionLower(java.lang.String TablePartitionLower) throws java.sql.SQLException
public java.lang.String getTablePartitionUpper() throws java.sql.SQLException
public void setTablePartitionUpper(java.lang.String TablePartitionUpper) throws java.sql.SQLException
oracle.ODCI.ODCIArgDescList public class ODCIArgDescList
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIArgDescList()
public ODCIArgDescList(ODCIArgDesc[] a)
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public int length() throws java.sql.SQLException
public int getBaseType() throws java.sql.SQLException
public java.lang.String getBaseTypeName() throws java.sql.SQLException
public oracle.sql.ArrayDescriptor getDescriptor() throws java.sql.SQLException
public ODCIArgDesc[] getArray() throws java.sql.SQLException
public void setArray(ODCIArgDesc[] a) throws java.sql.SQLException
public ODCIArgDesc
[] getArray(long index,
int count)
throws java.sql.SQLException
public void setArray(ODCIArgDesc
[] a,
long index)
throws java.sql.SQLException
public ODCIArgDesc getElement(long index) throws java.sql.SQLException
public void setElement(ODCIArgDesc a, long index) throws java.sql.SQLException
oracle.ODCI.ODCIArgDescRef public class ODCIArgDescRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCIArgDescRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIArgDesc getValue() throws java.sql.SQLException
public void setValue(ODCIArgDesc c)
throws java.sql.SQLException
oracle.ODCI.ODCIColInfo
public class ODCIColInfo
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIColInfo()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public java.lang.String getTableSchema() throws java.sql.SQLException
public void setTableSchema(java.lang.String TableSchema) throws java.sql.SQLException
public java.lang.String getTableName() throws java.sql.SQLException
public void setTableName(java.lang.String TableName) throws java.sql.SQLException
public java.lang.String getColName() throws java.sql.SQLException
public void setColName(java.lang.String ColName) throws java.sql.SQLException
public java.lang.String getColTypeName() throws java.sql.SQLException
public void setColTypeName(java.lang.String ColTypeName) throws java.sql.SQLException
public java.lang.String getColTypeSchema() throws java.sql.SQLException
public void setColTypeSchema(java.lang.String ColTypeSchema) throws java.sql.SQLException
public java.lang.String getTablePartition() throws java.sql.SQLException
public void setTablePartition(java.lang.String TablePartition)
throws java.sql.SQLException
oracle.ODCI.ODCIColInfoList
public class ODCIColInfoList
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIColInfoList()
public ODCIColInfoList(ODCIColInfo[] a)
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public int length() throws java.sql.SQLException
public int getBaseType() throws java.sql.SQLException
public java.lang.String getBaseTypeName() throws java.sql.SQLException
public oracle.sql.ArrayDescriptor getDescriptor() throws java.sql.SQLException
public ODCIColInfo[] getArray() throws java.sql.SQLException
public void setArray(ODCIColInfo[] a) throws java.sql.SQLException
public ODCIColInfo
[] getArray(long index,
int count)
throws java.sql.SQLException
public void setArray(ODCIColInfo
[] a,
long index)
throws java.sql.SQLException
public ODCIColInfo
getElement(long index)
throws java.sql.SQLException
public void setElement(ODCIColInfo
a,
long index)
throws java.sql.SQLException
oracle.ODCI.ODCIColInfoRef
public class ODCIColInfoRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCIColInfoRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIColInfo
getValue()
throws java.sql.SQLException
public void setValue(ODCIColInfo
c)
throws java.sql.SQLException
oracle.ODCI.ODCICost
public class ODCICost
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCICost()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public java.math.BigDecimal getCPUcost() throws java.sql.SQLException
public void setCPUcost(java.math.BigDecimal CPUcost) throws java.sql.SQLException
public java.math.BigDecimal getIOcost() throws java.sql.SQLException
public void setIOcost(java.math.BigDecimal IOcost) throws java.sql.SQLException
public java.math.BigDecimal getNetworkCost() throws java.sql.SQLException
public void setNetworkCost(java.math.BigDecimal NetworkCost) throws java.sql.SQLException
public java.lang.String getIndexCostInfo() throws java.sql.SQLException
public void setIndexCostInfo(java.lang.String IndexCostInfo)
throws java.sql.SQLException
oracle.ODCI.ODCICostRef
public class ODCICostRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCICostRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCICost
getValue()
throws java.sql.SQLException
public void setValue(ODCICost
c)
throws java.sql.SQLException
oracle.ODCI.ODCIEnv
public class ODCIEnv
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIEnv()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public java.math.BigDecimal getEnvFlags() throws java.sql.SQLException
public void setEnvFlags(java.math.BigDecimal EnvFlags) throws java.sql.SQLException
public java.math.BigDecimal getCallProperty() throws java.sql.SQLException
public void setCallProperty(java.math.BigDecimal CallProperty) throws java.sql.SQLException
oracle.ODCI.ODCIEnvRef
public class ODCIEnvRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCIEnvRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIEnv
getValue()
throws java.sql.SQLException
public void setValue(ODCIEnv
c)
throws java.sql.SQLException
oracle.ODCI.ODCIFuncInfo
public class ODCIFuncInfo
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIFuncInfo()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public java.lang.String getObjectSchema() throws java.sql.SQLException
public void setObjectSchema(java.lang.String ObjectSchema) throws java.sql.SQLException
public java.lang.String getObjectName() throws java.sql.SQLException
public void setObjectName(java.lang.String ObjectName) throws java.sql.SQLException
public java.lang.String getMethodName() throws java.sql.SQLException
public void setMethodName(java.lang.String MethodName) throws java.sql.SQLException
public java.math.BigDecimal getFlags() throws java.sql.SQLException
public void setFlags(java.math.BigDecimal Flags) throws java.sql.SQLException
oracle.ODCI.ODCIFuncInfoRef
public class ODCIFuncInfoRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCIFuncInfoRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIFuncInfo
getValue()
throws java.sql.SQLException
public void setValue(ODCIFuncInfo
c)
throws java.sql.SQLException
oracle.ODCI.ODCIIndexCtx
public class ODCIIndexCtx
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIIndexCtx()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIIndexInfo
getIndexInfo()
throws java.sql.SQLException
public void setIndexInfo(ODCIIndexInfo
IndexInfo)
throws java.sql.SQLException
public java.lang.String getRid() throws java.sql.SQLException
public void setRid(java.lang.String Rid)
throws java.sql.SQLException
oracle.ODCI.ODCIIndexCtxRef
public class ODCIIndexCtxRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCIIndexCtxRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIIndexCtx
getValue()
throws java.sql.SQLException
public void setValue(ODCIIndexCtx
c)
throws java.sql.SQLException
oracle.ODCI.ODCIIndexInfo
public class ODCIIndexInfo
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIIndexInfo()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public java.lang.String getIndexSchema() throws java.sql.SQLException
public void setIndexSchema(java.lang.String IndexSchema) throws java.sql.SQLException
public java.lang.String getIndexName() throws java.sql.SQLException
public void setIndexName(java.lang.String IndexName) throws java.sql.SQLException
public ODCIColInfoList
getIndexCols()
throws java.sql.SQLException
public void setIndexCols(ODCIColInfoList
IndexCols)
throws java.sql.SQLException
public java.lang.String getIndexPartition() throws java.sql.SQLException
public void setIndexPartition(java.lang.String IndexPartition) throws java.sql.SQLException
public java.math.BigDecimal getIndexInfoFlags() throws java.sql.SQLException
public void setIndexInfoFlags(java.math.BigDecimal IndexInfoFlags) throws java.sql.SQLException
oracle.ODCI.ODCIIndexInfoRef
public class ODCIIndexInfoRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCIIndexInfoRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIIndexInfo
getValue()
throws java.sql.SQLException
public void setValue(ODCIIndexInfo
c)
throws java.sql.SQLException
oracle.ODCI.ODCIObject
public class ODCIObject
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIObject()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public java.lang.String getObjectSchema() throws java.sql.SQLException
public void setObjectSchema(java.lang.String ObjectSchema) throws java.sql.SQLException
public java.lang.String getObjectName() throws java.sql.SQLException
public void setObjectName(java.lang.String ObjectName)
throws java.sql.SQLException
oracle.ODCI.ODCIObjectList
public class ODCIObjectList
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIObjectList()
public ODCIObjectList(ODCIObject[] a)
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public int length() throws java.sql.SQLException
public int getBaseType() throws java.sql.SQLException
public java.lang.String getBaseTypeName() throws java.sql.SQLException
public oracle.sql.ArrayDescriptor getDescriptor() throws java.sql.SQLException
public ODCIObject[] getArray() throws java.sql.SQLException
public void setArray(ODCIObject[] a) throws java.sql.SQLException
public ODCIObject[] getArray(long index, int count) throws java.sql.SQLException
public void setArray(ODCIObject[] a, long index) throws java.sql.SQLException
public ODCIObject getElement(long index) throws java.sql.SQLException
public void setElement(ODCIObject a, long index)
throws java.sql.SQLException
oracle.ODCI.ODCIObjectRef
public class ODCIObjectRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCIObjectRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIObject getValue() throws java.sql.SQLException
public void setValue(ODCIObject c)
throws java.sql.SQLException
oracle.ODCI.ODCIPartInfo
public class ODCIPartInfo
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIPartInfo()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public java.lang.String getTablePartition() throws java.sql.SQLException
public void setTablePartition(java.lang.String TablePartition) throws java.sql.SQLException
public java.lang.String getIndexPartition() throws java.sql.SQLException
public void setIndexPartition(java.lang.String IndexPartition)
throws java.sql.SQLException
oracle.ODCI.ODCIPartInfoRef
public class ODCIPartInfoRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCIPartInfoRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIPartInfo getValue() throws java.sql.SQLException
public void setValue(ODCIPartInfo c)
throws java.sql.SQLException
oracle.ODCI.ODCIPredInfo
public class ODCIPredInfo
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIPredInfo()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public java.lang.String getObjectSchema() throws java.sql.SQLException
public void setObjectSchema(java.lang.String ObjectSchema) throws java.sql.SQLException
public java.lang.String getObjectName() throws java.sql.SQLException
public void setObjectName(java.lang.String ObjectName) throws java.sql.SQLException
public java.lang.String getMethodName() throws java.sql.SQLException
public void setMethodName(java.lang.String MethodName) throws java.sql.SQLException
public java.math.BigDecimal getFlags() throws java.sql.SQLException
public void setFlags(java.math.BigDecimal Flags)
throws java.sql.SQLException
oracle.ODCI.ODCIPredInfoRef
public class ODCIPredInfoRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCIPredInfoRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIPredInfo getValue() throws java.sql.SQLException
public void setValue(ODCIPredInfo c)
throws java.sql.SQLException
oracle.ODCI.ODCIQueryInfo
public class ODCIQueryInfo
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIQueryInfo()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public java.math.BigDecimal getFlags() throws java.sql.SQLException
public void setFlags(java.math.BigDecimal Flags) throws java.sql.SQLException
public ODCIObjectList getAncOps() throws java.sql.SQLException
public void setAncOps(ODCIObjectList AncOps)
throws java.sql.SQLException
oracle.ODCI.ODCIQueryInfoRef
public class ODCIQueryInfoRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCIQueryInfoRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIQueryInfo getValue() throws java.sql.SQLException
public void setValue(ODCIQueryInfo c)
throws java.sql.SQLException
oracle.ODCI.ODCIRidList
public class ODCIRidList
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIRidList()
public ODCIRidList(java.lang.String[] a)
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public int length() throws java.sql.SQLException
public int getBaseType() throws java.sql.SQLException
public java.lang.String getBaseTypeName() throws java.sql.SQLException
public oracle.sql.ArrayDescriptor getDescriptor() throws java.sql.SQLException
public java.lang.String[] getArray() throws java.sql.SQLException
public void setArray(java.lang.String[] a) throws java.sql.SQLException
public java.lang.String[] getArray(long index, int count) throws java.sql.SQLException
public void setArray(java.lang.String[] a, long index) throws java.sql.SQLException
public java.lang.String getElement(long index) throws java.sql.SQLException
public void setElement(java.lang.String a, long index)
throws java.sql.SQLException
oracle.ODCI.ODCIStatsOptions
public class ODCIStatsOptions
public static final java.lang.String _SQL_NAME
public static final int _SQL_TYPECODE
public ODCIStatsOptions()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public java.math.BigDecimal getSample() throws java.sql.SQLException
public void setSample(java.math.BigDecimal Sample) throws java.sql.SQLException
public java.math.BigDecimal getOptions() throws java.sql.SQLException
public void setOptions(java.math.BigDecimal Options) throws java.sql.SQLException
public java.math.BigDecimal getFlags() throws java.sql.SQLException
public void setFlags(java.math.BigDecimal Flags)
throws java.sql.SQLException
oracle.ODCI.ODCIStatsOptionsRef
public class ODCIStatsOptionsRef
public static final java.lang.String _SQL_BASETYPE
public static final int _SQL_TYPECODE
public ODCIStatsOptionsRef()
public static oracle.sql.ORADataFactory getORADataFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
public oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public ODCIStatsOptions
getValue()
throws java.sql.SQLException
public void setValue(ODCIStatsOptions
c)
throws java.sql.SQLException
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|