Interface SqlResultIterator

    • Method Detail

      • getIndex

        int getIndex​(String name)
              throws SQLException
        Get the index number of a selected column. Use this method to find the index of a column and then use the SqlResult.getXxx(index) methods to get the value of that column.
        Parameters:
        name - The name of a selected column
        Returns:
        The index number
        Throws:
        SQLException - If there is an error