|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.mw.jco.JCO.Record.Type1Record
| Field Summary | |
protected char[] |
data
Buffer that holds the actual data, if this is a nested TYPE1 structure |
protected int |
row_length
Length of a single row of data in chars, if this is a nested TYPE1 structure |
| Constructor Summary | |
protected |
JCO.Record.Type1Record()
|
| Method Summary | |
protected void |
cleanup()
reset data buffer to free memory after sending of data |
Object |
clone()
Creates an returns a copy of the Type1Record object. |
protected void |
copy(JCO.Record.Type1Record type1Record)
Copy data from another type1 record object |
protected void |
ensureBufferCapacity()
Ensures that the capacity of the data buffer is large enough to store the amount of data expected by information provided by metadata. |
protected void |
finalize()
|
protected void |
flat2Nested()
Marshalls the data from the flat structure used in the RFC layer and the ABAP runtime to its real nested one, called from JNI layer when marshalling from C to Java |
protected void |
initialize()
Initializes data buffer with default values |
protected void |
internalSize(com.sap.mw.jco.JCO.DataSize size)
|
protected void |
nested2Flat()
Marshalls the data from its real nested structure to the flat one used in the RFC layer and the ABAP runtime, called from JNI layer when marshalling from Java to C |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected char[] data
protected int row_length
| Constructor Detail |
protected JCO.Record.Type1Record()
| Method Detail |
public Object clone()
protected void copy(JCO.Record.Type1Record type1Record)
type1Record - the type1 record object to copy fromprotected void ensureBufferCapacity()
protected void initialize()
protected void nested2Flat()
protected void flat2Nested()
protected void cleanup()
protected void internalSize(com.sap.mw.jco.JCO.DataSize size)
protected void finalize()
throws Throwable
Throwable
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||