Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.43 KB

File metadata and controls

45 lines (35 loc) · 1.43 KB
title supportsLimitedOuterJoins 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.supportsLimitedOuterJoins
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 06225a1a-a58d-4bff-b2ef-be303f051644
author David-Engel
ms.author v-daenge

supportsLimitedOuterJoins Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database provides limited support for outer joins.

Syntax

  
public boolean supportsLimitedOuterJoins()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class