|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.MasterLink
oracle.dacf.dataset.ViewLinkInfo
oracle.dacf.dataset.RestrictedViewLinkInfo
This class is used to specify a complex where clause joining two ViewObjects.
Field Summary |
Fields inherited from class oracle.dacf.dataset.MasterLink |
_master |
Constructor Summary | |
RestrictedViewLinkInfo()
|
|
RestrictedViewLinkInfo(RowSetInfo master,
java.lang.String viewLinkName,
java.lang.String whereClause)
|
Method Summary | |
java.lang.Object |
clone()
|
void |
createViewLink(java.lang.String accessorName,
RowSetInfo master,
java.lang.String[] masterLinkCols,
RowSetInfo detail,
java.lang.String[] detailLinkCols)
Creates the link between the master RowSetInfo and the detail RowSetInfo within the context of the specified ApplicationModule. |
protected oracle.jbo.AttributeDef[] |
findAttributeDefs(RowSetInfo rs,
java.lang.String[] colList)
|
java.lang.String |
getWhereClause()
Returns the where clause joining the two views. |
void |
setWhereClause(java.lang.String whereClause)
Set the where clause joining the two views. |
Methods inherited from class oracle.dacf.dataset.ViewLinkInfo |
createViewLink, getViewLinkName, setViewLinkName |
Methods inherited from class oracle.dacf.dataset.MasterLink |
_makeUniqueName, getInstanceName, getMaster, removeViewLink, setInstanceName, setMaster |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RestrictedViewLinkInfo()
public RestrictedViewLinkInfo(RowSetInfo master, java.lang.String viewLinkName, java.lang.String whereClause)
Method Detail |
public java.lang.Object clone()
clone
in class ViewLinkInfo
public void setWhereClause(java.lang.String whereClause)
whereClause
- the where clause joining the two viewspublic java.lang.String getWhereClause()
public void createViewLink(java.lang.String accessorName, RowSetInfo master, java.lang.String[] masterLinkCols, RowSetInfo detail, java.lang.String[] detailLinkCols)
protected oracle.jbo.AttributeDef[] findAttributeDefs(RowSetInfo rs, java.lang.String[] colList)
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.