Uses of Class
com.exasol.sql.dql.select.JoinType
-
Packages that use JoinType Package Description com.exasol.sql.dql.select -
-
Uses of JoinType in com.exasol.sql.dql.select
Methods in com.exasol.sql.dql.select that return JoinType Modifier and Type Method Description JoinTypeJoin. getType()Get the type of the joinstatic JoinTypeJoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinType[]JoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exasol.sql.dql.select with parameters of type JoinType Constructor Description Join(Fragment root, JoinType type, String name, String specification)Create a newJoininstance
-