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 the SQL type of the designated parameter.
Syntax
public int getParameterType(int param)
Parameters
param
An int that indicates parameter index.
Return Value
An int that indicates the JDBC type code as defined in java.sql.Types.
Exceptions
Remarks
This getParameterType method is specified by the getParameterType method in the java.sql.ParameterMetaData interface.
See Also
SQLServerParameterMetaData Methods
SQLServerParameterMetaData Members
SQLServerParameterMetaData Class