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

Valor devuelto

The DatabaseMetaData object.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerConnection Class

Conceptos

SQLServerConnection Methods
SQLServerConnection Members