Module org.seasar.doma.core
Class PreparedSqlParameterBinder
java.lang.Object
org.seasar.doma.internal.jdbc.command.AbstractParameterBinder<PreparedStatement,InParameter<?>>
org.seasar.doma.internal.jdbc.command.PreparedSqlParameterBinder
- All Implemented Interfaces:
ParameterBinder<PreparedStatement,InParameter<?>>
public class PreparedSqlParameterBinder
extends AbstractParameterBinder<PreparedStatement,InParameter<?>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(PreparedStatement preparedStatement, List<? extends InParameter<?>> parameters) Methods inherited from class org.seasar.doma.internal.jdbc.command.AbstractParameterBinder
bindInParameter
-
Field Details
-
query
-
-
Constructor Details
-
PreparedSqlParameterBinder
-
-
Method Details
-
bind
public void bind(PreparedStatement preparedStatement, List<? extends InParameter<?>> parameters) throws SQLException - Throws:
SQLException
-