Class GreaterThan<O,A extends Comparable<A>>
- java.lang.Object
-
- com.github.longdt.vertxorm.repository.query.AbstractQuery<E>
-
- com.github.longdt.vertxorm.repository.query.SingleQuery<O>
-
- com.github.longdt.vertxorm.repository.query.GreaterThan<O,A>
-
- All Implemented Interfaces:
Query<O>
public class GreaterThan<O,A extends Comparable<A>> extends SingleQuery<O>
-
-
Field Summary
-
Fields inherited from class com.github.longdt.vertxorm.repository.query.SingleQuery
fieldName
-
Fields inherited from class com.github.longdt.vertxorm.repository.query.AbstractQuery
limit, offset, orders, params
-
-
Constructor Summary
Constructors Constructor Description GreaterThan(String fieldName, A value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildSQL(StringBuilder sqlBuilder, int startIdx)-
Methods inherited from class com.github.longdt.vertxorm.repository.query.SingleQuery
getFieldName
-
Methods inherited from class com.github.longdt.vertxorm.repository.query.AbstractQuery
getConditionParams, getConditionSql, limit, limit, offset, offset, orderBy, orderBy
-
-
-
-
Method Detail
-
buildSQL
public void buildSQL(StringBuilder sqlBuilder, int startIdx)
- Specified by:
buildSQLin classAbstractQuery<O>
-
-