public enum InformationSchemaKey extends Enum<InformationSchemaKey>
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
InformationSchemaKeyType |
getType() |
static InformationSchemaKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InformationSchemaKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InformationSchemaKey ADDITIONAL_COLUMN_ATTRIBUTES
public static final InformationSchemaKey ADDITIONAL_TABLE_ATTRIBUTES
public static final InformationSchemaKey CHECK_CONSTRAINTS
public static final InformationSchemaKey CONSTRAINT_COLUMN_USAGE
public static final InformationSchemaKey DATABASE_USERS
public static final InformationSchemaKey EXT_HIDDEN_TABLE_COLUMNS
public static final InformationSchemaKey EXT_INDEXES
public static final InformationSchemaKey EXT_TABLE_CONSTRAINTS
public static final InformationSchemaKey EXT_SYNONYMS
public static final InformationSchemaKey EXT_TABLES
public static final InformationSchemaKey FOREIGN_KEYS
public static final InformationSchemaKey FUNCTIONS
public static final InformationSchemaKey FUNCTION_COLUMNS
public static final InformationSchemaKey INDEXES
public static final InformationSchemaKey TYPE_INFO
public static final InformationSchemaKey PRIMARY_KEYS
public static final InformationSchemaKey PROCEDURES
public static final InformationSchemaKey PROCEDURE_COLUMNS
public static final InformationSchemaKey ROUTINES
public static final InformationSchemaKey SCHEMATA
public static final InformationSchemaKey SEQUENCES
public static final InformationSchemaKey SERVER_INFORMATION
public static final InformationSchemaKey TABLES
public static final InformationSchemaKey TABLE_COLUMNS
public static final InformationSchemaKey TABLE_PRIVILEGES
public static final InformationSchemaKey TABLE_COLUMN_PRIVILEGES
public static final InformationSchemaKey TABLE_CONSTRAINTS
public static final InformationSchemaKey TRIGGERS
public static final InformationSchemaKey VIEWS
public static final InformationSchemaKey VIEW_TABLE_USAGE
public static InformationSchemaKey[] values()
for (InformationSchemaKey c : InformationSchemaKey.values()) System.out.println(c);
public static InformationSchemaKey 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 description()
public InformationSchemaKeyType getType()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.