%TSQL.sys.types
persistent class %TSQL.sys.types extends %Library.Persistent
SQL Table Name: %TSQL_sys.types
Contains one row for each system-supplied and each user-defined data type.Property Inventory
Properties
property length as %Integer [ Transient ];
Physical length of data type
Property methods: lengthCompute(), lengthDisplayToLogical(), lengthGet(), lengthIsValid(), lengthLogicalToDisplay(), lengthNormalize(), lengthSQLCompute(), lengthSet(), lengthSetT()
property name as %String (MAXLEN = 60) [ Required ];
Data type name.
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property usertype as %String (MAXLEN = 50) [ Transient ];
User type ID
In Sybase this is a SMALLINT, but we'll have it a string because we do not have unique ID numbers for our types and classes.
Property methods: usertypeCompute(), usertypeDisplayToLogical(), usertypeGet(), usertypeIsValid(), usertypeLogicalToDisplay(), usertypeLogicalToOdbc(), usertypeNormalize(), usertypeSQLCompute(), usertypeSet(), usertypeSetT()
Indexes
index (nameIDKey on name) [IdKey, Type = key, Unique];
Index methods: nameIDKeyCheck(), nameIDKeyDelete(), nameIDKeyExists(), nameIDKeyOpen(), nameIDKeySQLCheckUnique(), nameIDKeySQLExists(), nameIDKeySQLFindPKeyByConstraint(), nameIDKeySQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
Storage
Storage Model: CacheSQLStorage
Maps: 1
Map number 1 is named Master
thismap.Global: ^oddDEF
^oddDEF({name})
|
= |
|