|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.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 | |
|---|---|
String |
getColumnName()
Get the column name |
int |
getDisplayType()
Get the display type |
String |
getSQL()
Get the prepared statement sql |
Object |
getValue()
Get the lob object |
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 Objectpublic Object getValue()
public String getSQL()
public int getDisplayType()
public String getColumnName()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||