Enum Class ResultSetType

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

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