Oracle® Data Cartridge Java API Reference
10g Release 1 (10.1)

B12025-01

oracle.ODCI
Class ODCIIndexCtx

java.lang.Object
extended byoracle.ODCI.ODCIIndexCtx

public class ODCIIndexCtx
extends java.lang.Object

Field Summary
protected static ODCIIndexCtx _ODCIIndexCtxFactory
           
static java.lang.String _SQL_NAME
           
static int _SQL_TYPECODE
           
protected  MutableStruct _struct
           

 

Constructor Summary
  ODCIIndexCtx()
           
protected ODCIIndexCtx(boolean init)
           

 

Method Summary
 ORAData create(Datum d, int sqlType)
           
protected  ORAData create(ODCIIndexCtx o, Datum d, int sqlType)
           
 ODCIIndexInfo getIndexInfo()
           
static ORADataFactory getORADataFactory()
           
 java.lang.String getRid()
           
 void setIndexInfo(ODCIIndexInfo IndexInfo)
           
 void setRid(java.lang.String Rid)
           
 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

_ODCIIndexCtxFactory

protected static final ODCIIndexCtx _ODCIIndexCtxFactory
Constructor Detail

ODCIIndexCtx

protected ODCIIndexCtx(boolean init)

ODCIIndexCtx

public ODCIIndexCtx()
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(ODCIIndexCtx o,
                         Datum d,
                         int sqlType)
                  throws java.sql.SQLException
Throws:
java.sql.SQLException

getIndexInfo

public ODCIIndexInfo getIndexInfo()
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

setIndexInfo

public void setIndexInfo(ODCIIndexInfo IndexInfo)
                  throws java.sql.SQLException
Throws:
java.sql.SQLException

getRid

public java.lang.String getRid()
                        throws java.sql.SQLException
Throws:
java.sql.SQLException

setRid

public void setRid(java.lang.String Rid)
            throws java.sql.SQLException
Throws:
java.sql.SQLException

Oracle® Data Cartridge Java API Reference
10g Release 1 (10.1)

B12025-01

Copyright © 2003 Oracle. All Rights Reserved.