Package org.cxbox.sqlbc.dao.binds
Class SqlNamedParameterQueryBinderImpl
java.lang.Object
org.cxbox.sqlbc.dao.binds.SqlNamedParameterQueryBinderImpl
- All Implemented Interfaces:
SqlNamedParameterQueryBinder
@Component
public class SqlNamedParameterQueryBinderImpl
extends Object
implements SqlNamedParameterQueryBinder
-
Constructor Summary
ConstructorsConstructorDescriptionSqlNamedParameterQueryBinderImpl(org.springframework.context.ApplicationContext applicationContext, org.cxbox.api.config.CxboxBeanProperties cxboxBeanProperties) -
Method Summary
Modifier and TypeMethodDescriptionbindVariables(String sql, org.springframework.jdbc.core.namedparam.SqlParameterSource paramSource)
-
Constructor Details
-
SqlNamedParameterQueryBinderImpl
public SqlNamedParameterQueryBinderImpl(org.springframework.context.ApplicationContext applicationContext, org.cxbox.api.config.CxboxBeanProperties cxboxBeanProperties)
-
-
Method Details
-
bindVariables
public String bindVariables(String sql, org.springframework.jdbc.core.namedparam.SqlParameterSource paramSource) throws SQLException - Specified by:
bindVariablesin interfaceSqlNamedParameterQueryBinder- Throws:
SQLException
-