public interface DataManagementService
| Modifier and Type | Method and Description |
|---|---|
org.dashbuilder.displayer.DisplayerSettings |
getDisplayerSettings(String dataSourceUuid,
String schema,
String table)
Calculates the required settings needed to draw a TableDisplayer for a given database table.
|
org.dashbuilder.displayer.DisplayerSettings getDisplayerSettings(String dataSourceUuid, String schema, String table)
dataSourceUuid - a datasource identifier.schema - a schema name where the table is located. (null values are accepted)table - the name of the table that will be displayed. (null values are not accepted.Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.