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

B12025-01

oracle.ODCI
Class ODCIRidList

java.lang.Object
extended byoracle.ODCI.ODCIRidList

public class ODCIRidList
extends java.lang.Object

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

 

Constructor Summary
ODCIRidList()
           
ODCIRidList(java.lang.String[] a)
           

 

Method Summary
 ORAData create(Datum d, int sqlType)
           
 java.lang.String[] getArray()
           
 java.lang.String[] getArray(long index, int count)
           
 int getBaseType()
           
 java.lang.String getBaseTypeName()
           
 ArrayDescriptor getDescriptor()
           
 java.lang.String getElement(long index)
           
static ORADataFactory getORADataFactory()
           
 int length()
           
 void setArray(java.lang.String[] a)
           
 void setArray(java.lang.String[] a, long index)
           
 void setElement(java.lang.String a, long index)
           
 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
Constructor Detail

ODCIRidList

public ODCIRidList()

ODCIRidList

public ODCIRidList(java.lang.String[] a)
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

length

public int length()
           throws java.sql.SQLException
Throws:
java.sql.SQLException

getBaseType

public int getBaseType()
                throws java.sql.SQLException
Throws:
java.sql.SQLException

getBaseTypeName

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

getDescriptor

public ArrayDescriptor getDescriptor()
                              throws java.sql.SQLException
Throws:
java.sql.SQLException

getArray

public java.lang.String[] getArray()
                            throws java.sql.SQLException
Throws:
java.sql.SQLException

setArray

public void setArray(java.lang.String[] a)
              throws java.sql.SQLException
Throws:
java.sql.SQLException

getArray

public java.lang.String[] getArray(long index,
                                   int count)
                            throws java.sql.SQLException
Throws:
java.sql.SQLException

setArray

public void setArray(java.lang.String[] a,
                     long index)
              throws java.sql.SQLException
Throws:
java.sql.SQLException

getElement

public java.lang.String getElement(long index)
                            throws java.sql.SQLException
Throws:
java.sql.SQLException

setElement

public void setElement(java.lang.String a,
                       long index)
                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.