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

B12025-01

oracle.ODCI
Class ODCIStatsOptions

java.lang.Object
extended byoracle.ODCI.ODCIStatsOptions

public class ODCIStatsOptions
extends java.lang.Object

Field Summary
protected static ODCIStatsOptions _ODCIStatsOptionsFactory
           
static java.lang.String _SQL_NAME
           
static int _SQL_TYPECODE
           
protected  MutableStruct _struct
           

 

Constructor Summary
  ODCIStatsOptions()
           
protected ODCIStatsOptions(boolean init)
           

 

Method Summary
 ORAData create(Datum d, int sqlType)
           
protected  ORAData create(ODCIStatsOptions o, Datum d, int sqlType)
           
 java.math.BigDecimal getFlags()
           
 java.math.BigDecimal getOptions()
           
static ORADataFactory getORADataFactory()
           
 java.math.BigDecimal getSample()
           
 void setFlags(java.math.BigDecimal Flags)
           
 void setOptions(java.math.BigDecimal Options)
           
 void setSample(java.math.BigDecimal Sample)
           
 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

_ODCIStatsOptionsFactory

protected static final ODCIStatsOptions _ODCIStatsOptionsFactory
Constructor Detail

ODCIStatsOptions

protected ODCIStatsOptions(boolean init)

ODCIStatsOptions

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

getSample

public java.math.BigDecimal getSample()
                               throws java.sql.SQLException
Throws:
java.sql.SQLException

setSample

public void setSample(java.math.BigDecimal Sample)
               throws java.sql.SQLException
Throws:
java.sql.SQLException

getOptions

public java.math.BigDecimal getOptions()
                                throws java.sql.SQLException
Throws:
java.sql.SQLException

setOptions

public void setOptions(java.math.BigDecimal Options)
                throws java.sql.SQLException
Throws:
java.sql.SQLException

getFlags

public java.math.BigDecimal getFlags()
                              throws java.sql.SQLException
Throws:
java.sql.SQLException

setFlags

public void setFlags(java.math.BigDecimal Flags)
              throws java.sql.SQLException
Throws:
java.sql.SQLException

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

B12025-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.