|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SQLContainer
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
TheSQLContainer interface is used to customize
SQL statements generated by an SQLDataProvider from
a Query specification.
A SQLContainer holds a set of one or more SQLNode
objects which are either SQLSelectStatement
or SQLContainer objects.
Possible operators used to join child objects of a SQLContainer
instance are:
SQLContainer child
nodes are linked.
- SQLContainer (union)
- SQLSelectStatement
- SQLContainer (minus)
- SQLSelectStatement
- SQLSelectStatement
SQLDataProvider.getSQLContainer(),
DataProvider.getCombinedQueries(),
TreeNode| Method Summary | |
|---|---|
java.lang.String |
getOperator()
Returns the key word used to combine child SQLNode objects. |
| Methods inherited from interface com.businessobjects.rebean.wi.TreeNode |
|---|
getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Method Detail |
|---|
java.lang.String getOperator()
SQLNode objects.
Examples of key words used to combine child SQLNode objects are:
SQLNode objects.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||