|
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.domain.SQLValue
public class 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()
DomainInterface
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.
getData
in interface DomainInterface
public void setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
DomainInterface
setContext
in interface DomainInterface
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- an arbitrary Object.public 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 |