appendCondition

open override fun appendCondition(append: Condition): Q

Appends a condition to the existing condition using logical AND. This method combines the current condition with the appended condition.

Return

A new query object with the combined condition.

Parameters

append

The condition to append to the current condition.