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.
Represents the metadata for prepared statement parameters.
Package: com.microsoft.sqlserver.jdbc
Extends: java.lang.Object
Implements: java.sql.ParameterMetaData
Syntax
public class SQLServerParameterMetaData
Remarks
To retrieve parameter metadata, prepared statements are run with SET FMT ONLY. Callable statements call sp_sproc_columns to retrieve names and metadata for the procedure parameters.
See Also
SQLServerParameterMetaData Members
JDBC Driver API Reference