| Modifier and Type | Field and Description |
|---|---|
static byte |
LOGIN_OPTION2_CACHE_CONNECTION_OFF |
static byte |
LOGIN_OPTION2_CACHE_CONNECTION_ON |
static byte |
LOGIN_OPTION2_INIT_LANG_FATAL |
static byte |
LOGIN_OPTION2_INIT_LANG_WARN
fLanguage: Set if the change to initial language needs to succeed if the connect is to succeed.
|
static byte |
LOGIN_OPTION2_INTEGRATED_SECURITY_OFF
fIntSecurity: The type of security required by the client.
|
static byte |
LOGIN_OPTION2_INTEGRATED_SECURITY_ON |
static byte |
LOGIN_OPTION2_ODBC_OFF
fODBC: Set if the client is the ODBC driver.
|
static byte |
LOGIN_OPTION2_ODBC_ON |
static byte |
LOGIN_OPTION2_TRAN_BOUNDARY_OFF |
static byte |
LOGIN_OPTION2_TRAN_BOUNDARY_ON |
static byte |
LOGIN_OPTION2_USER_NORMAL
fUserType: The type of user connecting to the server.
|
static byte |
LOGIN_OPTION2_USER_REMUSER |
static byte |
LOGIN_OPTION2_USER_SERVER |
static byte |
LOGIN_OPTION2_USER_SQLREPL |
| Modifier and Type | Method and Description |
|---|---|
Login7.OptionFlags2 |
disableIntegratedSecurity()
Disable integrated security.
|
Login7.OptionFlags2 |
disableOdbc()
Enable ODBC use.
|
static Login7.OptionFlags2 |
empty()
Creates an empty
Login7.OptionFlags2. |
Login7.OptionFlags2 |
enableIntegratedSecurity()
Enable integrated security.
|
Login7.OptionFlags2 |
enableOdbc()
Enable ODBC use.
|
byte |
getValue() |
Login7.OptionFlags2 |
normalUserType()
Use regular login.
|
Login7.OptionFlags2 |
remoteUserType()
Use remote (distributed query login) login.
|
Login7.OptionFlags2 |
serverUserType()
(reserved).
|
Login7.OptionFlags2 |
setInitLangFailFatal()
Fail if initial language cannot be selected.
|
Login7.OptionFlags2 |
setInitLangFailWarn()
Warn if initial language cannot be selected.
|
Login7.OptionFlags2 |
sqlreplUserType()
Use replication login.
|
public static final byte LOGIN_OPTION2_INIT_LANG_WARN
public static final byte LOGIN_OPTION2_INIT_LANG_FATAL
public static final byte LOGIN_OPTION2_ODBC_OFF
public static final byte LOGIN_OPTION2_ODBC_ON
public static final byte LOGIN_OPTION2_TRAN_BOUNDARY_OFF
public static final byte LOGIN_OPTION2_TRAN_BOUNDARY_ON
public static final byte LOGIN_OPTION2_CACHE_CONNECTION_OFF
public static final byte LOGIN_OPTION2_CACHE_CONNECTION_ON
public static final byte LOGIN_OPTION2_USER_NORMAL
public static final byte LOGIN_OPTION2_USER_SERVER
public static final byte LOGIN_OPTION2_USER_REMUSER
public static final byte LOGIN_OPTION2_USER_SQLREPL
public static final byte LOGIN_OPTION2_INTEGRATED_SECURITY_OFF
public static final byte LOGIN_OPTION2_INTEGRATED_SECURITY_ON
public static Login7.OptionFlags2 empty()
Login7.OptionFlags2.Login7.OptionFlags2.public Login7.OptionFlags2 setInitLangFailWarn()
Login7.OptionFlags2 with the option applied.public Login7.OptionFlags2 setInitLangFailFatal()
Login7.OptionFlags2 with the option applied.public Login7.OptionFlags2 disableOdbc()
Login7.OptionFlags2 with the option applied.public Login7.OptionFlags2 enableOdbc()
Login7.OptionFlags2 with the option applied.public Login7.OptionFlags2 normalUserType()
Login7.OptionFlags2 with the option applied.public Login7.OptionFlags2 serverUserType()
Login7.OptionFlags2 with the option applied.public Login7.OptionFlags2 remoteUserType()
Login7.OptionFlags2 with the option applied.public Login7.OptionFlags2 sqlreplUserType()
Login7.OptionFlags2 with the option applied.public Login7.OptionFlags2 disableIntegratedSecurity()
Login7.OptionFlags2 with the option applied.public Login7.OptionFlags2 enableIntegratedSecurity()
Login7.OptionFlags2 with the option applied.public byte getValue()
Copyright © 2023. All rights reserved.