|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The base interface for topmost holder objects that encapsulate the entire data and metadata needed to perform a back end operation
| Field Summary | |
static int |
DELETE_OPERATION
Represents a SQL DELETE statement |
static int |
INSERT_OPERATION
Represents a SQL INSERT statement |
static int |
QUERY_OPERATION
Represents a SQL SELECT statement |
static int |
UPDATE_OPERATION
Represents a SQL UPDATE statement |
| Method Summary | |
int |
getType()
returns the type of the operation |
| Field Detail |
public static final int DELETE_OPERATION
DELETE statementpublic static final int INSERT_OPERATION
INSERT statementpublic static final int QUERY_OPERATION
SELECT statementpublic static final int UPDATE_OPERATION
UPDATE statement| Method Detail |
public int getType()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||