Package com.uc4.communication.requests
Class QueryData.Row
java.lang.Object
com.uc4.communication.requests.QueryData.Row
- Enclosing class:
- QueryData
This class represents a row in the returned result set.
-
Method Summary
-
Method Details
-
getString
Returns the value of a column as String.- Parameters:
columnName
- Name of the column, in many cases this will be "value".- Returns:
- Value
-