JDBCPlatformFactory |
DO NOT USE LogManager in this class
Here's the matrix for determining which platform to use:
PN = Product Name, which means the product name from the metadata will help determine the platform
Protocol = means the Protocol (mmx:oracle, oracle, sequelink) will help determine the platform
Driver | Oracle DB2 SQLServer Sybase Informix
------------------------------------------------------------------------------
Native PN PN PN PN PN
MMX (DD) Protocol PN PN PN PN
(mmx:oracle)
MetaMatrix JDBC Protocol -->(SAME) -->(SAME) ----->(SAME) --> (SAME)
------------------------------------------------------------------------------
The process will look 1st at the protocol and then the product name to further
deliniate the type of platform that should be used. |