Class PO_LOB

  • All Implemented Interfaces:
    Serializable

    public class PO_LOB
    extends Object
    implements Serializable
    Persistent Object LOB. Allows to store LOB remotely Currently Oracle specific!
    Version:
    $Id: PO_LOB.java,v 1.2 2006/07/30 00:58:04 jjanke Exp $
    Author:
    Jorg Janke
    See Also:
    Serialized Form
    • Field Detail

      • log

        protected CLogger log
        Logger
    • Constructor Detail

      • PO_LOB

        public PO_LOB​(String tableName,
                      String columnName,
                      String whereClause,
                      int displayType,
                      Object value)
        Constructor
        Parameters:
        tableName - table name
        columnName - column name
        whereClause - where
        displayType - display type
        value - value
      • PO_LOB

        public PO_LOB​(PO_LOB copy)
        Copy constructor
        Parameters:
        copy -
    • Method Detail

      • save

        public boolean save​(String whereClause,
                            String trxName)
        Save LOB
        Parameters:
        whereClause - clause
        trxName - trx name
        Returns:
        true if saved
      • save

        public boolean save​(String trxName)
        Save LOB. see also org.compiere.session.ServerBean#updateLOB
        Parameters:
        trxName - trx name
        Returns:
        true if saved
      • toString

        public String toString()
        String Representation
        Overrides:
        toString in class Object
        Returns:
        info