Class RVPostgresDataSource
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
- com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSource
-
- com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSource
-
- com.infragistics.reveal.sdk.api.model.RVPostgresDataSource
-
public class RVPostgresDataSource extends RVSqlPDSDataSource
PostgreSQL data source, it adds database name and schema properties to the base properties inRVSqlPDSDataSource.
-
-
Constructor Summary
Constructors Constructor Description RVPostgresDataSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatabase()Name of the datase to connect to.StringgetSchema()Name of the schema to use.StringsetDatabase(String value)Name of the datase to connect to.StringsetSchema(String value)Name of the schema to use.-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSource
getProcessDataOnServerDefaultValue, getProcessDataOnServerReadOnly, setProcessDataOnServerDefaultValue, setProcessDataOnServerReadOnly
-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSource
getHost, getPort, setHost, setPort
-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
getDefaultRefreshRate, getId, getSubtitle, getTitle, setDefaultRefreshRate, setId, setSubtitle, setTitle
-
-
-
-
Method Detail
-
setDatabase
public String setDatabase(String value)
Name of the datase to connect to.- Parameters:
value-- Returns:
-
getDatabase
public String getDatabase()
Name of the datase to connect to.- Returns:
-
setSchema
public String setSchema(String value)
Name of the schema to use.- Parameters:
value-- Returns:
-
getSchema
public String getSchema()
Name of the schema to use.- Returns:
-
-