getParameterType Method (SQLServerParameterMetaData)
Retrieves the SQL type of the designated parameter.
public int getParameterType(int param)
Parametri
param
An int that indicates parameter index.
Valore restituito
An int that indicates the JDBC type code as defined in java.sql.Types.
Eccezioni
Osservazioni
This getParameterType method is specified by the getParameterType method in the java.sql.ParameterMetaData interface.
Vedere anche
Riferimento
SQLServerParameterMetaData Class
Concetti
SQLServerParameterMetaData Methods
SQLServerParameterMetaData Members