public class URLMapper extends TypedMapper<URL>
| Constructor and Description |
|---|
URLMapper() |
URLMapper(int index) |
URLMapper(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected URL |
extractByIndex(ResultSet r,
int index) |
protected URL |
extractByName(ResultSet r,
String name) |
mappublic static final URLMapper FIRST
public URLMapper()
public URLMapper(int index)
public URLMapper(String name)
protected URL extractByIndex(ResultSet r, int index) throws SQLException
extractByIndex in class TypedMapper<URL>SQLExceptionprotected URL extractByName(ResultSet r, String name) throws SQLException
extractByName in class TypedMapper<URL>SQLExceptionCopyright © 2025. All rights reserved.