| ||||||||||
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.DoneToken
Field Summary | |
protected int | _count |
protected int | _status |
protected int | _tranState |
protected final static int | DONE_STATUS_OFFSET |
protected final static int | DONE_TOKEN_SIZE |
Constructor Summary | |
DoneToken(int , int , int ) | |
DoneToken(com.sybase.jdbc2.tds.TdsInputStream ) |
Method Summary | |
protected static int | getStatusOffset(boolean ) |
Methods inherited from class com.sybase.jdbc2.tds.Token |
readSQE, send, writeSQE |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |
Field Detail |
protected int _count
protected int _status
protected int _tranState
protected final static int DONE_STATUS_OFFSET
protected final static int DONE_TOKEN_SIZE
Constructor Detail |
public DoneToken(int , int , int )
public DoneToken(com.sybase.jdbc2.tds.TdsInputStream )
Method Detail |
protected static int getStatusOffset(boolean )
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |