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

org.xbib.jdbc.csv.SQLMinuteFunction Maven / Gradle / Ivy

The newest version!
package org.xbib.jdbc.csv;

import java.util.Calendar;

/**
 *
 */
class SQLMinuteFunction extends SQLCalendarFunction {
    public SQLMinuteFunction(Expression expression) {
        super("MINUTE", Calendar.MINUTE, expression);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy