© 2005 BEA Systems, Inc.

com.bea.p13n.content.document.ref
Class RefSQLGenerator.Info

java.lang.Object
  extended bycom.bea.p13n.content.document.ref.RefSQLGenerator.Info
Enclosing class:
RefSQLGenerator

public static class RefSQLGenerator.Info
extends Object

The generated SQL and information about the Search.


Field Summary
 long maxReturn
          The max number to return (0 or less for all).
 List params
          The list of input parameters that match up with the SQL string.
 SortCriteria[] sortCriteria
          The list of SortCriteria needing to be applied.
 String sql
          The SQL string.
 
Constructor Summary
RefSQLGenerator.Info()
           
 
Method Summary
 String toString()
           
 
Methods inherited 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

public String toString()

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved