Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.49 KB

getfloat-method-java-lang-string.md

File metadata and controls

47 lines (34 loc) · 1.49 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getFloat Method (java.lang.String)
getFloat Method (java.lang.String)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerCallableStatement.getFloat (java.lang.String)
Assembly

getFloat Method (java.lang.String)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated parameter as a float in the Java programming language given the parameter name.

Syntax

  
public float getFloat(java.lang.String sCol)  

Parameters

sCol

A String that contains the parameter name.

Return Value

A float value.

Exceptions

SQLServerException

Remarks

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.

See Also

getFloat Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class