com.bea.p13n.content.document.ref
Class RefSQLGenerator.Info
java.lang.Object
|
+--com.bea.p13n.content.document.ref.RefSQLGenerator.Info
- public static class RefSQLGenerator.Info
- extends java.lang.Object
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. |
Method Summary
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
sql
public java.lang.String sql
- The SQL string.
maxReturn
public long maxReturn
- The max number to return (0 or less for all).
params
public java.util.List params
- The list of input parameters that match up with the SQL string.
sortCriteria
public SortCriteria[] sortCriteria
- The list of SortCriteria needing to be applied.
This will be null or empty if no additional sorting is
required.
RefSQLGenerator.Info
public RefSQLGenerator.Info()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
Copyright © 2002 BEA Systems, Inc. All Rights Reserved