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()
返回值
The DatabaseMetaData object.
异常
备注
This getMetaData method is specified by the getMetaData method in the java.sql.Connection interface.