Package com.anylogic.engine.database
- java.lang.Object
- com.anylogic.engine.database.CachedSelectQuery
public class CachedSelectQuery extends Object
Constructor | Description |
---|---|
CachedSelectQuery |
Modifier and Type | Method | Description |
---|---|---|
<RT> RT | valueOf | |
<T> CachedSelectQuery | where |
public CachedSelectQuery(Connection connection, com.querydsl.sql.Configuration configuration, com.querydsl.core.types.Expression<?> table)
public <T> CachedSelectQuery where(com.querydsl.core.types.dsl.SimpleExpression<T> column, T value)
public <RT> RT valueOf(com.querydsl.core.types.Expression<RT> column)