|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO_LOB
public class PO_LOB
Persistent Object LOB. Allows to store LOB remotely Currently Oracle specific!
| Field Summary | |
|---|---|
protected CLogger |
log
Logger |
| Constructor Summary | |
|---|---|
PO_LOB(String tableName,
String columnName,
String whereClause,
int displayType,
Object value)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
save(String trxName)
Save LOB. |
boolean |
save(String whereClause,
String trxName)
Save LOB |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CLogger log
| Constructor Detail |
|---|
public PO_LOB(String tableName,
String columnName,
String whereClause,
int displayType,
Object value)
tableName - table namecolumnName - column namewhereClause - wheredisplayType - display typevalue - value| Method Detail |
|---|
public boolean save(String whereClause,
String trxName)
whereClause - clausetrxName - trx name
public boolean save(String trxName)
trxName - trx name
public String toString()
toString in class Object
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||