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 SummaryModifier and TypeMethodDescriptionGets all the request's parameterstoString()Generate the SQL query for this request helper.