T
- the type of target data model@FunctionalInterface public static interface DataModelJdbcSupport.DataModelPreparedStatement<T>
PreparedStatement
interface for data models.Modifier and Type | Method and Description |
---|---|
void |
setParameters(T object)
Sets the parameters to corresponding
PreparedStatement using the specified data model. |
void setParameters(T object) throws SQLException
PreparedStatement
using the specified data model.object
- the data modelSQLException
- if a database access error occursIllegalArgumentException
- if object
is null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.