public static enum ShowTablesStatement.Modifiers extends Enum<ShowTablesStatement.Modifiers>
| Modifier and Type | Method and Description |
|---|---|
static ShowTablesStatement.Modifiers |
from(String modifier) |
static ShowTablesStatement.Modifiers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShowTablesStatement.Modifiers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShowTablesStatement.Modifiers EXTENDED
public static final ShowTablesStatement.Modifiers FULL
public static ShowTablesStatement.Modifiers[] values()
for (ShowTablesStatement.Modifiers c : ShowTablesStatement.Modifiers.values()) System.out.println(c);
public static ShowTablesStatement.Modifiers 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 static ShowTablesStatement.Modifiers from(String modifier)
Copyright © 2004–2024 JSQLParser. All rights reserved.