public interface

WebTableSource

implements WebObjectInfo
com.microstrategy.web.objects.WebTableSource

Class Overview

First class object in the MD representing a set of physical tables with the same suffix and prefix. Used in the definition of WebDBRole

Summary

Public Methods
abstract String getPrefix()
abstract String getSuffix()
abstract void setPrefix(String prefix)
abstract void setSuffix(String suffix)
[Expand]
Inherited Methods
From interface com.microstrategy.utils.KeyedObject
From interface com.microstrategy.web.objects.WebDisplayUnit
From interface com.microstrategy.web.objects.WebFeatures
From interface com.microstrategy.web.objects.WebObjectInfo
From interface com.microstrategy.web.objects.WebPromptSite

Public Methods

public abstract String getPrefix ()

Returns
  • table prefix

public abstract String getSuffix ()

Returns
  • table suffix

public abstract void setPrefix (String prefix)

public abstract void setSuffix (String suffix)