com.ibatis.sqlmap.engine.mapping.statement
Class StatementType

java.lang.Object
  extended bycom.ibatis.sqlmap.engine.mapping.statement.StatementType

public final class StatementType
extends java.lang.Object


Field Summary
static StatementType DELETE
           
static StatementType INSERT
           
static StatementType PROCEDURE
           
static StatementType SELECT
           
static StatementType UNKNOWN
           
static StatementType UPDATE
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final StatementType UNKNOWN

INSERT

public static final StatementType INSERT

UPDATE

public static final StatementType UPDATE

DELETE

public static final StatementType DELETE

SELECT

public static final StatementType SELECT

PROCEDURE

public static final StatementType PROCEDURE