Class PostgreSqlResultColumn

  • All Implemented Interfaces:
    Serializable

    public class PostgreSqlResultColumn
    extends ResultColumn
    The PostgreSql column result implementation.
    Since:
    2.0.0
    Author:
    Rui Vilao (rui.vilao@feedzai.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • PostgreSqlResultColumn

        public PostgreSqlResultColumn​(String name,
                                      Object val)
        Creates a new instance of PostgreSqlResultColumn.
        Parameters:
        name - The column name.
        val - The value.
    • Method Detail

      • processObject

        protected Object processObject​(Object o)
        Overrides default behaviour for JSON values, that are converted to strings.
        Overrides:
        processObject in class ResultColumn
        Parameters:
        o - The object in need of some kind of processing before being set.
        Returns:
        The processed object.
        Since:
        2.1.5
        See Also:
        DB2ResultColumn