Package org.cxbox.sqlbc.dao.binds
Interface SqlNamedParameterQueryBinder
- All Known Implementing Classes:
SqlNamedParameterQueryBinderImpl
public interface SqlNamedParameterQueryBinder
-
Method Summary
Modifier and TypeMethodDescriptionbindVariables(String sql, org.springframework.jdbc.core.namedparam.SqlParameterSource paramSource)
-
Method Details
-
bindVariables
String bindVariables(String sql, org.springframework.jdbc.core.namedparam.SqlParameterSource paramSource) throws SQLException - Throws:
SQLException
-