Condividi tramite


getParameterCount Method (SQLServerParameterMetaData)

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

public int getParameterCount()

Valore restituito

An int that indicates the number of parameters.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerParameterMetaData Class

Concetti

SQLServerParameterMetaData Methods
SQLServerParameterMetaData Members