protected static enum MetadataAPIHelper.ForeignKeyColumnIndex extends Enum<MetadataAPIHelper.ForeignKeyColumnIndex>
| Enum Constant and Description |
|---|
FK_CATALOG |
FK_COLUMN |
FK_SCHEMA |
FK_TABLE |
KEY_SEQ |
PK_CATALOG |
PK_COLUMN |
PK_SCHEMA |
PK_TABLE |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Get the index value of the enum constant.
|
static MetadataAPIHelper.ForeignKeyColumnIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataAPIHelper.ForeignKeyColumnIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataAPIHelper.ForeignKeyColumnIndex PK_CATALOG
public static final MetadataAPIHelper.ForeignKeyColumnIndex PK_SCHEMA
public static final MetadataAPIHelper.ForeignKeyColumnIndex PK_TABLE
public static final MetadataAPIHelper.ForeignKeyColumnIndex PK_COLUMN
public static final MetadataAPIHelper.ForeignKeyColumnIndex FK_CATALOG
public static final MetadataAPIHelper.ForeignKeyColumnIndex FK_SCHEMA
public static final MetadataAPIHelper.ForeignKeyColumnIndex FK_TABLE
public static final MetadataAPIHelper.ForeignKeyColumnIndex FK_COLUMN
public static final MetadataAPIHelper.ForeignKeyColumnIndex KEY_SEQ
public static MetadataAPIHelper.ForeignKeyColumnIndex[] values()
for (MetadataAPIHelper.ForeignKeyColumnIndex c : MetadataAPIHelper.ForeignKeyColumnIndex.values()) System.out.println(c);
public static MetadataAPIHelper.ForeignKeyColumnIndex 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 int getIndex()
Copyright © 2026 Amazon.com Inc.. All rights reserved.