public enum MysqlJoinTypes extends Enum<MysqlJoinTypes>
| Enum Constant and Description |
|---|
INNER |
| Modifier and Type | Method and Description |
|---|---|
dev.tuxjsql.core.sql.select.JoinType |
getJoinType() |
String |
getKey() |
static MysqlJoinTypes |
getType(dev.tuxjsql.core.sql.select.JoinType type) |
static MysqlJoinTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MysqlJoinTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MysqlJoinTypes INNER
public static MysqlJoinTypes[] values()
for (MysqlJoinTypes c : MysqlJoinTypes.values()) System.out.println(c);
public static MysqlJoinTypes 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 getKey()
public dev.tuxjsql.core.sql.select.JoinType getJoinType()
public static MysqlJoinTypes getType(dev.tuxjsql.core.sql.select.JoinType type)
Copyright © 2019. All rights reserved.