| title | getCatalogSeparator Method (SQLServerDatabaseMetaData) |
|---|---|
| description | getCatalogSeparator 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.getCatalogSeparator |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Retrieves the String that this database uses as the separator between a catalog and table name.
public java.lang.String getCatalogSeparator()
A String that contains the catalog separator.
This getCatalogSeparator method is specified by the getCatalogSeparator method in the java.sql.DatabaseMetaData interface.
When using the [!INCLUDEjdbcNoVersion] with a [!INCLUDEssNoVersion] database, this method returns a period (".") as the catalog separator.
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class