Compartir a través de


isCatalogAtStart Method (SQLServerDatabaseMetaData)

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

public boolean isCatalogAtStart()

Valor devuelto

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

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members