RefSQLGenerator.Info Class
- public static class RefSQLGenerator.Info
extends Object
The generated SQL and information about the Search.
-
Hierarchy
-
Object
RefSQLGenerator.Info
-
Enclosing class
-
RefSQLGenerator
public long |
-
maxReturn
- The max number to return (0 or less for all).
|
public List |
-
params
- The list of input parameters that match up with the SQL string.
|
public SortCriteria |
-
sortCriteria
- The list of SortCriteria needing to be applied.
|
public String |
-
sql
- The SQL string.
|
maxReturn
public long maxReturn
- The max number to return (0 or less for all).
params
public 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.
sql
public String
sql
- The SQL string.
RefSQLGenerator.Info
public RefSQLGenerator.Info()
toString() Method
public String
toString()
-
Overrides
-
Object.toString()