Skip to main content

%TSQL.sys.usertypes

Class %TSQL.sys.usertypes Extends %Persistent [ Final, SqlRowIdName = usertype, System = 4 ]

Contains one row for each user-defined data type.

Properties

name

Property name As %String [ Required ];

type

Property type As %String [ Required ];

ident

Property ident As %TinyInt;

allownulls

Property allownulls As %Boolean;

length

Property length As %Integer [ SqlComputeCode = {

Physical length of data type

uid

Property uid As %String;

Methods

GetIRISDatatype

ClassMethod GetIRISDatatype(systype As %String, ByRef identity As %TinyInt, allownulls As %TinyInt) As %String [ Final, Language = objectscript ]