Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

SQLRequest.Where (gb.db)

Function Where ( Where As String, ... ) As SQLRequest

Specify one criterion of the WHERE clause.

The function works exactly like the Connection.Subst() method.

The current request is returned so that you can chain method calls.

If you chain several WHERE clauses, you have to specify the operator between them by using the And or Or method.