public class TCaplusGetByPartKeyResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BASEVERSION |
static int |
CURRVERSION |
TCaplusGetByPartKeyResultSucc |
Result |
| Constructor and Description |
|---|
TCaplusGetByPartKeyResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
construct(int selector) |
int |
pack(int selector,
byte[] buffer,
int size,
int cutVer) |
void |
pack(int selector,
TdrWriteBuf destBuf,
int cutVer) |
TdrCompositeType |
select(int selector) |
int |
unpack(int selector,
byte[] buffer,
int size,
int cutVer) |
void |
unpack(int selector,
TdrReadBuf srcBuf,
int cutVer) |
void |
visualize(int selector,
TdrVisualBuf destBuf,
int indent,
char separator) |
public TCaplusGetByPartKeyResultSucc Result
public static final int BASEVERSION
public static final int CURRVERSION
public TdrCompositeType select(int selector) throws TdrException
TdrExceptionpublic void construct(int selector)
throws TdrException
TdrExceptionpublic int pack(int selector,
byte[] buffer,
int size,
int cutVer)
throws TdrException
TdrExceptionpublic void pack(int selector,
TdrWriteBuf destBuf,
int cutVer)
throws TdrException
TdrExceptionpublic int unpack(int selector,
byte[] buffer,
int size,
int cutVer)
throws TdrException
TdrExceptionpublic void unpack(int selector,
TdrReadBuf srcBuf,
int cutVer)
throws TdrException
TdrExceptionpublic void visualize(int selector,
TdrVisualBuf destBuf,
int indent,
char separator)
throws TdrException
TdrExceptionCopyright © 2026. All rights reserved.