Interface SQLRequest
- All Known Implementing Classes:
SQLDelete
,SQLInsert
,SQLSelect
,SQLUpdate
,SQLWhereQuery
public interface SQLRequest
Base SQL request interface.
- Author:
- Virgile, Nicolas, Louis-Félix
-
Method Summary
Modifier and TypeMethodDescriptionGets all the request's parameterstoString()
Generate the SQL query for this request helper.