| Package | Description | 
|---|---|
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> RelationalFunctionCall<T> | RelationalFunctionCall. create(Class<? extends T> type,
      String function,
      Object... args)Create a new RelationalFunctionCall for the given function and arguments | 
| Modifier and Type | Method and Description | 
|---|---|
| <E> Q | DetachableSQLQuery. fullJoin(RelationalFunctionCall<E> target,
        Path<E> alias) | 
| <E> Q | ProjectableSQLQuery. fullJoin(RelationalFunctionCall<E> target,
        Path<E> alias) | 
| <E> Q | SQLCommonQuery. fullJoin(RelationalFunctionCall<E> o,
        Path<E> alias)Adds a full join to the given target | 
| <E> Q | DetachableSQLQuery. innerJoin(RelationalFunctionCall<E> target,
         Path<E> alias) | 
| <E> Q | ProjectableSQLQuery. innerJoin(RelationalFunctionCall<E> target,
         Path<E> alias) | 
| <E> Q | SQLCommonQuery. innerJoin(RelationalFunctionCall<E> o,
         Path<E> alias)Adds a full join to the given target | 
| <E> Q | DetachableSQLQuery. join(RelationalFunctionCall<E> target,
    Path<E> alias) | 
| <E> Q | ProjectableSQLQuery. join(RelationalFunctionCall<E> target,
    Path<E> alias) | 
| <E> Q | SQLCommonQuery. join(RelationalFunctionCall<E> o,
    Path<E> alias)Adds a full join to the given target | 
| <E> Q | DetachableSQLQuery. leftJoin(RelationalFunctionCall<E> target,
        Path<E> alias) | 
| <E> Q | ProjectableSQLQuery. leftJoin(RelationalFunctionCall<E> target,
        Path<E> alias) | 
| <E> Q | SQLCommonQuery. leftJoin(RelationalFunctionCall<E> o,
        Path<E> alias)Adds a full join to the given target | 
| <E> Q | DetachableSQLQuery. rightJoin(RelationalFunctionCall<E> target,
         Path<E> alias) | 
| <E> Q | ProjectableSQLQuery. rightJoin(RelationalFunctionCall<E> target,
         Path<E> alias) | 
| <E> Q | SQLCommonQuery. rightJoin(RelationalFunctionCall<E> o,
         Path<E> alias)Adds a full join to the given target | 
Copyright © 2007–2015 Querydsl. All rights reserved.