หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Retrieves the number of parameters in the SQLServerPreparedStatement object for which this SQLServerParameterMetaData object contains information.
Syntax
public int getParameterCount()
Return Value
An int that indicates the number of parameters.
Exceptions
Remarks
This getParameterCount method is specified by the getParameterCount method in the java.sql.ParameterMetaData interface.
See Also
SQLServerParameterMetaData Methods
SQLServerParameterMetaData Members
SQLServerParameterMetaData Class