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 SqlQuery
    Modifier and Type
    Method
    Description
    SqlQuery.derive(int fromIndex, int toIndex)
     
    SqlQuery.derive(String xpath)
     
    static SqlQuery
    SqlQuery.of(String sql)
    Create parse of sql string
    Methods in org.dhatim.sql.hamcrest that return types with arguments of type SqlQuery
    Modifier and Type
    Method
    Description
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.add(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.allOf(org.hamcrest.Matcher<? super SqlQuery>... matchers)
     
    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>
    QueryMatchers.cast(org.hamcrest.Matcher<? super SqlQuery> operand, String type)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.column(String columnName)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.column(org.hamcrest.Matcher<String> columnNameMatcher)
     
    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>
    QueryMatchers.equal(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    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>
    QueryMatchers.equality(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.from(org.hamcrest.Matcher<? super SqlQuery>... matchers)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.from(org.hamcrest.Matcher<String> tableNameMatcher)
     
    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>
    QueryMatchers.greater(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    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>
    QueryMatchers.having(org.hamcrest.Matcher<? super SqlQuery>... matchers)
     
    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>
    QueryMatchers.leftJoin(org.hamcrest.Matcher<String> tableNameMatcher)
     
    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>
    QueryMatchers.less(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    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>
    QueryMatchers.lessEqual(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.like(org.hamcrest.Matcher<SqlQuery> operand, org.hamcrest.Matcher<SqlQuery> pattern)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.literal(Number value)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.literal(String value)
     
    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>
    QueryMatchers.node(String nodeName)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.not(org.hamcrest.Matcher<SqlQuery> matcher)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.nullCast(String type)
     
    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>
    QueryMatchers.query(org.hamcrest.Matcher<? super SqlQuery>... matchers)
     
    static <T> org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.quotedLiteral(T value)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.row(org.hamcrest.Matcher<? super SqlQuery>... matchers)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.select(org.hamcrest.Matcher<? super SqlQuery>... matchers)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.sub(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.symbol(String literal)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.table(org.hamcrest.Matcher<String> identifierMatcher)
     
    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>
    QueryMatchers.unequal(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.uuidLiteral(String uuid)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.where(org.hamcrest.Matcher<? super SqlQuery> matcher)
     
    Method parameters in org.dhatim.sql.hamcrest with type arguments of type SqlQuery
    Modifier and Type
    Method
    Description
    static 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>
    QueryMatchers.cast(org.hamcrest.Matcher<? super SqlQuery> operand, String type)
     
    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>
    QueryMatchers.equal(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    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>
    QueryMatchers.equality(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    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>
    QueryMatchers.greater(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    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>
    QueryMatchers.less(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    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>
    QueryMatchers.lessEqual(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.like(org.hamcrest.Matcher<SqlQuery> operand, org.hamcrest.Matcher<SqlQuery> pattern)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.mul(org.hamcrest.Matcher<SqlQuery> leftMatcher, org.hamcrest.Matcher<SqlQuery> rightMatcher)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.not(org.hamcrest.Matcher<SqlQuery> matcher)
     
    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>
    QueryMatchers.unequal(org.hamcrest.Matcher<? super SqlQuery> left, T right)
     
    static org.hamcrest.Matcher<SqlQuery>
    QueryMatchers.where(org.hamcrest.Matcher<? super SqlQuery> matcher)
     
  • Uses of SqlQuery in org.dhatim.sql.hamcrest.matcher

    Methods in org.dhatim.sql.hamcrest.matcher that return types with arguments of type SqlQuery
    Modifier and Type
    Method
    Description
    static org.hamcrest.Matcher<SqlQuery>
    Ordered.allOf(Iterable<org.hamcrest.Matcher<? super SqlQuery>> matchers)
    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>... matchers)
    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>
    XPathMatcher.xpath(String name, String xpath, org.hamcrest.Matcher<? super SqlQuery> matcher)
     
    Method parameters in org.dhatim.sql.hamcrest.matcher with type arguments of type SqlQuery
    Modifier and Type
    Method
    Description
    static org.hamcrest.Matcher<SqlQuery>
    Ordered.allOf(Iterable<org.hamcrest.Matcher<? super SqlQuery>> matchers)
    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>
    XPathMatcher.xpath(String name, String xpath, org.hamcrest.Matcher<? super SqlQuery> matcher)
     
    Constructor parameters in org.dhatim.sql.hamcrest.matcher with type arguments of type SqlQuery
    Modifier
    Constructor
    Description
     
    DebugMatcher(org.hamcrest.Matcher<SqlQuery> matcher)
     
     
    Ordered(Iterable<org.hamcrest.Matcher<? super SqlQuery>> matchers)
     
     
    XPathMatcher(String name, String xpath, org.hamcrest.Matcher<? super SqlQuery> matcher)