| Package | Description |
|---|---|
| org.dashbuilder.dataprovider.sql | |
| org.dashbuilder.dataprovider.sql.model |
| Modifier and Type | Method and Description |
|---|---|
protected Table |
SQLDataSetProvider._createTable(SQLDataSetDef def) |
static Table |
SQLFactory.table(String name) |
static Table |
SQLFactory.table(String schema,
String name) |
| Modifier and Type | Field and Description |
|---|---|
protected Table |
SQLStatement.table |
| Modifier and Type | Method and Description |
|---|---|
protected Table |
SQLStatement.fix(Table table) |
Table |
Select.getFromTable() |
Table |
Delete.getFromTable() |
Table |
SQLStatement.getTable() |
| Modifier and Type | Method and Description |
|---|---|
protected Table |
SQLStatement.fix(Table table) |
Select |
Select.from(Table table) |
Delete |
Delete.from(Table table) |
Insert |
Insert.into(Table table) |
T |
SQLStatement.table(Table table) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.