IRISLIB database
SASchemaFile Class Reference

This class implements SASchema which is loaded from an OS file. More...

Inheritance diagram for SASchemaFile:
Collaboration diagram for SASchemaFile:

Static Public Member Functions

_.Library.Boolean IsUpToDate (_.Library.String pChecksum, _.Library.String pParameter)
 This class implements SASchema which is loaded from an OS file. More...
 
_.Library.Status OutputToStream (_.Stream.Object pStream, _.Library.String pChecksum, _.Library.String pParameter)
 The filename is passed in as pParameter. More...
 
- Static Public Member Functions inherited from SASchema
_.Library.Status OutputToFile (pFilename)
 Output the SASchema definition to a file. More...
 

Detailed Description

This class implements SASchema which is loaded from an OS file.

Member Function Documentation

◆ IsUpToDate()

_.Library.Boolean IsUpToDate ( _.Library.String  pChecksum,
_.Library.String  pParameter 
)
static

This class implements SASchema which is loaded from an OS file.

return true if the file has not been modified

Reimplemented from SASchema.

◆ OutputToStream()

_.Library.Status OutputToStream ( _.Stream.Object  pStream,
_.Library.String  pChecksum,
_.Library.String  pParameter 
)
static

The filename is passed in as pParameter.


pChecksum is set to the file's modified time.

Reimplemented from SASchema.