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

io.github.kiryu1223.drink.exception.DrinkOracleIntervalException Maven / Gradle / Ivy

There is a newer version: 1.0.14
Show newest version
package io.github.kiryu1223.drink.exception;

public class DrinkOracleIntervalException extends DrinkException
{
    public DrinkOracleIntervalException()
    {
        super("Oracle下的date加减运算函数必须为字面量或者java引用(不可以是数据库字段引用)");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy