Plumtree Portal UI  
 

ASQueryResultWrapper Members

ASQueryResultWrapper overview

Public Static Methods

ConvertToArrayListOverloaded.  

Public Instance Constructors

ASQueryResultWrapper Constructor Creates a new ASQueryResultWrapper object.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetCount 
GetFields 
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IsComplete MES- IsComplete returns a boolean indicating if the rows we can return are the complete rowset (i.e. have we truncated the rowset because it's too large to bring to the client.)
SetIsComplete MES- SetIsComplete lets the code that sets us up decide if we have all the data. For example, if some code creates a QueryResult by doing a query that's constrained to a given number of rows, and the query returns that number of rows (and would therefore probably return more if more were asked for) the code should call SetIsComplete(false). The default value is true.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ASQueryResultWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace