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

com.alibaba.hologres.client.impl.action.SqlAction Maven / Gradle / Ivy

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

package com.alibaba.hologres.client.impl.action;

import com.alibaba.hologres.client.function.FunctionWithSQLException;

import java.sql.Connection;

/**
 * ga.
 */
public class SqlAction extends AbstractAction {

	FunctionWithSQLException handler;

	public SqlAction(FunctionWithSQLException handler) {
		this.handler = handler;
	}

	public FunctionWithSQLException getHandler() {
		return handler;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy