Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.4 KB

File metadata and controls

45 lines (35 loc) · 1.4 KB
title isCatalogAtStart 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.isCatalogAtStart
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 665173d2-14c7-4ce1-954e-4adb53fb9b39
author David-Engel
ms.author v-daenge

isCatalogAtStart Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether a catalog appears at the start of a fully qualified table name.

Syntax

  
public boolean isCatalogAtStart()  

Return Value

true if the catalog name is first. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class