SQLRequest (gb.db)
Methods
And
|
Specify that the next WHERE clause will be concatenated with the AND operator.
|
Delete
|
Tells that the request is a DELETE request.
|
From
|
Specify the table of the request.
|
Get
|
Return the SQL request corresponding to the SQLRequest object.
|
Or
|
Specify that the next WHERE clause will be concatenated with the OR operator.
|
OrderBy
|
Describe the ORDER BY clause of the request.
|
Select
|
Tells that the request is a SELECT request.
|
Where
|
Specify one criterion of the WHERE clause.
|