public static enum SQLForeignKey._Fields extends java.lang.Enum<SQLForeignKey._Fields> implements org.apache.thrift.TFieldIdEnum
| Enum Constant and Description |
|---|
CAT_NAME |
DELETE_RULE |
ENABLE_CSTR |
FK_NAME |
FKCOLUMN_NAME |
FKTABLE_DB |
FKTABLE_NAME |
KEY_SEQ |
PK_NAME |
PKCOLUMN_NAME |
PKTABLE_DB |
PKTABLE_NAME |
RELY_CSTR |
UPDATE_RULE |
VALIDATE_CSTR |
| Modifier and Type | Method and Description |
|---|---|
static SQLForeignKey._Fields |
findByName(java.lang.String name)
Find the _Fields constant that matches name, or null if its not found.
|
static SQLForeignKey._Fields |
findByThriftId(int fieldId)
Find the _Fields constant that matches fieldId, or null if its not found.
|
static SQLForeignKey._Fields |
findByThriftIdOrThrow(int fieldId)
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
|
java.lang.String |
getFieldName() |
short |
getThriftFieldId() |
static SQLForeignKey._Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SQLForeignKey._Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLForeignKey._Fields PKTABLE_DB
public static final SQLForeignKey._Fields PKTABLE_NAME
public static final SQLForeignKey._Fields PKCOLUMN_NAME
public static final SQLForeignKey._Fields FKTABLE_DB
public static final SQLForeignKey._Fields FKTABLE_NAME
public static final SQLForeignKey._Fields FKCOLUMN_NAME
public static final SQLForeignKey._Fields KEY_SEQ
public static final SQLForeignKey._Fields UPDATE_RULE
public static final SQLForeignKey._Fields DELETE_RULE
public static final SQLForeignKey._Fields FK_NAME
public static final SQLForeignKey._Fields PK_NAME
public static final SQLForeignKey._Fields ENABLE_CSTR
public static final SQLForeignKey._Fields VALIDATE_CSTR
public static final SQLForeignKey._Fields RELY_CSTR
public static final SQLForeignKey._Fields CAT_NAME
public static SQLForeignKey._Fields[] values()
for (SQLForeignKey._Fields c : SQLForeignKey._Fields.values()) System.out.println(c);
public static SQLForeignKey._Fields 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 nullpublic static SQLForeignKey._Fields findByThriftId(int fieldId)
public static SQLForeignKey._Fields findByThriftIdOrThrow(int fieldId)
public static SQLForeignKey._Fields findByName(java.lang.String name)
public short getThriftFieldId()
getThriftFieldId in interface org.apache.thrift.TFieldIdEnumpublic java.lang.String getFieldName()
getFieldName in interface org.apache.thrift.TFieldIdEnumCopyright © 2013-2021. All Rights Reserved.