Skip to main content

SYS.DataCheck.LocalDatabase

datatype class SYS.DataCheck.LocalDatabase extends %Library.String

ODBC Type: VARCHAR

A local database specification. It takes one of the following forms
  • A physical path local to this system
  • Mirror Database Name of the form :mirror:mirrorname:mirrorDBname for mirror-based DataCheck.
  • Method Inventory

    Parameters

    parameter COLLATION = EXACT;
    Inherited description: The default collation value used for this data type. Note that if you specify a truncation length and also a VALUELIST then your truncation length must be longer or equal to your longest VALUELIST value

    Methods

    classmethod IsValid(%val As %RawString) as %Status
    Inherited description: Tests if the logical value %val, which is a string, is valid. The validation is based on the class parameter settings used for the class attribute this data type is associated with. In this case, MINLEN, MAXLEN, VALUELIST, and PATTERN.

    Inherited Members

    Inherited Methods

    FeedbackOpens in a new tab