RefSQLGenerator.Info Class

com.bea.p13n.content.document.ref
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

Field Summary

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.
 

Constructor Summary

RefSQLGenerator.Info()

 

Method Summary

public String
toString()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   

Field Detail

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.

 

Constructor Detail

RefSQLGenerator.Info

public RefSQLGenerator.Info()
 

Method Detail

toString() Method

public String toString()
Overrides
Object.toString()