org.objectweb.jorm.mapper.rdb.lib
Class RdbIntermediaryTuple
java.lang.Object
org.objectweb.jorm.mapper.rdb.lib.RdbIntermediaryTuple
- public class RdbIntermediaryTuple
- extends java.lang.Object
- Author:
- Y.Bersihand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RdbIntermediaryTuple
public RdbIntermediaryTuple(int[] associationTable,
Tuple delegatePbTuple)
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)