Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.46 KB

File metadata and controls

45 lines (35 loc) · 1.46 KB
title supportsOrderByUnrelated 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.supportsOrderByUnrelated
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 9ea6c534-8132-49f3-aac3-a12ec4c46df2
author David-Engel
ms.author v-daenge

supportsOrderByUnrelated Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause.

Syntax

  
public boolean supportsOrderByUnrelated()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class