getFloat Method (java.lang.String)
Retrieves the value of the designated parameter as a float in the Java programming language given the parameter name.
public float getFloat(java.lang.String sCol)
Parameter
sCol
A String that contains the parameter name.
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