|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.jbo.domain.SQLValue
| Field Summary | |
static java.lang.String |
SQLVAL_IMPL_CLIENT
Internal: Applications should not use this field. |
static java.lang.String |
SQLVAL_IMPL_SERVER
Internal: Applications should not use this field. |
| Constructor Summary | |
SQLValue()
Constructs a SQLValue object. |
|
SQLValue(java.lang.String stmt,
ApplicationModule am)
Constructs a SQLValue object, given an Application Module instance. |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
Tests this for equality with another object. |
java.lang.Object |
getData()
Internal: Applications should not use this method. |
int |
hashCode()
Computes a hash code for this. |
void |
setContext(DomainOwnerInterface owner,
Transaction trans,
java.lang.Object ctx)
Internal: Applications should not use this method. |
java.lang.String |
toString()
For testing purposes only: converts this to a textual representation. |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public static final java.lang.String SQLVAL_IMPL_CLIENT
public static final java.lang.String SQLVAL_IMPL_SERVER
| Constructor Detail |
public SQLValue()
public SQLValue(java.lang.String stmt,
ApplicationModule am)
stmt - am - an instance of the Application Module where the SQLValue will be used.| Method Detail |
public java.lang.Object getData()
Returns the value in the format that is acceptable to the database.
For domain classes based on oracle.sql.* classes,
this method returns a Datum object.
For domains based on java.lang types such as String,
the value-holder object that is passed to JDBC is returned.
public void setContext(DomainOwnerInterface owner,
Transaction trans,
java.lang.Object ctx)
public java.lang.String toString()
public boolean equals(java.lang.Object other)
other - an arbitrary Object.public int hashCode()
|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||