| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sybase.jdbc2.tds.Token | +--com.sybase.jdbc2.tds.MsgToken
Field Summary | |
protected byte | _length |
protected short | _msgID |
protected byte | _status |
Constructor Summary | |
protected | MsgToken(byte , short ) |
protected | MsgToken(com.sybase.jdbc2.tds.TdsInputStream ) |
Method Summary | |
int | getMessageID() |
protected void | send(com.sybase.jdbc2.tds.TdsOutputStream ) |
Methods inherited from class com.sybase.jdbc2.tds.Token |
readSQE, writeSQE |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |
Field Detail |
protected byte _length
protected short _msgID
protected byte _status
Constructor Detail |
protected MsgToken(byte , short )
protected MsgToken(com.sybase.jdbc2.tds.TdsInputStream )
Method Detail |
public int getMessageID()
protected void send(com.sybase.jdbc2.tds.TdsOutputStream )
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |