|
|||||||||
| Home >> All >> org >> apache >> derby >> client >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.client.net
Class FdocaSimpleDataArray

java.lang.Objectorg.apache.derby.client.net.FdocaSimpleDataArray
- class FdocaSimpleDataArray
- extends java.lang.Object
| Field Summary | |
(package private) int |
ccsid_
|
(package private) int |
characterSize_
|
(package private) int |
fdocaFieldType_
|
(package private) int |
fieldLength_
|
(package private) int |
mode_
|
(package private) int |
protocolType_
|
(package private) int |
representation_
|
(package private) int |
typeToUseForComputingDataLength_
|
| Constructor Summary | |
(package private) |
FdocaSimpleDataArray(int protocolType,
int fdocaFieldType,
int representation,
int ccsid,
int characterSize,
int mode,
int fieldLength,
int typeToUseForComputingDataLength)
|
| Method Summary | |
void |
update(int protocolType,
int fdocaFieldType,
int representation,
int ccsid,
int characterSize,
int mode,
int fieldLength,
int typeToUseForComputingDataLength)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protocolType_
int protocolType_
fdocaFieldType_
int fdocaFieldType_
representation_
int representation_
ccsid_
int ccsid_
characterSize_
int characterSize_
mode_
int mode_
fieldLength_
int fieldLength_
typeToUseForComputingDataLength_
int typeToUseForComputingDataLength_
| Constructor Detail |
FdocaSimpleDataArray
FdocaSimpleDataArray(int protocolType,
int fdocaFieldType,
int representation,
int ccsid,
int characterSize,
int mode,
int fieldLength,
int typeToUseForComputingDataLength)
| Method Detail |
update
public void update(int protocolType,
int fdocaFieldType,
int representation,
int ccsid,
int characterSize,
int mode,
int fieldLength,
int typeToUseForComputingDataLength)
|
|||||||||
| Home >> All >> org >> apache >> derby >> client >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.derby.client.net.FdocaSimpleDataArray