![]() |
OTX Reference
|
|
Gets the value from a ResultSet as Float type More...
Public Attributes | |
SimpleTerm | column |
Cardinality [1] This element represents the column from which the value will be read. A column can be accessed via name or via index. Therefore the data type of the column property will be String (name) or Integer (index). More... | |
ResultSetTerm | resultSet |
Cardinality [1] This element represents the ResultSet from which the value of the current row will be read. More... | |
![]() | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Gets the value from a ResultSet as Float type
The GetResultValueAsFloat returns the value of the given column (via index or name) inside the row as a Float.
Core.Exceptions.OutOfBoundsException |
|
Core.Exceptions.TypeMismatchException | If the data type of the column value is not a Float. |
SimpleTerm OpenTestSystem.Otx.Extensions.SQL.Terms.GetResultValueAsFloat.column |
Cardinality [1]
This element represents the column from which the value will be read. A column can be accessed via name or via index. Therefore the data type of the column property will be String (name) or Integer (index).
ResultSetTerm OpenTestSystem.Otx.Extensions.SQL.Terms.GetResultValueAsFloat.resultSet |
Cardinality [1]
This element represents the ResultSet from which the value of the current row will be read.