Freigeben über


getCatalogSeparator Method (SQLServerDatabaseMetaData)

Retrieves the String that this database uses as the separator between a catalog and table name.

public java.lang.String getCatalogSeparator()

Rückgabewert

A String that contains the catalog separator.

Ausnahmen

SQLServerException

Hinweise

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

When using the Microsoft SQL Server 2005 JDBC Driver with a SQL Server database, this method returns a period (".") as the catalog separator.

Siehe auch

Verweis

SQLServerDatabaseMetaData Class

Konzepte

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members