Condividi tramite


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)

Parametri

sCol

A String that contains the parameter name.

Valore restituito

A float value.

Eccezioni

SQLServerException

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