Class LongConverter

java.lang.Object
org.sql2o.converters.NumberConverter<Long>
org.sql2o.converters.LongConverter
All Implemented Interfaces:
Converter<Long>

public class LongConverter extends NumberConverter<Long>
Used by sql2o to convert a value from the database into a Long.