|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.server.SQLValueImpl
A representation of SQL data objects.
Constructor Summary | |
SQLValueImpl()
|
|
SQLValueImpl(java.lang.String stmt,
ApplicationModule am)
|
|
SQLValueImpl(java.lang.String stmt,
DBTransaction trans)
|
Method Summary | |
static java.lang.Object |
createInstanceWithAM(java.lang.String stmt,
ApplicationModule am)
|
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)
public SQLValueImpl(java.lang.String stmt, DBTransaction trans)
Method Detail |
public static java.lang.Object createInstanceWithAM(java.lang.String stmt, ApplicationModule am)
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()
public boolean equals(java.lang.Object other)
public int hashCode()
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.