Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.37 KB

File metadata and controls

45 lines (35 loc) · 1.37 KB
title usesLocalFiles 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.usesLocalFiles
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 69afb3a9-ed56-4191-88b8-bc46c03b817b
author David-Engel
ms.author v-daenge

usesLocalFiles Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database stores tables in a local file.

Syntax

  
public boolean usesLocalFiles()  

Return Value

true if the database uses local files. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class