public class CmPrepareResult extends CmStatementIdResult
| Modifier and Type | Field and Description |
|---|---|
static byte |
MY_OP |
static int |
STATEMENT_TYPE_CHECK_SEQUENCE |
static int |
STATEMENT_TYPE_DB |
static int |
STATEMENT_TYPE_DCL |
static int |
STATEMENT_TYPE_DDL |
static int |
STATEMENT_TYPE_DELETE |
static int |
STATEMENT_TYPE_DEQUEUE |
static int |
STATEMENT_TYPE_DML |
static int |
STATEMENT_TYPE_EAP |
static int |
STATEMENT_TYPE_ENQUEUE |
static int |
STATEMENT_TYPE_FUNCTION |
static int |
STATEMENT_TYPE_INSERT |
static int |
STATEMENT_TYPE_LOCK_TABLE |
static int |
STATEMENT_TYPE_MOVE |
static int |
STATEMENT_TYPE_PROCEDURE |
static int |
STATEMENT_TYPE_SELECT |
static int |
STATEMENT_TYPE_SELECT_FOR_FIXED_TABLE |
static int |
STATEMENT_TYPE_SELECT_FOR_UPDATE |
static int |
STATEMENT_TYPE_SP |
static int |
STATEMENT_TYPE_UPDATE |
| Constructor and Description |
|---|
CmPrepareResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
getParameterCount() |
int |
getResultSetCount() |
int |
getStatementType() |
boolean |
isDataArrived() |
boolean |
isDequeueStatement() |
boolean |
isInsertStatement() |
boolean |
isSelectStatement() |
boolean |
isStoredProcedureStatement() |
void |
setDataArrived(boolean aNewValue) |
void |
setParameterCount(int aParameterCount) |
void |
setResultSetCount(int aResultSetCount) |
void |
setStatementType(int aStatementType) |
java.lang.String |
toString() |
getStatementId, setStatementIdpublic static final byte MY_OP
public static final int STATEMENT_TYPE_DDL
public static final int STATEMENT_TYPE_DML
public static final int STATEMENT_TYPE_DCL
public static final int STATEMENT_TYPE_EAP
public static final int STATEMENT_TYPE_SP
public static final int STATEMENT_TYPE_DB
public static final int STATEMENT_TYPE_SELECT
public static final int STATEMENT_TYPE_LOCK_TABLE
public static final int STATEMENT_TYPE_INSERT
public static final int STATEMENT_TYPE_UPDATE
public static final int STATEMENT_TYPE_DELETE
public static final int STATEMENT_TYPE_CHECK_SEQUENCE
public static final int STATEMENT_TYPE_MOVE
public static final int STATEMENT_TYPE_ENQUEUE
public static final int STATEMENT_TYPE_DEQUEUE
public static final int STATEMENT_TYPE_SELECT_FOR_UPDATE
public static final int STATEMENT_TYPE_SELECT_FOR_FIXED_TABLE
public static final int STATEMENT_TYPE_FUNCTION
public static final int STATEMENT_TYPE_PROCEDURE
public int getStatementType()
public int getParameterCount()
public int getResultSetCount()
public boolean isSelectStatement()
public boolean isStoredProcedureStatement()
public boolean isDequeueStatement()
public boolean isInsertStatement()
public void setStatementType(int aStatementType)
public void setParameterCount(int aParameterCount)
public void setResultSetCount(int aResultSetCount)
public boolean isDataArrived()
public void setDataArrived(boolean aNewValue)
public java.lang.String toString()
toString in class java.lang.Object