Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.59 KB

File metadata and controls

45 lines (35 loc) · 1.59 KB
title allTablesAreSelectable 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.allTablesAreSelectable
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid eb340450-45a7-49c8-84bc-1b9dd5ee842f
author David-Engel
ms.author v-daenge

allTablesAreSelectable Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether the current user has permissions to use all the tables that are returned by the getTables method in a SELECT statement.

Syntax

  
public boolean allTablesAreSelectable()  

Return Value

true if the user has permissions to call use all the tables. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class