org.xcmis.spi.query
Class Query
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Query
public Query(String statement,
boolean searchAllVersion)
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 © 2003-2013 eXo Platform SAS. All Rights Reserved.