Class Equal<E>
- java.lang.Object
-
- com.github.longdt.vertxorm.repository.query.AbstractQuery<E>
-
- com.github.longdt.vertxorm.repository.query.SingleQuery<E>
-
- com.github.longdt.vertxorm.repository.query.Equal<E>
-
- All Implemented Interfaces:
Query<E>
public class Equal<E> extends SingleQuery<E>
-
-
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
-
-
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<E>
-
-