Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.34 KB

getdatabaseproductversion-method-sqlserverdatabasemetadata.md

File metadata and controls

40 lines (30 loc) · 1.34 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getDatabaseProductVersion Method (SQLServerDatabaseMetaData)
getDatabaseProductVersion Method (SQLServerDatabaseMetaData)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerDatabaseMetaData.getDatabaseProductVersion
Assembly

getDatabaseProductVersion Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the version number of this database product.

Syntax

  
public java.lang.String getDatabaseProductVersion()  

Return Value

A String that contains the database product version number.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class