getFloat Method (int)
Retrieves the value of the designated parameter as a float in the Java programming language given the parameter index.
public float getFloat(int index)
Parametri
index
An int that indicates the parameter index.
Valore restituito
A float value.
Eccezioni
Osservazioni
This getFloat method is specified by the getFloat method in the java.sql.CallableStatement interface.
This method returns all number-based types with Java float fidelity.
Vedere anche
Riferimento
SQLServerCallableStatement Class
Concetti
getFloat Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members