| Modifier and Type | Field and Description |
|---|---|
static byte |
LOGIN_OPTION1_CHARSET_ASCII
fChar: The character set used on the client.
|
static byte |
LOGIN_OPTION1_CHARSET_EBCDIC |
static byte |
LOGIN_OPTION1_DUMPLOAD_OFF |
static byte |
LOGIN_OPTION1_DUMPLOAD_ON
fDumpLoad: Set is dump/load or BCP capabilities are needed by the client.
|
static byte |
LOGIN_OPTION1_FLOAT_IEEE_754
fFLoat: The type of floating point representation used by the client.
|
static byte |
LOGIN_OPTION1_FLOAT_ND5000 |
static byte |
LOGIN_OPTION1_FLOAT_VAX |
static byte |
LOGIN_OPTION1_INIT_DB_FATAL |
static byte |
LOGIN_OPTION1_INIT_DB_WARN
fDatabase: Set if the change to initial database needs to succeed if the connection is to succeed.
|
static byte |
LOGIN_OPTION1_ORDER_68000 |
static byte |
LOGIN_OPTION1_ORDER_X86
fByteOrder: The byte order used by client for numeric and datetime data types.
|
static byte |
LOGIN_OPTION1_SET_LANG_OFF
fSetLang: Set if the client requires warning messages on execution of a language change statement.
|
static byte |
LOGIN_OPTION1_SET_LANG_ON |
static byte |
LOGIN_OPTION1_USE_DB_OFF |
static byte |
LOGIN_OPTION1_USE_DB_ON
UseDB: Set if the client requires warning messages on execution of the USE SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
Login7.OptionFlags1 |
byteOrder6800()
Enable 68000 byte order.
|
Login7.OptionFlags1 |
byteOrderX86()
Enable x68 byte order.
|
Login7.OptionFlags1 |
charSetAscii()
Enable ASCII charset use.
|
Login7.OptionFlags1 |
charSetEbcdic()
Enable EBCDIC charset use.
|
Login7.OptionFlags1 |
disableLang()
Disable language change.
|
Login7.OptionFlags1 |
dumpLoadOff()
Disable dump (BCP) loading capabilities.
|
Login7.OptionFlags1 |
dumpLoadOn()
Enable dump (BCP) loading capabilities.
|
static Login7.OptionFlags1 |
empty()
Creates an empty
Login7.OptionFlags1. |
Login7.OptionFlags1 |
enableLang()
Enable language change.
|
Login7.OptionFlags1 |
floatIeee754()
Represent floating point numbers using IEE 754.
|
Login7.OptionFlags1 |
floatNd500()
Represent floating point numbers using ND500.
|
Login7.OptionFlags1 |
floatVax()
Represent floating point numbers using VAX representation.
|
byte |
getValue() |
Login7.OptionFlags1 |
initDatabaseFailFatal()
Fail if the initial database cannot be used (selected).
|
Login7.OptionFlags1 |
initDatabaseFailWarn()
Warn if the initial database cannot be used (selected).
|
Login7.OptionFlags1 |
useDbOff()
Disable
USE <database> usage. |
Login7.OptionFlags1 |
useDbOn()
Enable
USE <database> usage. |
public static final byte LOGIN_OPTION1_ORDER_X86
public static final byte LOGIN_OPTION1_ORDER_68000
public static final byte LOGIN_OPTION1_CHARSET_ASCII
public static final byte LOGIN_OPTION1_CHARSET_EBCDIC
public static final byte LOGIN_OPTION1_FLOAT_IEEE_754
public static final byte LOGIN_OPTION1_FLOAT_VAX
public static final byte LOGIN_OPTION1_FLOAT_ND5000
public static final byte LOGIN_OPTION1_DUMPLOAD_ON
public static final byte LOGIN_OPTION1_DUMPLOAD_OFF
public static final byte LOGIN_OPTION1_USE_DB_ON
public static final byte LOGIN_OPTION1_USE_DB_OFF
public static final byte LOGIN_OPTION1_INIT_DB_WARN
public static final byte LOGIN_OPTION1_INIT_DB_FATAL
public static final byte LOGIN_OPTION1_SET_LANG_OFF
public static final byte LOGIN_OPTION1_SET_LANG_ON
public static Login7.OptionFlags1 empty()
Login7.OptionFlags1.Login7.OptionFlags1.public Login7.OptionFlags1 byteOrderX86()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 byteOrder6800()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 charSetAscii()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 charSetEbcdic()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 floatIeee754()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 floatVax()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 floatNd500()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 dumpLoadOn()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 dumpLoadOff()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 useDbOff()
USE <database> usage.Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 useDbOn()
USE <database> usage.Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 initDatabaseFailWarn()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 initDatabaseFailFatal()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 disableLang()
Login7.OptionFlags1 with the option applied.public Login7.OptionFlags1 enableLang()
Login7.OptionFlags1 with the option applied.public byte getValue()
Copyright © 2023. All rights reserved.