com.sybase.jdbc2.tds
Class DoneToken

java.lang.Object
  |
  +--com.sybase.jdbc2.tds.Token
        |
        +--com.sybase.jdbc2.tds.DoneToken

public class DoneToken
extends Token


Field Summary
 protected int_count
           
 protected int_status
           
 protected int_tranState
           
 protected final static intDONE_STATUS_OFFSET
           
 protected final static intDONE_TOKEN_SIZE
           

Constructor Summary
DoneToken(int , int , int )
           
DoneToken(com.sybase.jdbc2.tds.TdsInputStream )
           

Method Summary
 protected static intgetStatusOffset(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

_count

protected int _count

_status

protected int _status

_tranState

protected int _tranState

DONE_STATUS_OFFSET

protected final static int DONE_STATUS_OFFSET

DONE_TOKEN_SIZE

protected final static int DONE_TOKEN_SIZE
Constructor Detail

DoneToken

public DoneToken(int , int , int )

DoneToken

public DoneToken(com.sybase.jdbc2.tds.TdsInputStream )
Method Detail

getStatusOffset

protected static int getStatusOffset(boolean )