Interface Row

    • Method Detail

      • apply

        <T> T apply​(String columnName,
                    Class<T> clazz)
        Returns the value of a column in this row.
        Parameters:
        columnName - the column name
        clazz - the type expected for a column
        Returns:
        the value of a column