Uses of Class
com.streambase.liveview.client.LiveViewQueryLanguage
-
Packages that use LiveViewQueryLanguage Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of LiveViewQueryLanguage in com.streambase.liveview.client
Fields in com.streambase.liveview.client with type parameters of type LiveViewQueryLanguage Modifier and Type Field Description static EnumSet<LiveViewQueryLanguage>
Table. LIVEVIEW_LANGUAGE_ONLY
Methods in com.streambase.liveview.client that return LiveViewQueryLanguage Modifier and Type Method Description static LiveViewQueryLanguage
LiveViewQueryLanguage. valueOf(String name)
Returns the enum constant of this type with the specified name.static LiveViewQueryLanguage[]
LiveViewQueryLanguage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.streambase.liveview.client that return types with arguments of type LiveViewQueryLanguage Modifier and Type Method Description EnumSet<LiveViewQueryLanguage>
Table. getQueryLanguages()
Returns the languages that can be used for queries against this table.
-