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) |
map
public 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>
SQLException
protected URL extractByName(ResultSet r, String name) throws SQLException
extractByName
in class TypedMapper<URL>
SQLException
Copyright © 2023. All rights reserved.