Share via


getParameterCount Method (SQLServerParameterMetaData)

Retrieves the number of parameters in the SQLServerPreparedStatement object for which this SQLServerParameterMetaData object contains information.

public int getParameterCount()

Rückgabewert

An int that indicates the number of parameters.

Ausnahmen

SQLServerException

Hinweise

This getParameterCount method is specified by the getParameterCount method in the java.sql.ParameterMetaData interface.

Siehe auch

Referenz

SQLServerParameterMetaData Class

Konzepte

SQLServerParameterMetaData Methods
SQLServerParameterMetaData Members