com.sybase.jdbc2.tds
Class EedToken

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

public class EedToken
extends Token


Field Summary
 protected int_class
           
 protected int_lineNum
           
 protected java.lang.String_msg
           
 protected int_msgNumber
           
 protected com.sybase.jdbc2.jdbc.SybResultSet_params
           
 protected java.lang.String_procName
           
 protected java.lang.String_serverName
           
 protected java.lang.String_sqlState
           
 protected int_state
           
 protected int_status
           
 protected int_tranState
           

Constructor Summary
 protected EedToken()
           
 EedToken(com.sybase.jdbc2.tds.TdsInputStream )
           

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

_class

protected int _class

_lineNum

protected int _lineNum

_msg

protected java.lang.String _msg

_msgNumber

protected int _msgNumber

_params

protected com.sybase.jdbc2.jdbc.SybResultSet _params

_procName

protected java.lang.String _procName

_serverName

protected java.lang.String _serverName

_sqlState

protected java.lang.String _sqlState

_state

protected int _state

_status

protected int _status

_tranState

protected int _tranState
Constructor Detail

EedToken

protected EedToken()

EedToken

public EedToken(com.sybase.jdbc2.tds.TdsInputStream )