|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.bea.p13n.content.document.ref.RefSQLGenerator.Info
The generated SQL and information about the Search.
| Field Summary | |
long |
maxReturn
The max number to return (0 or less for all). |
java.util.List |
params
The list of input parameters that match up with the SQL string. |
SortCriteria[] |
sortCriteria
The list of SortCriteria needing to be applied. |
java.lang.String |
sql
The SQL string. |
| Constructor Summary | |
RefSQLGenerator.Info()
|
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public java.lang.String sql
public long maxReturn
public java.util.List params
public SortCriteria[] sortCriteria
This will be null or empty if no additional sorting is required.
| Constructor Detail |
public RefSQLGenerator.Info()
| Method Detail |
public java.lang.String toString()
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||