skip to main content
About the Driver : Progress DataDirect for JDBC for Amazon Redshift : Version String Information
  

Version String Information

The DatabaseMetaData.getDriverVersion() method returns a Driver Version string in the format:

M.m.s.bbbbbb(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 utl build number.
For example:

5.1.0.000002(F000001.U000002)
      |____| |_____| |_____|
      Driver Frame    Utl