public abstract class AbstractCompundCustomQuery extends AbstractCustomQuery
| Modifier and Type | Field and Description | 
|---|---|
protected List<ICustomQuery> | 
_subQueries  | 
| Constructor and Description | 
|---|
AbstractCompundCustomQuery()
Default constructor for Externalizable. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ICustomQuery> | 
get_subQueries()  | 
void | 
readExternal(ObjectInput in)  | 
void | 
writeExternal(ObjectOutput out)  | 
addCustomIndex, getCustomIndexes, matchesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoSQLQueryprotected List<ICustomQuery> _subQueries
public AbstractCompundCustomQuery()
public List<ICustomQuery> get_subQueries()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class AbstractCustomQueryIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class AbstractCustomQueryIOExceptionCopyright © GigaSpaces.