Enum Class SqlCommandType

java.lang.Object
java.lang.Enum<SqlCommandType>
org.apache.ibatis.mapping.SqlCommandType
All Implemented Interfaces:
Serializable, Comparable<SqlCommandType>, Constable

public enum SqlCommandType extends Enum<SqlCommandType>
Author:
Clinton Begin