|
The name of the class file in the driver jar that implements the javax.sql.DataSource interface. The actual class name might differ per the uploaded driver jar.
For example:
For Postgres, you can enter org.postgresql.xa.PGXADataSource
For MySQL, you can enter com.mysql.jdbc.jdbc2.optional.MysqlXADataSource
For MS-SQL, you can enter com.microsoft.sqlserver.jdbc.SQLServerXADataSource
For Oracle, you can enter oracle.jdbc.xa.client.OracleXADataSource or oracle.jdbc.pool.OracleConnectionPoolDataSource
|