Uses of Class
ru.curs.celesta.score.TableRef.JoinType
-
Packages that use TableRef.JoinType Package Description ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of TableRef.JoinType in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return TableRef.JoinType Modifier and Type Method Description TableRef.JoinType
TableRef. getJoinType()
Returns JOIN type.static TableRef.JoinType
TableRef.JoinType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableRef.JoinType[]
TableRef.JoinType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-