11.2.3 getParameterCount()
- Organization of this subsection
(1) Function
This method acquires the number of parameters in the PreparedStatement object.
(2) Format
public synchronized int getParameterCount() throws SQLException
(3) Arguments
None.
(4) Return value
The method returns the number of parameters in the PreparedStatement object.
(5) Exceptions
None.