com.sap.cloud.sdk.hana.connectivity.handler.CDSDataSourceHandlerImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hana-connectivity-cds Show documentation
Show all versions of hana-connectivity-cds Show documentation
SAP Cloud Platform SDK for service development
/*******************************************************************************
* (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