Retrieves the minor version number of the underlying database.

public int getDatabaseMinorVersion()

Return Value

An integer that indicates the database minor version.

Exceptions

SQLServerException

Remarks

This getDatabaseMinorVersion method is specified by the getDatabaseMinorVersion method in the java.sql.DatabaseMetaData interface.

See Also