And (query directive)

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search

Revision as of 10:49, 20 August 2009

Description

Includes rows which satisfy all inner filtering directives.

Constructor

And(WhereDirective d1,WhereDirective d2,...)

Notes

In simple cases you can avoid using And directive by calling the where method twice. A.where(new And(B,C)) is logically same as A.where(B).where(C) though structurally it resolves to a slightly different query.

Personal tools