Class UpdateLocationRequest
java.lang.Object
net.solarnetwork.central.common.dao.jdbc.sql.UpdateLocationRequest
- All Implemented Interfaces:
org.springframework.jdbc.core.PreparedStatementCreator,org.springframework.jdbc.core.SqlProvider
public class UpdateLocationRequest
extends Object
implements org.springframework.jdbc.core.PreparedStatementCreator, org.springframework.jdbc.core.SqlProvider
Update an existing location request.
- Since:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UpdateLocationRequest
Constructor.- Parameters:
request- the request to updatethrows- IllegalArgumentException ifrequestorrequest.idis null
-
-
Method Details
-
getSql
- Specified by:
getSqlin interfaceorg.springframework.jdbc.core.SqlProvider
-
createPreparedStatement
- Specified by:
createPreparedStatementin interfaceorg.springframework.jdbc.core.PreparedStatementCreator- Throws:
SQLException
-