Share 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()

Rückgabewert

The DatabaseMetaData object.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerConnection Class

Konzepte

SQLServerConnection Methods
SQLServerConnection Members