All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bixuebihui.r2dbc.sql.LongReader Maven / Gradle / Ivy

package com.bixuebihui.r2dbc.sql;

/**
 * 

LongReader class.

* * @author xingwx * @version $Id: $Id */ public class LongReader extends RowMapperResultReader { /** *

Constructor for LongReader.

*/ public LongReader() { super((rs) -> rs.get(0, Long.class)); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy