12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: XQE
- (C) Copyright IBM Corp. 2012, 2021
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- -->
- <additionalDatasources>
- <datasource filename="athena.xml" type="jdbc-generic"/>
- <datasource filename="bigquery.xml" type="jdbc-generic"/>
- <datasource filename="composite.xml" type="jdbc-generic"/>
- <datasource filename="denodo.xml" type="jdbc-generic"/>
- <datasource filename="dremio.xml" type="jdbc-generic"/>
- <datasource filename="datadirectrest.xml" type="jdbc-generic"/>
- <datasource filename="idms.xml" type="jdbc-generic"/>
- <datasource filename="mariadb.xml" type="jdbc-generic"/>
- <datasource filename="mongov2.xml" type="jdbc-generic"/>
- <datasource filename="presto.xml" type="jdbc-generic"/>
- <datasource filename="redshift.xml" type="jdbc-generic"/>
- <datasource filename="snowflake.xml" type="jdbc-generic"/>
- <datasource filename="ibmtwc.xml" type="jdbc-generic"/>
- <datasource filename="sfdc.xml" type="jdbc-generic"/>
- <datasource filename="sparksql_simba.xml" type="jdbc-generic"/>
- <datasource filename="trino.xml" type="jdbc-generic"/>
- </additionalDatasources>
|