com.sybase.jdbc2.tds
Class MsgToken

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

public class MsgToken
extends Token


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
 intgetMessageID()
           
 protected voidsend(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

_length

protected byte _length

_msgID

protected short _msgID

_status

protected byte _status
Constructor Detail

MsgToken

protected MsgToken(byte , short )

MsgToken

protected MsgToken(com.sybase.jdbc2.tds.TdsInputStream )
Method Detail

getMessageID

public int getMessageID()

send

protected void send(com.sybase.jdbc2.tds.TdsOutputStream )