org.apache.derby.client.net
Class FdocaSimpleDataArray

java.lang.Object
  extended by org.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
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)

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.