public static enum SqlUnsupportedException.ExceptionType extends Enum<SqlUnsupportedException.ExceptionType>
Enum Constant and Description |
---|
DATA_TYPE |
FUNCTION |
NONE |
RELATIONAL |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SqlUnsupportedException.ExceptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlUnsupportedException.ExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlUnsupportedException.ExceptionType NONE
public static final SqlUnsupportedException.ExceptionType RELATIONAL
public static final SqlUnsupportedException.ExceptionType DATA_TYPE
public static final SqlUnsupportedException.ExceptionType FUNCTION
public static SqlUnsupportedException.ExceptionType[] values()
for (SqlUnsupportedException.ExceptionType c : SqlUnsupportedException.ExceptionType.values()) System.out.println(c);
public static SqlUnsupportedException.ExceptionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<SqlUnsupportedException.ExceptionType>
Copyright © 1970 The Apache Software Foundation. All rights reserved.