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

B12025-01

oracle.ODCI
Class ODCIColInfo

java.lang.Object
extended byoracle.ODCI.ODCIColInfo

public class ODCIColInfo
extends java.lang.Object

Field Summary
protected static ODCIColInfo _ODCIColInfoFactory
           
static java.lang.String _SQL_NAME
           
static int _SQL_TYPECODE
           
protected  MutableStruct _struct
           

 

Constructor Summary
  ODCIColInfo()
           
protected ODCIColInfo(boolean init)
           

 

Method Summary
 ORAData create(Datum d, int sqlType)
           
protected  ORAData create(ODCIColInfo o, Datum d, int sqlType)
           
 java.lang.String getColName()
           
 java.lang.String getColTypeName()
           
 java.lang.String getColTypeSchema()
           
static ORADataFactory getORADataFactory()
           
 java.lang.String getTableName()
           
 java.lang.String getTablePartition()
           
 java.lang.String getTableSchema()
           
 void setColName(java.lang.String ColName)
           
 void setColTypeName(java.lang.String ColTypeName)
           
 void setColTypeSchema(java.lang.String ColTypeSchema)
           
 void setTableName(java.lang.String TableName)
           
 void setTablePartition(java.lang.String TablePartition)
           
 void setTableSchema(java.lang.String TableSchema)
           
 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

_ODCIColInfoFactory

protected static final ODCIColInfo _ODCIColInfoFactory
Constructor Detail

ODCIColInfo

protected ODCIColInfo(boolean init)

ODCIColInfo

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

getTableSchema

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

setTableSchema

public void setTableSchema(java.lang.String TableSchema)
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

getTableName

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

setTableName

public void setTableName(java.lang.String TableName)
                  throws java.sql.SQLException
Throws:
java.sql.SQLException

getColName

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

setColName

public void setColName(java.lang.String ColName)
                throws java.sql.SQLException
Throws:
java.sql.SQLException

getColTypeName

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

setColTypeName

public void setColTypeName(java.lang.String ColTypeName)
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

getColTypeSchema

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

setColTypeSchema

public void setColTypeSchema(java.lang.String ColTypeSchema)
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

getTablePartition

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

setTablePartition

public void setTablePartition(java.lang.String TablePartition)
                       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.