Uses of Class
org.acmsl.queryj.SelectQuery

Packages that use SelectQuery
org.acmsl.queryj   
 

Uses of SelectQuery in org.acmsl.queryj
 

Methods in org.acmsl.queryj that return SelectQuery
protected  SelectQuery QueryResultSet.getQuery()
          Retrieves the query.
 SelectQuery QueryFactory.createSelectQuery()
          Creates a select query.
 SelectQuery NestedConditionOperator.getQuery()
          Retrieves the operator query.
 

Methods in org.acmsl.queryj with parameters of type SelectQuery
protected  void QueryResultSet.setQuery(SelectQuery query)
          Specifies the query reference.
protected  void NestedConditionOperator.setQuery(SelectQuery query)
          Specifies the operator query.
 ConditionOperator ConditionOperatorRepository.getBelongsTo(SelectQuery query)
          Retrieves the belongs-to operator.
 ConditionOperator ConditionOperatorRepository.getNotBelongsTo(SelectQuery query)
          Retrieves the not-belongs-to operator.
 VariableCondition Field.in(SelectQuery query)
          Retrieves the variable condition to be able to filter for values using belongs-to relationships.
 VariableCondition Field.notIn(SelectQuery query)
          Retrieves the variable condition to be able to filter for values using not-belongs-to relationships.
 

Constructors in org.acmsl.queryj with parameters of type SelectQuery
QueryResultSet(SelectQuery query, java.sql.ResultSet resultSet)
          Builds a query result set with given references.
NestedConditionOperator(java.lang.String symbol, SelectQuery query)
          Creates a nested operator using given information.
 



Copyright © 2003 ACM S.L.. All Rights Reserved.