Package org.compiere.model
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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
save(String trxName)
Save LOB.boolean
save(String whereClause, String trxName)
Save LOBString
toString()
String Representation
-
-
-
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 namecolumnName
- column namewhereClause
- wheredisplayType
- display typevalue
- 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
- clausetrxName
- 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
-
-