protected static enum DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant extends java.lang.Enum<DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant>
| 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.JDBC4FunctionConstant |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant FUNCTION_COLUMN_UNKNOWN
public static final DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant FUNCTION_COLUMN_IN
public static final DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant FUNCTION_COLUMN_INOUT
public static final DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant FUNCTION_COLUMN_OUT
public static final DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant FUNCTION_COLUMN_RETURN
public static final DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant FUNCTION_COLUMN_RESULT
public static final DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant FUNCTION_NO_NULLS
public static final DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant FUNCTION_NULLABLE
public static final DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant FUNCTION_NULLABLE_UNKNOWN
public static DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant[] values()
for (DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant c : DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant.values()) System.out.println(c);
public static DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant 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