public enum SQLType extends Enum<SQLType>
DELETE
INSERT
SELECT
UPDATE
static SQLType
valueOf(String name)
static SQLType[]
values()
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final SQLType INSERT
public static final SQLType DELETE
public static final SQLType UPDATE
public static final SQLType SELECT
public static SQLType[] values()
for (SQLType c : SQLType.values()) System.out.println(c);
public static SQLType valueOf(String name)
name
Copyright © 2014. All rights reserved.