Interface ColumnTranslator

    • Method Detail

      • translate

        java.lang.String translate​(JdbcResultRow rs,
                                   int column)
                            throws java.sql.SQLException,
                                   java.io.IOException
        Translate the column into a String.
        Parameters:
        rs - the result set
        column - the column index
        Returns:
        The String representation of the column
        Throws:
        java.sql.SQLException
        java.io.IOException
      • translate

        java.lang.String translate​(JdbcResultRow rs,
                                   java.lang.String columnName)
                            throws java.sql.SQLException,
                                   java.io.IOException
        Translate the column into a String.
        Parameters:
        rs - the result set
        columnName - the column name
        Returns:
        The String representation of the column
        Throws:
        java.sql.SQLException
        java.io.IOException