public class CmFetchResult extends CmStatementIdResult
| Modifier and Type | Field and Description |
|---|---|
static byte |
MY_OP |
| Constructor and Description |
|---|
CmFetchResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fetchRemains() |
java.util.List<Column> |
getColumns() |
DynamicArray |
getDynamicArray(int aIndex)
Ä÷³À妽º¿¡ ÇØ´çÇÏ´Â DynamicArray¸¦ ¸®ÅÏÇÑ´Ù.
|
long |
getFetchedBytes()
CMP_OP_DB_FetchV2 operation ¿äû¿¡ µû¶ó ¼ö½ÅµÈ fetch byte ¼ö¸¦ ¹ÝȯÇÑ´Ù.
|
int |
getFetchedRowCount()
CMP_OP_DB_FetchV2 operation ¿äû¿¡ µû¶ó ¼ö½ÅµÈ fetch row ¼ö¸¦ ¹ÝȯÇÑ´Ù.
|
protected byte |
getResultOp() |
short |
getResultSetId() |
long |
getTotalOctetLength()
SQL/CLI ÀÇ SQL_DESC_OCTET_LENGTH ¿¡ ´ëÀÀµÇ´Â column ±æÀ̷μ, ¸ðµç column ÀÇ ÃÑÇÕÀ» ¹ÝȯÇÑ´Ù.
|
RowHandle |
rowHandle() |
void |
setMaxFieldSize(int aMaxFieldSize) |
void |
setPrepared(boolean aIsPrepared) |
void |
setRowHandle(RowHandle aRowHandle) |
void |
setUseArrayListRowHandle(boolean aUseArrayListRowHandle) |
boolean |
useArrayListRowHandle() |
getStatementId, setStatementIdpublic static final byte MY_OP
public short getResultSetId()
public java.util.List<Column> getColumns()
public RowHandle rowHandle()
public void setMaxFieldSize(int aMaxFieldSize)
public int getFetchedRowCount()
public long getFetchedBytes()
public long getTotalOctetLength()
public boolean fetchRemains()
protected byte getResultOp()
getResultOp in class CmResultpublic DynamicArray getDynamicArray(int aIndex)
aIndex - Ä÷³À妽ºpublic void setPrepared(boolean aIsPrepared)
public void setRowHandle(RowHandle aRowHandle)
public void setUseArrayListRowHandle(boolean aUseArrayListRowHandle)
public boolean useArrayListRowHandle()