|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajax.wrappers.sqlParser.SqlQuery
Field Summary | |
static int |
CREATE_QUERY
|
static int |
DELETE_QUERY
|
static int |
INSERT_QUERY
|
static int |
SELECT_QUERY
|
static int |
UPDATE_QUERY
|
Method Summary | |
int |
getType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SELECT_QUERY
public static final int INSERT_QUERY
public static final int CREATE_QUERY
public static final int UPDATE_QUERY
public static final int DELETE_QUERY
Method Detail |
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |