org.xcmis.spi.query
Class Query

java.lang.Object
  extended by org.xcmis.spi.query.Query

public class Query
extends Object

Description of SQL query.

Version:
$Id: Query.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Andrey Parfonov

Constructor Summary
Query(String statement, boolean searchAllVersion)
           
 
Method Summary
 String getStatement()
           
 boolean isSearchAllVersions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query

public Query(String statement,
             boolean searchAllVersion)
Method Detail

getStatement

public String getStatement()
Returns:
SQL statement

isSearchAllVersions

public boolean isSearchAllVersions()
Returns:
TRUE if all versions must be searched. If FALSE then only latest versions will be searched.


Copyright © 2010 eXo Platform SAS. All Rights Reserved.