Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.29 KB

File metadata and controls

40 lines (30 loc) · 1.29 KB
title isCatalogAtStart Method (SQLServerDatabaseMetaData)
description isCatalogAtStart Method (SQLServerDatabaseMetaData)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerDatabaseMetaData.isCatalogAtStart
apitype Assembly

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