Uses of Enum Class
org.tentackle.sql.JoinType
Packages that use JoinType
Package
Description
SQL backend layer.
Backend implementations.
-
Uses of JoinType in org.tentackle.sql
Methods in org.tentackle.sql that return JoinTypeModifier and TypeMethodDescriptionstatic JoinTypeReturns the enum constant of this class with the specified name.static JoinType[]JoinType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tentackle.sql with parameters of type JoinTypeModifier and TypeMethodDescriptionCreates a join clause.voidBackend.sqlJoinSelects(JoinType type, boolean addColumns, StringBuilder select, String joinSelect, String joinSelectIdAlias, String joinAlias, String join) Generate SQL-code for joining a table to an existing select.Backend.sqlJoinSelects(JoinType type, boolean addColumns, String select, String joinSelect, String joinSelectIdAlias, String joinAlias, String join) Generate SQL-code for joining a table to an existing select. -
Uses of JoinType in org.tentackle.sql.backends
Methods in org.tentackle.sql.backends with parameters of type JoinTypeModifier and TypeMethodDescriptionAbstractBackend.sqlJoin(JoinType type, String joinedTableName, String joinedTableAlias, String join) voidAbstractBackend.sqlJoinSelects(JoinType type, boolean addColumns, StringBuilder select, String joinSelect, String joinSelectIdAlias, String joinAlias, String join) AbstractBackend.sqlJoinSelects(JoinType type, boolean addColumns, String select, String joinSelect, String joinSelectIdAlias, String joinAlias, String join)