com.sybase.jdbc2.tds
Class TdsReal

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.FilterInputStream
              |
              +--com.sybase.jdbc2.tds.TdsInputStream
                    |
                    +--com.sybase.jdbc2.tds.TdsDataInputStream
                          |
                          +--com.sybase.jdbc2.tds.TdsDataObject
                                |
                                +--com.sybase.jdbc2.tds.TdsReal
Direct Known Subclasses:
CachedTdsReal

public class TdsReal
extends TdsDataObject


Field Summary
 (package private) double_value
           

Fields inherited from class com.sybase.jdbc2.tds.TdsDataObject
_classID, _classIDLen, _classNum, _context, _dataFmt, _dataLength, _dbID, _isNull, _next, _prev, _state, _textptr, _textptrlen, _timestamp, UNINITIALIZED, UNKNOWN

Fields inherited from class com.sybase.jdbc2.tds.TdsDataInputStream
_tds

Fields inherited from class com.sybase.jdbc2.tds.TdsInputStream
_buf, _last, D_LOW_BYTE, LOW_BYTE

Fields inherited from class java.io.FilterInputStream
in

Constructor Summary
TdsReal(com.sybase.jdbc2.tds.TdsProtocolContext )
           

Method Summary
 protected voidbeginRead()
           
 voidcache()
           
 voidclear()
           
 com.sybase.jdbc2.tds.TdsDataObjectcreateCachedCopy()
           
 java.math.BigDecimalgetBigDecimal(int )
           
 booleangetBoolean()
           
 bytegetByte()
           
 doublegetDouble()
           
 floatgetFloat()
           
 intgetInt()
           
 longgetLong()
           
 java.lang.ObjectgetObject()
           
 shortgetShort()
           
 java.lang.StringgetString()
           

Methods inherited from class com.sybase.jdbc2.tds.TdsDataObject
badConversion, badConversionCombination, copyInto, doRead, endRead, funkyBinaryReader, getAsciiStream, getBinaryStream, getBytes, getCharacterStream, getDateObject, getNext, getPrevious, getSize, getTextPtr, getUnicodeStream, initialize, isNull, noTextPointer, readDATETIMN, readFLTN, readINTN, readMONEYN, readNUMERIC, readString, setNext, setPrevious, startRead

Methods inherited from class com.sybase.jdbc2.tds.TdsDataInputStream
getCharset, readString

Methods inherited from class com.sybase.jdbc2.tds.TdsInputStream
available, close, flush, getBigEndian, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, setBigEndian, skipBytes

Methods inherited from class java.io.FilterInputStream
skip, mark, reset, markSupported

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Field Detail

_value

double _value
Constructor Detail

TdsReal

public TdsReal(com.sybase.jdbc2.tds.TdsProtocolContext )
Method Detail

beginRead

protected void beginRead()

cache

public void cache()

clear

public void clear()

createCachedCopy

public com.sybase.jdbc2.tds.TdsDataObject createCachedCopy()

getBigDecimal

public java.math.BigDecimal getBigDecimal(int )

getBoolean

public boolean getBoolean()

getByte

public byte getByte()

getDouble

public double getDouble()

getFloat

public float getFloat()

getInt

public int getInt()

getLong

public long getLong()

getObject

public java.lang.Object getObject()

getShort

public short getShort()

getString

public java.lang.String getString()