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

B12025-01

oracle.ODCI
Class ODCIColInfoList

java.lang.Object
extended byoracle.ODCI.ODCIColInfoList

public class ODCIColInfoList
extends java.lang.Object

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

 

Constructor Summary
ODCIColInfoList()
           
ODCIColInfoList(ODCIColInfo[] a)
           

 

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

ODCIColInfoList

public ODCIColInfoList()

ODCIColInfoList

public ODCIColInfoList(ODCIColInfo[] 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 ODCIColInfo[] getArray()
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

setArray

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

getArray

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

setArray

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

getElement

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

setElement

public void setElement(ODCIColInfo 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.