Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

DSVRDemo.FilmSQL

persistent class DSVRDemo.FilmSQL extends %Library.Persistent

SQL Table Name: DSVRDemo.FilmSQL

Simple query class used to exercise the Build-From-Query feature of DeepSee Visual Reports

Queries

query ListFilms()
SQL Query:
SELECT ID,Title,TicketsSold,Category->CategoryName,Description,Length,PlayingNow,Rating FROM Cinema.Film ORDER BY Title

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DSVRDemo.FilmSQL)

^DSVRDemo.FilmSQLD(ID)
=
%%CLASSNAME
FeedbackOpens in a new tab