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