com.googlecode.icegem.query.bucketoriented
Class BucketOrientedQueryFunctionArgument

java.lang.Object
  extended by com.googlecode.icegem.query.bucketoriented.BucketOrientedQueryFunctionArgument
All Implemented Interfaces:
Serializable

public class BucketOrientedQueryFunctionArgument
extends Object
implements Serializable

Argument for query function that stores information about query string and query parameters.

Author:
Andrey Stepanov aka standy.
See Also:
Serialized Form

Constructor Summary
BucketOrientedQueryFunctionArgument(String queryString, Object[] queryParameters)
          Creates new bucket oriented query function argument.
 
Method Summary
 Object[] getQueryParameters()
          Gets query parameters.
 String getQueryString()
          Query string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BucketOrientedQueryFunctionArgument

public BucketOrientedQueryFunctionArgument(String queryString,
                                           Object[] queryParameters)
Creates new bucket oriented query function argument.

Parameters:
queryString - OQL query string.
queryParameters - Query parameters.
Method Detail

getQueryParameters

public Object[] getQueryParameters()
Gets query parameters.

Returns:
Query parameters.

getQueryString

public String getQueryString()
Query string.

Returns:
Query string.


Copyright © 2011. All Rights Reserved.