Compartir a través de


supportsCatalogsInDataManipulation Method (SQLServerDatabaseMetaData)

Retrieves whether a catalog name can be used in a data manipulation statement.

public boolean supportsCatalogsInDataManipulation()

Valor devuelto

true if supported. Otherwise, false.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members