org.objectweb.jorm.mapper.rdb.lib
Class RdbIntermediaryTuple

java.lang.Object
  extended byorg.objectweb.jorm.mapper.rdb.lib.RdbIntermediaryTuple

public class RdbIntermediaryTuple
extends java.lang.Object

Author:
Y.Bersihand

Constructor Summary
RdbIntermediaryTuple(int[] associationTable, Tuple delegatePbTuple)
           
 
Method Summary
 java.math.BigDecimal getBigDecimal(int index)
           
 java.math.BigInteger getBigInteger(int index)
           
 boolean getBoolean(int index)
           
 byte getByte(int index)
           
 byte[] getByteArray(int index)
           
 char getChar(int index)
           
 char[] getCharArray(int index)
           
 java.util.Date getDate(int index)
           
 double getDouble(int index)
           
 float getFloat(int index)
           
 int getInt(int index)
           
 Operand getLikeOperand(int index)
           
 long getLong(int index)
           
 java.lang.Object getObject(int index)
           
 short getShort(int index)
           
 int getSize()
           
 java.lang.String getString(int index)
           
 TupleCollection getTupleCollection(int index)
           
 boolean isDefined(int index)
           
 Operand[] toOperandArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdbIntermediaryTuple

public RdbIntermediaryTuple(int[] associationTable,
                            Tuple delegatePbTuple)
Method Detail

getSize

public int getSize()

toOperandArray

public Operand[] toOperandArray()

getBoolean

public boolean getBoolean(int index)
                   throws MedorException
Throws:
MedorException

getByte

public byte getByte(int index)
             throws MedorException
Throws:
MedorException

getByteArray

public byte[] getByteArray(int index)
                    throws MedorException
Throws:
MedorException

getChar

public char getChar(int index)
             throws MedorException
Throws:
MedorException

getCharArray

public char[] getCharArray(int index)
                    throws MedorException
Throws:
MedorException

getDate

public java.util.Date getDate(int index)
                       throws MedorException
Throws:
MedorException

getDouble

public double getDouble(int index)
                 throws MedorException
Throws:
MedorException

getFloat

public float getFloat(int index)
               throws MedorException
Throws:
MedorException

getInt

public int getInt(int index)
           throws MedorException
Throws:
MedorException

getLikeOperand

public Operand getLikeOperand(int index)
                       throws MedorException
Throws:
MedorException

getLong

public long getLong(int index)
             throws MedorException
Throws:
MedorException

getObject

public java.lang.Object getObject(int index)
                           throws MedorException
Throws:
MedorException

getShort

public short getShort(int index)
               throws MedorException
Throws:
MedorException

getBigDecimal

public java.math.BigDecimal getBigDecimal(int index)
                                   throws MedorException
Throws:
MedorException

getBigInteger

public java.math.BigInteger getBigInteger(int index)
                                   throws MedorException
Throws:
MedorException

getString

public java.lang.String getString(int index)
                           throws MedorException
Throws:
MedorException

getTupleCollection

public TupleCollection getTupleCollection(int index)
                                   throws MedorException
Throws:
MedorException

isDefined

public boolean isDefined(int index)