Compartir a través de


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)

Parámetros

sCol

A String that contains the parameter name.

Valor devuelto

A float value.

Excepciones

SQLServerException

Notas

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.

Vea también

Referencia

SQLServerCallableStatement Class

Conceptos

getFloat Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members