| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.TdsInt
Field Summary | |
(package private) long | _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 | |
TdsInt(com.sybase.jdbc2.tds.TdsProtocolContext ) |
Method Summary | |
protected void | beginRead() |
void | cache() |
void | clear() |
protected com.sybase.jdbc2.tds.TdsDataObject | createCachedCopy() |
java.math.BigDecimal | getBigDecimal(int ) |
boolean | getBoolean() |
byte | getByte() |
double | getDouble() |
float | getFloat() |
int | getInt() |
long | getLong() |
java.lang.Object | getObject() |
short | getShort() |
java.lang.String | getString() |
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 |
long _value
Constructor Detail |
public TdsInt(com.sybase.jdbc2.tds.TdsProtocolContext )
Method Detail |
protected void beginRead()
public void cache()
public void clear()
protected com.sybase.jdbc2.tds.TdsDataObject createCachedCopy()
public java.math.BigDecimal getBigDecimal(int )
public boolean getBoolean()
public byte getByte()
public double getDouble()
public float getFloat()
public int getInt()
public long getLong()
public java.lang.Object getObject()
public short getShort()
public java.lang.String getString()
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |