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

B12025-01

oracle.ODCI
Class ODCIPartInfo

java.lang.Object
extended byoracle.ODCI.ODCIPartInfo

public class ODCIPartInfo
extends java.lang.Object

Field Summary
protected static ODCIPartInfo _ODCIPartInfoFactory
           
static java.lang.String _SQL_NAME
           
static int _SQL_TYPECODE
           
protected  MutableStruct _struct
           

 

Constructor Summary
  ODCIPartInfo()
           
protected ODCIPartInfo(boolean init)
           

 

Method Summary
 ORAData create(Datum d, int sqlType)
           
protected  ORAData create(ODCIPartInfo o, Datum d, int sqlType)
           
 java.lang.String getIndexPartition()
           
static ORADataFactory getORADataFactory()
           
 java.lang.String getTablePartition()
           
 void setIndexPartition(java.lang.String IndexPartition)
           
 void setTablePartition(java.lang.String TablePartition)
           
 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

_ODCIPartInfoFactory

protected static final ODCIPartInfo _ODCIPartInfoFactory
Constructor Detail

ODCIPartInfo

protected ODCIPartInfo(boolean init)

ODCIPartInfo

public ODCIPartInfo()
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(ODCIPartInfo o,
                         Datum d,
                         int sqlType)
                  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

getIndexPartition

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

setIndexPartition

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