Uses of Class
cn.cloudself.query.psi.structure.JoinType
-
Packages that use JoinType Package Description cn.cloudself.query.plus cn.cloudself.query.psi.structure -
-
Uses of JoinType in cn.cloudself.query.plus
Constructors in cn.cloudself.query.plus with parameters of type JoinType Constructor Description On(JoinType joinType, Class<?> newClazz)On(JoinType joinType, Class<?> newClazz, String alias)On(JoinType joinType, Class<?> newClazz)On(JoinType joinType, Class<?> newClazz, String alias)On(JoinType joinType, Class<?> newClazz)On(JoinType joinType, Class<?> newClazz, String alias)On(JoinType joinType, Class<?> newClazz)On(JoinType joinType, Class<?> newClazz, String alias)On(JoinType joinType, Class<?> newClazz)On(JoinType joinType, Class<?> newClazz, String alias)On(JoinType joinType, Class<?> newClazz)On(JoinType joinType, Class<?> newClazz, String alias)On(JoinType joinType, Class<?> newClazz)On(JoinType joinType, Class<?> newClazz, String alias) -
Uses of JoinType in cn.cloudself.query.psi.structure
Methods in cn.cloudself.query.psi.structure that return JoinType Modifier and Type Method Description JoinTypeFromJoiner. type()static 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.Methods in cn.cloudself.query.psi.structure with parameters of type JoinType Modifier and Type Method Description FromJoinerFromJoiner. type(JoinType type)Constructors in cn.cloudself.query.psi.structure with parameters of type JoinType Constructor Description FromJoiner(JoinType type, String table, FromJoinerOn on, String alias)FromJoiner(JoinType type, String table, List<FromJoinerOn> on)FromJoiner(JoinType type, String table, List<FromJoinerOn> on, String alias)
-