|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.client.remote.SQLValueImpl
public class SQLValueImpl
| Constructor Summary | |
|---|---|
SQLValueImpl() |
|
SQLValueImpl(java.lang.String stmt, ApplicationModule am) |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.Object |
getData()Internal: Applications should not use this method. |
int |
hashCode() |
void |
setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)Internal: Applications should not use this method. |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SQLValueImpl()
public SQLValueImpl(java.lang.String stmt,
ApplicationModule am)
| Method Detail |
|---|
public java.lang.Object getData()
DomainInterfaceReturns 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.
getData in interface DomainInterface
public void setContext(DomainOwnerInterface owner,
Transaction trans,
java.lang.Object ctx)
DomainInterfacesetContext in interface DomainInterfacepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||