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

B12025-01

oracle.ODCI
Class ODCIQueryInfo

java.lang.Object
extended byoracle.ODCI.ODCIQueryInfo

public class ODCIQueryInfo
extends java.lang.Object

Field Summary
protected static ODCIQueryInfo _ODCIQueryInfoFactory
           
static java.lang.String _SQL_NAME
           
static int _SQL_TYPECODE
           
protected  MutableStruct _struct
           

 

Constructor Summary
  ODCIQueryInfo()
           
protected ODCIQueryInfo(boolean init)
           

 

Method Summary
 ORAData create(Datum d, int sqlType)
           
protected  ORAData create(ODCIQueryInfo o, Datum d, int sqlType)
           
 ODCIObjectList getAncOps()
           
 java.math.BigDecimal getFlags()
           
static ORADataFactory getORADataFactory()
           
 void setAncOps(ODCIObjectList AncOps)
           
 void setFlags(java.math.BigDecimal Flags)
           
 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

_ODCIQueryInfoFactory

protected static final ODCIQueryInfo _ODCIQueryInfoFactory
Constructor Detail

ODCIQueryInfo

protected ODCIQueryInfo(boolean init)

ODCIQueryInfo

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

getAncOps

public ODCIObjectList getAncOps()
                         throws java.sql.SQLException
Throws:
java.sql.SQLException

setAncOps

public void setAncOps(ODCIObjectList AncOps)
               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.