public class URLPreparedStatementIndexSetter extends Object implements PreparedStatementIndexSetter<URL>
| Constructor and Description |
|---|
URLPreparedStatementIndexSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(PreparedStatement target,
URL value,
int columnIndex,
org.simpleflatmapper.converter.Context context) |
public void set(PreparedStatement target, URL value, int columnIndex, org.simpleflatmapper.converter.Context context) throws SQLException
set in interface PreparedStatementIndexSetter<URL>set in interface org.simpleflatmapper.map.setter.ContextualIndexedSetter<PreparedStatement,URL>target - the preparedStatement to bind againstvalue - the value to bindcolumnIndex - the index to start binding atSQLException - if an error occursCopyright © 2020. All rights reserved.