protected static enum DatabaseMetaDataUsingInfoSchema.FunctionConstant extends java.lang.Enum<DatabaseMetaDataUsingInfoSchema.FunctionConstant>
Enum Constant and Description |
---|
FUNCTION_COLUMN_IN |
FUNCTION_COLUMN_INOUT |
FUNCTION_COLUMN_OUT |
FUNCTION_COLUMN_RESULT |
FUNCTION_COLUMN_RETURN |
FUNCTION_COLUMN_UNKNOWN |
FUNCTION_NO_NULLS |
FUNCTION_NULLABLE |
FUNCTION_NULLABLE_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static DatabaseMetaDataUsingInfoSchema.FunctionConstant |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseMetaDataUsingInfoSchema.FunctionConstant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseMetaDataUsingInfoSchema.FunctionConstant FUNCTION_COLUMN_UNKNOWN
public static final DatabaseMetaDataUsingInfoSchema.FunctionConstant FUNCTION_COLUMN_IN
public static final DatabaseMetaDataUsingInfoSchema.FunctionConstant FUNCTION_COLUMN_INOUT
public static final DatabaseMetaDataUsingInfoSchema.FunctionConstant FUNCTION_COLUMN_OUT
public static final DatabaseMetaDataUsingInfoSchema.FunctionConstant FUNCTION_COLUMN_RETURN
public static final DatabaseMetaDataUsingInfoSchema.FunctionConstant FUNCTION_COLUMN_RESULT
public static final DatabaseMetaDataUsingInfoSchema.FunctionConstant FUNCTION_NO_NULLS
public static final DatabaseMetaDataUsingInfoSchema.FunctionConstant FUNCTION_NULLABLE
public static final DatabaseMetaDataUsingInfoSchema.FunctionConstant FUNCTION_NULLABLE_UNKNOWN
public static DatabaseMetaDataUsingInfoSchema.FunctionConstant[] values()
for (DatabaseMetaDataUsingInfoSchema.FunctionConstant c : DatabaseMetaDataUsingInfoSchema.FunctionConstant.values()) System.out.println(c);
public static DatabaseMetaDataUsingInfoSchema.FunctionConstant valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null