Uses of Enum Class
com.streambase.liveview.client.LiveViewQueryLanguage
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of LiveViewQueryLanguage in com.streambase.liveview.client
Modifier and TypeFieldDescriptionstatic final EnumSet<LiveViewQueryLanguage>
Table.LIVEVIEW_LANGUAGE_ONLY
Modifier and TypeMethodDescriptionstatic LiveViewQueryLanguage
Returns the enum constant of this class with the specified name.static LiveViewQueryLanguage[]
LiveViewQueryLanguage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTable.getQueryLanguages()
Returns the languages that can be used for queries against this table.