|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibatis.sqlmap.engine.mapping.statement.StatementType
public final class StatementType
Field Summary | |
---|---|
static StatementType |
DELETE
|
static StatementType |
INSERT
|
static StatementType |
PROCEDURE
|
static StatementType |
SELECT
|
static StatementType |
UNKNOWN
|
static StatementType |
UPDATE
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final StatementType UNKNOWN
public static final StatementType INSERT
public static final StatementType UPDATE
public static final StatementType DELETE
public static final StatementType SELECT
public static final StatementType PROCEDURE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |