Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

SYS.DataCheck.SystemName

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

ODBC Type: VARCHAR

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
parameter MAXLEN = 50;
Inherited description: The maximum number of characters the string can contain.
parameter MINLEN = 1;
Inherited description: The minimum number of characters the string can contain.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab