|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides the abstraction for processing a large array
of values in chunks.
Supported API: false
Extendable: false
Field Summary | |
static String |
CHUNK_COUNT
Label for the attribute; Number of chunks for this array. |
static String |
CHUNK_SIZE
Label for the attribute; Size of each individual chunk for this array. |
static String |
SIZE
Label for the attribute; Size of the array to be chunked. |
Method Summary | |
List |
getChunkBindParameters(int a_sqlIndex)
This method returns a list of values to be used as bind parameters for an individual chunk. |
int |
getChunkCount()
Gets the value of the attribute: CHUNK_COUNT. |
int |
getChunkSize()
Gets the value of the attribute: CHUNK_SIZE. |
int |
getSize()
Gets the value of the attribute: SIZE. |
void |
setChunkSize(int a_ChunkSize)
Sets the value of the attribute: CHUNK_SIZE. |
Field Detail |
public static final String SIZE
public static final String CHUNK_COUNT
public static final String CHUNK_SIZE
Method Detail |
public int getSize()
public int getChunkCount()
public int getChunkSize()
public void setChunkSize(int a_ChunkSize) throws WTPropertyVetoException
a_ChunkSize
-
WTPropertyVetoException
public List getChunkBindParameters(int a_sqlIndex) throws WTException
a_sqlIndex
- Index of the SQL statement for this chunk.
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |