Partager via


getMetaData Method (SQLServerConnection)

Retrieves a SQLServerDatabaseMetaData object that contains metadata about the database to which this SQLServerConnection object represents a connection.

public java.sql.DatabaseMetaData getMetaData()

Valeur de retour

The DatabaseMetaData object.

Exceptions

SQLServerException

Notes

This getMetaData method is specified by the getMetaData method in the java.sql.Connection interface.

Voir aussi

Référence

SQLServerConnection Class

Concepts

SQLServerConnection Methods
SQLServerConnection Members