Class PO_LOB

java.lang.Object
org.compiere.model.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:
  • Field Details

    • log

      protected CLogger log
      Logger
  • Constructor Details

    • 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 Details

    • 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