Package pro.taskana.common.internal.util
Class SqlProviderUtil
java.lang.Object
pro.taskana.common.internal.util.SqlProviderUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringBuilderwhereCustomIntStatements(String baseCollection, String baseColumn, int customBound, StringBuilder sb) static StringBuilderwhereCustomStatements(String baseCollection, String baseColumn, int customBound) static StringBuilderwhereCustomStatements(String baseCollection, String baseColumn, int customBound, StringBuilder sb) static StringBuilderstatic StringBuilderwhereIn(String collection, String column, StringBuilder sb) static StringBuilderwhereInInterval(String collection, String column) static StringBuilderwhereInInterval(String collection, String column, StringBuilder sb) static StringBuilderstatic StringBuilderwhereLike(String collection, String column, StringBuilder sb) static StringBuilderwhereNotIn(String collection, String column) static StringBuilderwhereNotIn(String collection, String column, StringBuilder sb) static StringBuilderwhereNotInInterval(String collection, String column) static StringBuilderwhereNotInInterval(String collection, String column, StringBuilder sb) static StringBuilderwhereNotLike(String collection, String column) static StringBuilderwhereNotLike(String collection, String column, StringBuilder sb)
-
Field Details
-
OPENING_SCRIPT_TAG
- See Also:
-
CLOSING_SCRIPT_TAG
- See Also:
-
OPENING_WHERE_TAG
- See Also:
-
CLOSING_WHERE_TAG
- See Also:
-
DB2_WITH_UR
- See Also:
-
-
Method Details
-
whereIn
-
whereIn
-
whereNotIn
-
whereNotIn
-
whereInInterval
-
whereInInterval
-
whereNotInInterval
-
whereNotInInterval
-
whereLike
-
whereLike
-
whereNotLike
-
whereNotLike
-
whereCustomStatements
public static StringBuilder whereCustomStatements(String baseCollection, String baseColumn, int customBound, StringBuilder sb) -
whereCustomStatements
public static StringBuilder whereCustomStatements(String baseCollection, String baseColumn, int customBound) -
whereCustomIntStatements
public static StringBuilder whereCustomIntStatements(String baseCollection, String baseColumn, int customBound, StringBuilder sb)
-