org.skife.jdbi.v2.util
Class ByteMapper
java.lang.Object
org.skife.jdbi.v2.util.TypedMapper<Byte>
org.skife.jdbi.v2.util.ByteMapper
- All Implemented Interfaces:
- ResultSetMapper<Byte>
public class ByteMapper
- extends TypedMapper<Byte>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIRST
public static ByteMapper FIRST
ByteMapper
public ByteMapper()
ByteMapper
public ByteMapper(int index)
ByteMapper
public ByteMapper(String name)
extractByIndex
protected Byte extractByIndex(ResultSet r,
int index)
throws SQLException
- Specified by:
extractByIndex
in class TypedMapper<Byte>
- Throws:
SQLException
extractByName
protected Byte extractByName(ResultSet r,
String name)
throws SQLException
- Specified by:
extractByName
in class TypedMapper<Byte>
- Throws:
SQLException
Copyright © 2013. All Rights Reserved.