Uses of Class
org.dhatim.sql.hamcrest.SqlQuery
Packages that use SqlQuery
-
Uses of SqlQuery in org.dhatim.sql.hamcrest
Methods in org.dhatim.sql.hamcrest that return SqlQueryModifier and TypeMethodDescriptionSqlQuery.derive
(int fromIndex, int toIndex) static SqlQuery
Create parse of sql stringMethods in org.dhatim.sql.hamcrest that return types with arguments of type SqlQueryModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<SqlQuery>
QueryMatchers.add
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher) static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.and
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.and
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> middle, org.hamcrest.Matcher<? super SqlQuery> right) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.any()
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.call
(org.hamcrest.Matcher<String> functionName, org.hamcrest.Matcher<SqlQuery>... params) static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.concat
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.concat
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher, org.hamcrest.Matcher<SqlQuery> thirdMatcher, org.hamcrest.Matcher<SqlQuery>... others) static <T> org.hamcrest.Matcher<SqlQuery>
QueryMatchers.dateLiteral
(String value) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.div
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.equal
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.equality
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.greater
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.greaterEqual
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
QueryMatchers.greaterEqual
(org.hamcrest.Matcher<? super SqlQuery> left, T right) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.having()
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.identifier
(org.hamcrest.Matcher<String> identifierMatcher) static <T> org.hamcrest.Matcher<SqlQuery>
QueryMatchers.intervalLiteral
(String value) static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.leftJoin
(org.hamcrest.Matcher<String> tableNameMatcher, org.hamcrest.Matcher<? super SqlQuery>... matchers) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.less
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.lessEqual
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static <T> org.hamcrest.Matcher<SqlQuery>
QueryMatchers.literal
(T value) static <T> org.hamcrest.Matcher<SqlQuery>
QueryMatchers.literalContaining
(T value) static <T> org.hamcrest.Matcher<SqlQuery>
QueryMatchers.mayQuotedLiteral
(T value) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.mul
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher) static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.or
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.or
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> middle, org.hamcrest.Matcher<? super SqlQuery> right) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.orderedAllOf
(org.hamcrest.Matcher<? super SqlQuery>... matchers) static <T> org.hamcrest.Matcher<SqlQuery>
QueryMatchers.overlaps()
static <T> org.hamcrest.Matcher<SqlQuery>
QueryMatchers.position
(org.hamcrest.Matcher<SqlQuery> searched, org.hamcrest.Matcher<SqlQuery> text) static org.hamcrest.Matcher<SqlQuery>
static <T> org.hamcrest.Matcher<SqlQuery>
QueryMatchers.quotedLiteral
(T value) static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.sub
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher) static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.unequal
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.uuidLiteral
(String uuid) static org.hamcrest.Matcher<SqlQuery>
Method parameters in org.dhatim.sql.hamcrest with type arguments of type SqlQueryModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<SqlQuery>
QueryMatchers.add
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.and
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.and
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> middle, org.hamcrest.Matcher<? super SqlQuery> right) static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.concat
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.concat
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher, org.hamcrest.Matcher<SqlQuery> thirdMatcher, org.hamcrest.Matcher<SqlQuery>... others) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.div
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.equal
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.equality
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.greater
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.greaterEqual
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
QueryMatchers.greaterEqual
(org.hamcrest.Matcher<? super SqlQuery> left, T right) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.less
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.lessEqual
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.mul
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher) static org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.or
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.or
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> middle, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
QueryMatchers.position
(org.hamcrest.Matcher<SqlQuery> searched, org.hamcrest.Matcher<SqlQuery> text) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.sub
(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher) static org.hamcrest.Matcher<SqlQuery>
QueryMatchers.unequal
(org.hamcrest.Matcher<? super SqlQuery> left, org.hamcrest.Matcher<? super SqlQuery> right) static <T> org.hamcrest.Matcher<SqlQuery>
static org.hamcrest.Matcher<SqlQuery>
-
Uses of SqlQuery in org.dhatim.sql.hamcrest.matcher
Methods in org.dhatim.sql.hamcrest.matcher that return types with arguments of type SqlQueryModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<SqlQuery>
Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Ordered.allOf
(org.hamcrest.Matcher<? super SqlQuery> first, org.hamcrest.Matcher<? super SqlQuery> second) Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Ordered.allOf
(org.hamcrest.Matcher<? super SqlQuery> first, org.hamcrest.Matcher<? super SqlQuery> second, org.hamcrest.Matcher<? super SqlQuery> third) Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Ordered.allOf
(org.hamcrest.Matcher<? super SqlQuery> first, org.hamcrest.Matcher<? super SqlQuery> second, org.hamcrest.Matcher<? super SqlQuery> third, org.hamcrest.Matcher<? super SqlQuery> fourth) Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Ordered.allOf
(org.hamcrest.Matcher<? super SqlQuery> first, org.hamcrest.Matcher<? super SqlQuery> second, org.hamcrest.Matcher<? super SqlQuery> third, org.hamcrest.Matcher<? super SqlQuery> fourth, org.hamcrest.Matcher<? super SqlQuery> fifth) Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Ordered.allOf
(org.hamcrest.Matcher<? super SqlQuery> first, org.hamcrest.Matcher<? super SqlQuery> second, org.hamcrest.Matcher<? super SqlQuery> third, org.hamcrest.Matcher<? super SqlQuery> fourth, org.hamcrest.Matcher<? super SqlQuery> fifth, org.hamcrest.Matcher<? super SqlQuery> sixth) Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Method parameters in org.dhatim.sql.hamcrest.matcher with type arguments of type SqlQueryModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<SqlQuery>
Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Ordered.allOf
(org.hamcrest.Matcher<? super SqlQuery> first, org.hamcrest.Matcher<? super SqlQuery> second) Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Ordered.allOf
(org.hamcrest.Matcher<? super SqlQuery> first, org.hamcrest.Matcher<? super SqlQuery> second, org.hamcrest.Matcher<? super SqlQuery> third) Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Ordered.allOf
(org.hamcrest.Matcher<? super SqlQuery> first, org.hamcrest.Matcher<? super SqlQuery> second, org.hamcrest.Matcher<? super SqlQuery> third, org.hamcrest.Matcher<? super SqlQuery> fourth) Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Ordered.allOf
(org.hamcrest.Matcher<? super SqlQuery> first, org.hamcrest.Matcher<? super SqlQuery> second, org.hamcrest.Matcher<? super SqlQuery> third, org.hamcrest.Matcher<? super SqlQuery> fourth, org.hamcrest.Matcher<? super SqlQuery> fifth) Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Ordered.allOf
(org.hamcrest.Matcher<? super SqlQuery> first, org.hamcrest.Matcher<? super SqlQuery> second, org.hamcrest.Matcher<? super SqlQuery> third, org.hamcrest.Matcher<? super SqlQuery> fourth, org.hamcrest.Matcher<? super SqlQuery> fifth, org.hamcrest.Matcher<? super SqlQuery> sixth) Creates a matcher that matches if the examined object matches ALL of the specified matchers.static org.hamcrest.Matcher<SqlQuery>
Constructor parameters in org.dhatim.sql.hamcrest.matcher with type arguments of type SqlQueryModifierConstructorDescriptionDebugMatcher
(org.hamcrest.Matcher<SqlQuery> matcher) XPathMatcher
(String name, String xpath, org.hamcrest.Matcher<? super SqlQuery> matcher)