Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Copyright (C) 2005-2013 Splunk Inc. All Rights Reserved.
- [default]
- [filemaker]
- displayName = FileMaker
- typeClass = com.filemaker.jdbc.Driver
- connectionUrlFormat = jdbc:filemaker://{0}:{1}/{2}
- [mssql]
- displayName = Microsoft SQL Server
- typeClass = com.splunk.dbx.sql.type.impl.MicrosoftSqlServer
- [odbc]
- displayName = ODBC
- typeClass = com.splunk.dbx.sql.type.impl.ODBC
- [sqlite]
- displayName = SQLite
- typeClass = com.splunk.dbx.sql.type.impl.SQLite
- local = 1
- [oracle]
- displayName = Oracle
- typeClass = com.splunk.dbx.sql.type.impl.Oracle
- defaultCatalogName = ORCL
- [mysql]
- displayName = MySQL
- typeClass = com.splunk.dbx.sql.type.impl.MySQL
- testQuery = SELECT 1
- defaultCatalogName = mysql
- [postgresql]
- displayName = PostgreSQL
- jdbcDriverClass = org.postgresql.Driver
- defaultPort = 5432
- connectionUrlFormat = jdbc:postgresql://{0}:{1}/{2}
- testQuery = SELECT 1 AS test
- defaultCatalogName = postgres
- defaultSchema = public
- [sybase]
- displayName = Sybase
- typeClass = com.splunk.dbx.sql.type.impl.Sybase
- [hsql]
- displayName = HyperSQL
- typeClass = com.splunk.dbx.sql.type.impl.HSQLDB
- local = 1
- [h2]
- displayName = H2
- typeClass = com.splunk.dbx.sql.type.impl.H2
- local = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement