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

com.alibaba.hologres.client.function.FunctionWithSQLException Maven / Gradle / Ivy

There is a newer version: 2.5.5
Show newest version
/*
 * Copyright (c) 2022. Alibaba Group Holding Limited
 */

package com.alibaba.hologres.client.function;

import java.sql.SQLException;

/**
 * 带异常的function.
 *
 * @param  输入
 * @param  输出
 */
public interface FunctionWithSQLException {
	O apply(I input) throws SQLException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy