Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.38 KB

File metadata and controls

45 lines (35 loc) · 1.38 KB
title supportsOuterJoins Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.supportsOuterJoins
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 9dd19257-b120-4b74-8055-6570a343fc8d
author David-Engel
ms.author v-daenge

supportsOuterJoins Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports some form of outer join.

Syntax

  
public boolean supportsOuterJoins()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class