com.sybase.jdbc2.tds
Class LoginToken

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

public class LoginToken
extends Token


Field Summary
 protected java.lang.String_appName
           
 protected int_bufSize
           
 protected java.lang.String_charset
           
 protected java.lang.String_hostName
           
 protected java.lang.String_hostProc
           
 protected java.lang.String_language
           
 protected int_ldate
           
 protected int_ldate4
           
 protected int_lflt
           
 protected int_lflt4
           
 protected int_lhalogin
           
 protected byte[]_lhasessionid
           
 protected int_lint2
           
 protected int_lint4
           
 protected java.lang.String_packetSize
           
 protected java.lang.String_password
           
 protected byte[]_progVers
           
 protected java.lang.String_remPw
           
 protected java.lang.String_serviceName
           
 protected java.lang.String_user
           
 protected final static byte[]DUMMY
           
 protected final static intMAX_NAMELEN
           
 protected final static intMAX_PACKETSIZELEN
           
 protected final static intMAX_PROGNLEN
           
 protected final static intMAX_REMPWDLEN
           
 protected final static byte[]OLDSECURE
           
 private final static java.lang.StringPROGNAME
           
 protected final static byte[]SECSPARE
           
 protected final static byte[]SPARE
           
 protected final static byte[]TDSVERSION
           

Constructor Summary
 protected LoginToken()
           
 LoginToken(com.sybase.jdbc2.jdbc.SybProperty , com.sybase.jdbc2.tds.TdsProtocolContext , com.sybase.jdbc2.tds.HASessionContext )
           

Method Summary
 protected voidprepareRemPwd(com.sybase.jdbc2.tds.TdsOutputStream )
           
 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

_appName

protected java.lang.String _appName

_bufSize

protected int _bufSize

_charset

protected java.lang.String _charset

_hostName

protected java.lang.String _hostName

_hostProc

protected java.lang.String _hostProc

_language

protected java.lang.String _language

_ldate

protected int _ldate

_ldate4

protected int _ldate4

_lflt

protected int _lflt

_lflt4

protected int _lflt4

_lhalogin

protected int _lhalogin

_lhasessionid

protected byte[] _lhasessionid

_lint2

protected int _lint2

_lint4

protected int _lint4

_packetSize

protected java.lang.String _packetSize

_password

protected java.lang.String _password

_progVers

protected byte[] _progVers

_remPw

protected java.lang.String _remPw

_serviceName

protected java.lang.String _serviceName

_user

protected java.lang.String _user

DUMMY

protected final static byte[] DUMMY

MAX_NAMELEN

protected final static int MAX_NAMELEN

MAX_PACKETSIZELEN

protected final static int MAX_PACKETSIZELEN

MAX_PROGNLEN

protected final static int MAX_PROGNLEN

MAX_REMPWDLEN

protected final static int MAX_REMPWDLEN

OLDSECURE

protected final static byte[] OLDSECURE

PROGNAME

private final static java.lang.String PROGNAME

SECSPARE

protected final static byte[] SECSPARE

SPARE

protected final static byte[] SPARE

TDSVERSION

protected final static byte[] TDSVERSION
Constructor Detail

LoginToken

protected LoginToken()

LoginToken

public LoginToken(com.sybase.jdbc2.jdbc.SybProperty , com.sybase.jdbc2.tds.TdsProtocolContext , com.sybase.jdbc2.tds.HASessionContext )
Method Detail

prepareRemPwd

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

send

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