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

db.sql.api.impl.cmd.dbFun.Ceil Maven / Gradle / Ivy

There is a newer version: 1.7.6-RC2
Show newest version
package db.sql.api.impl.cmd.dbFun;

import db.sql.api.Cmd;
import db.sql.api.impl.tookit.SqlConst;

public class Ceil extends BasicFunction {
    public Ceil(Cmd key) {
        super(SqlConst.CEIL, key);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy