Module org.simpleflatmapper.jdbc
Class UUIDBinaryPreparedStatementIndexSetter
java.lang.Object
org.simpleflatmapper.jdbc.impl.setter.UUIDBinaryPreparedStatementIndexSetter
- All Implemented Interfaces:
PreparedStatementIndexSetter<UUID>,org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,UUID>
public class UUIDBinaryPreparedStatementIndexSetter
extends Object
implements PreparedStatementIndexSetter<UUID>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidset(PreparedStatement ps, UUID value, int columnIndex, org.simpleflatmapper.converter.Context context)
-
Constructor Details
-
UUIDBinaryPreparedStatementIndexSetter
public UUIDBinaryPreparedStatementIndexSetter()
-
-
Method Details
-
set
public void set(PreparedStatement ps, UUID value, int columnIndex, org.simpleflatmapper.converter.Context context) throws SQLException - Specified by:
setin interfaceorg.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,UUID> - Specified by:
setin interfacePreparedStatementIndexSetter<UUID>- Parameters:
ps- the preparedStatement to bind againstvalue- the value to bindcolumnIndex- the index to start binding at- Throws:
SQLException- if an error occurs
-