Uses of Record Class
org.nervousync.database.query.condition.QueryCondition
Packages that use QueryCondition
Package
Description
-
Uses of QueryCondition in org.nervousync.database.query
Methods in org.nervousync.database.query with parameters of type QueryConditionModifier and TypeMethodDescriptionvoidQueryInfo.Builder.group(QueryCondition... queryConditions) Add group condition query builder.voidQueryInfo.Builder.group(ConnectionCode connCode, QueryCondition... queryConditions) Add group condition query builder. -
Uses of QueryCondition in org.nervousync.database.query.condition
Methods in org.nervousync.database.query.condition with parameters of type QueryConditionModifier and TypeMethodDescriptionstatic MatchConditionMatchCondition.group(QueryCondition... queryConditions) Group match condition. -
Uses of QueryCondition in org.nervousync.database.query.core
Methods in org.nervousync.database.query.core that return types with arguments of type QueryConditionModifier and TypeMethodDescriptionQueryTable.getQueryConditionList()Gets the query condition list.