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)
Parameter
index
An int that indicates the parameter index.
Rückgabewert
A float value.
Ausnahmen
Hinweise
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.
Siehe auch
Verweis
SQLServerCallableStatement Class
Konzepte
getFloat Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members