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

com.sap.cloud.sdk.hana.connectivity.handler.CDSDataSourceHandlerImpl Maven / Gradle / Ivy

There is a newer version: 1.40.11
Show newest version
/*******************************************************************************
 * (c) 201X SAP SE or an SAP affiliate company. All rights reserved.
 ******************************************************************************/
package com.sap.cloud.sdk.hana.connectivity.handler;

import java.sql.Connection;

public class CDSDataSourceHandlerImpl extends CDSDataSourceHandler {

	/**
	 * @param conn
	 *            - connection object as input.
	 * @param namespace
	 *            - name space string as input.
	 */
	public CDSDataSourceHandlerImpl(Connection conn, String namespace) {
		super(conn, namespace);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy