Class QueryData.Row

  • Enclosing class:
    QueryData

    public static class QueryData.Row
    extends java.lang.Object
    This class represents a row in the returned result set.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getString​(java.lang.String columnName)
      Returns the value of a column as String.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getString

        public java.lang.String getString​(java.lang.String columnName)
        Returns the value of a column as String.
        Parameters:
        columnName - Name of the column, in many cases this will be "value".
        Returns:
        Value