Version string information
The DatabaseMetaData.getDriverVersion() method returns a driver version string in the format:
M.m.s.bbbbbb(CXXXX.FYYYYYY.UZZZZZZ)
where:
M is the major version number.
m is the minor version number.
s is the service pack number.
bbbbbb is the driver build number.
XXXX is the cloud adapter build number.
YYYYYY is the framework build number.
ZZZZZZ is the utility build number.
For example:
6.0.0.000002(C0003.F000001.U000002)
|____| |___| |_____| |_____|
Driver Cloud Frame Utility