public final class Qmda extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
QMDAEND
Constant: 0x0104 = 260
|
static String |
QMDASARI
Constant: EBCDIC 0xC1D9C9 converted to String
|
static String |
QMDASDSN
Constant: EBCDIC 0xC4E2D5 converted to String
|
static String |
QMDASHTP
Constant: EBCDIC 0xC8E3D7 converted to String
|
static String |
QMDASHTS
Constant: EBCDIC 0xC8E3E2 converted to String
|
static String |
QMDASJCC
Constant: EBCDIC 0xD1C3C3 converted to String
|
static String |
QMDASLRT
Constant: EBCDIC 0xD3D9E3 converted to String
|
static String |
QMDASQSQ
Constant: EBCDIC 0xD8E2D8 converted to String
|
static String |
QMDASSQL
Constant: EBCDIC 0xE2D8D3 converted to String
|
Modifier and Type | Method and Description |
---|---|
static Qmda |
create(byte[] Data,
int offset,
int length,
SmfDb2Record parent)
create is intended for internal use only.
|
byte[] |
qmdaainf()
QMDAAINF data.
|
int |
qmdaasln()
QMDAASLN value.
|
Qmdaastr |
qmdaastr()
QMDAASTR data.
|
int |
qmdaastrOff()
Constant: 0x0102 = 258
QMDAASTR_Off value.
|
String |
qmdalocn()
QMDALOCN value.
|
int |
qmdalocnOff()
QMDALOCN_Off value.
|
String |
qmdapmod()
QMDAPMOD value.
|
String |
qmdaprel()
QMDAPREL value.
|
String |
qmdaprid()
QMDAPRID value.
|
String |
qmdaptyp()
QMDAPTYP value.
|
String |
qmdapver()
QMDAPVER value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int QMDAEND
public static final String QMDASDSN
public static final String QMDASARI
public static final String QMDASSQL
public static final String QMDASJCC
public static final String QMDASQSQ
public static final String QMDASHTP
public static final String QMDASHTS
public static final String QMDASLRT
public int qmdaasln()
public byte[] qmdaainf()
public String qmdaprid()
public String qmdaptyp()
public String qmdapver()
public String qmdaprel()
public String qmdapmod()
public Qmdaastr qmdaastr()
QmdaInfo
.
For qmdaptyp() = SQL or JCC it returns QmdaSqli
.
For qmdaptyp() = HTP or HTS it returns QmdaRest
.
Otherwise it returns a plain Qmdaastr
.public int qmdalocnOff()
public String qmdalocn()
public int qmdaastrOff()
public static Qmda create(byte[] Data, int offset, int length, SmfDb2Record parent)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.