class %Studio.SASchemaFile
extends %Studio.SASchema
This class implements SASchema which is loaded from an OS file
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
3
|
|
|
|
|
classmethod IsUpToDate(pChecksum As %String, pParameter As %String)
as %Boolean
return true if the file has not been modified
classmethod OutputToStream(pStream As %Stream.Object, Output pChecksum As %String, pParameter As %String = "")
as %Status
The filename is passed in as pParameter.
pChecksum is set to the file's modified time.
classmethod getFilename(pParameter)
as %String