Skip to main content

%Compiler.Informix.ConversionRule

SQL Table Name: %Compiler_Informix.ConversionRule

Property Inventory

Method Inventory

Properties

property InputCount as %Integer;
Property methods: InputCountDisplayToLogical(), InputCountGet(), InputCountGetStored(), InputCountIsValid(), InputCountLogicalToDisplay(), InputCountNormalize(), InputCountSet()
property Interface as %String;
Property methods: InterfaceDisplayToLogical(), InterfaceGet(), InterfaceGetStored(), InterfaceIsValid(), InterfaceLogicalToDisplay(), InterfaceLogicalToOdbc(), InterfaceNormalize(), InterfaceSet()
property ObjectName as %String (MAXLEN = 255) [ Required ];
Property methods: ObjectNameDisplayToLogical(), ObjectNameGet(), ObjectNameGetStored(), ObjectNameIsValid(), ObjectNameLogicalToDisplay(), ObjectNameLogicalToOdbc(), ObjectNameNormalize()
property ReturnCount as %Integer;
Property methods: ReturnCountDisplayToLogical(), ReturnCountGet(), ReturnCountGetStored(), ReturnCountIsValid(), ReturnCountLogicalToDisplay(), ReturnCountNormalize(), ReturnCountSet()
property RuleType as %String (DISPLAYLIST = ",Procedure,TempTable,BaseTable,View", VALUELIST = ",P,T,B,V") [ Required ];
Property methods: RuleTypeDisplayToLogical(), RuleTypeGet(), RuleTypeGetStored(), RuleTypeIsValid(), RuleTypeLogicalToDisplay(), RuleTypeLogicalToOdbc(), RuleTypeNormalize(), RuleTypeSet()

Methods

classmethod IsDynamicTable(pName As %String = "") as %Integer
IsDynamicTable returns TRUE if the table cannot be positively identified as a permanent table (base table or view). If the table is in the dictionary and there is no temporary table conversion rule then the table is considered to be a permanent table (base or view). Otherwise, the table is assumed to be either temporary or created at runtime, both situations require dynamic statement processing.
method ObjectNameSet(newvalue As %String(MAXLEN=255)) as %Library.Status
Force ObjectName to be uppercase
classmethod TableExists(pSchemaName As %String = "", pTableName As %String = "") as %Library.Integer
classmethod UpdateProcedureRule(pProcedureName, pInputCount, pReturnCount, pInterface) as %Library.Status
classmethod UpdateTableRule(pTableType, pTableName) as %Library.Status
A TempTable rule identifies a table as a temporary table. The ObjectName is the upper cased value encountered during the processing of CREATE TEMPORARY TABLE...

Indexes

index (IDK on RuleType,ObjectName) [IdKey, Type = key];
Index methods: IDKCheck(), IDKDelete(), IDKExists(), IDKOpen(), IDKSQLCheckUnique(), IDKSQLExists(), IDKSQLFindPKeyByConstraint(), IDKSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%Compiler.Informix.ConversionRule)

^ISC.InformixConversion(ID)
=
InputCount
ReturnCount
Interface
FeedbackOpens in a new tab