Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Retrieves a SQLServerResultSetMetaData Class object that contains information about the columns of the SQLServerResultSet object that will be returned when this SQLServerPreparedStatement object is run.
Syntax
public final java.sql.ResultSetMetaData getMetaData()
Return Value
A ResultSetMetaData object.
Exceptions
Remarks
This getMetaData method is specified by the getMetaData method in the java.sql.PreparedStatement interface.
See Also
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class