| Package | Description |
|---|---|
| org.dashbuilder.dataprovider.sql | |
| org.dashbuilder.dataprovider.sql.dialect | |
| org.dashbuilder.dataprovider.sql.model |
| Modifier and Type | Method and Description |
|---|---|
protected Condition |
SQLDataSetProvider._createCondition(DataSetMetadata metadata,
SQLDataSetDef def,
ColumnFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultDialect._getLogicalExprConditionSQL(Condition[] conditions,
String op) |
String |
Dialect.getAndExprConditionSQL(Condition[] conditions) |
String |
DefaultDialect.getAndExprConditionSQL(Condition[] conditions) |
String |
Dialect.getConditionSQL(Condition condition) |
String |
DefaultDialect.getConditionSQL(Condition condition) |
String |
Dialect.getNotExprConditionSQL(Condition condition) |
String |
DefaultDialect.getNotExprConditionSQL(Condition condition) |
String |
Dialect.getOrExprConditionSQL(Condition[] conditions) |
String |
DefaultDialect.getOrExprConditionSQL(Condition[] conditions) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreCondition |
class |
LogicalCondition |
| Modifier and Type | Field and Description |
|---|---|
protected Condition[] |
LogicalCondition.conditions |
| Modifier and Type | Field and Description |
|---|---|
protected List<Condition> |
Select.wheres |
protected List<Condition> |
Delete.wheres |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.and(Condition condition) |
Condition |
Column.between(Object from,
Object to) |
Condition |
Column.equalsTo(Object param) |
protected Condition |
SQLStatement.fix(Condition condition) |
Condition[] |
LogicalCondition.getConditions() |
Condition |
Column.greaterOrEquals(Object param) |
Condition |
Column.greaterThan(Object param) |
Condition |
Column.in(Collection params) |
Condition |
Column.inSql(Collection params) |
Condition |
Column.isNull() |
Condition |
Column.like(String param) |
Condition |
Column.lowerOrEquals(Object param) |
Condition |
Column.lowerThan(Object param) |
Condition |
Condition.not() |
Condition |
Column.notEquals(Object param) |
Condition |
Column.notInSql(Collection params) |
Condition |
Column.notNull() |
Condition |
Condition.or(Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
Select.getWheres() |
List<Condition> |
Delete.getWheres() |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.and(Condition condition) |
protected Condition |
SQLStatement.fix(Condition condition) |
Condition |
Condition.or(Condition condition) |
Select |
Select.where(Condition condition) |
Delete |
Delete.where(Condition condition) |
| Constructor and Description |
|---|
LogicalCondition(LogicalExprType type,
Condition... conditions) |
| Constructor and Description |
|---|
LogicalCondition(LogicalExprType type,
Collection<Condition> conditionList) |
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.