org.mule.common.query
Interface Query

All Known Implementing Classes:
DsqlQuery

Deprecated.

@Deprecated
public interface Query


Method Summary
 void accept(QueryVisitor queryVisitor)
          Deprecated.  
 void addField(Field field)
          Deprecated.  
 void addOrderField(Field orderByField)
          Deprecated.  
 void addType(Type type)
          Deprecated.  
 Direction getDirection()
          Deprecated.  
 List<Field> getFields()
          Deprecated.  
 Expression getFilterExpression()
          Deprecated.  
 Expression getJoinExpression()
          Deprecated.  
 int getLimit()
          Deprecated.  
 int getOffset()
          Deprecated.  
 List<Field> getOrderByFields()
          Deprecated.  
 List<Type> getTypes()
          Deprecated.  
 boolean hasDirection()
          Deprecated.  
 void setDirection(Direction direction)
          Deprecated.  
 void setFilterExpression(Expression filterExpression)
          Deprecated.  
 void setJoinExpression(Expression joinExpression)
          Deprecated.  
 void setLimit(int limit)
          Deprecated.  
 void setOffset(int offset)
          Deprecated.  
 

Method Detail

accept

void accept(QueryVisitor queryVisitor)
Deprecated. 

getFields

List<Field> getFields()
Deprecated. 

getOrderByFields

List<Field> getOrderByFields()
Deprecated. 

getDirection

Direction getDirection()
Deprecated. 

getFilterExpression

Expression getFilterExpression()
Deprecated. 

getTypes

List<Type> getTypes()
Deprecated. 

getJoinExpression

Expression getJoinExpression()
Deprecated. 

getLimit

int getLimit()
Deprecated. 

getOffset

int getOffset()
Deprecated. 

addType

void addType(Type type)
Deprecated. 

addField

void addField(Field field)
Deprecated. 

addOrderField

void addOrderField(Field orderByField)
Deprecated. 

setDirection

void setDirection(Direction direction)
Deprecated. 

setFilterExpression

void setFilterExpression(Expression filterExpression)
Deprecated. 

setJoinExpression

void setJoinExpression(Expression joinExpression)
Deprecated. 

setLimit

void setLimit(int limit)
Deprecated. 

setOffset

void setOffset(int offset)
Deprecated. 

hasDirection

boolean hasDirection()
Deprecated. 


Copyright © 2015 MuleSoft, Inc.. All rights reserved.