%DeepSee.extensions.modelling.ReadSequence
Class %DeepSee.extensions.modelling.ReadSequence Extends Base [ System = 4 ]
Properties
config
Property config As %DeepSee.extensions.modelling.conf.Sequence;
RS
Property RS As %IResultSet;
Methods
setConfig
Method setConfig(conf As %DeepSee.extensions.modelling.conf.Sequence) As %Status
setResultSet
Method setResultSet(rs As %IResultSet) As %Status
populate
Method populate() As %Status
PrepareRS
Method PrepareRS(attrs As %List, Output idCol As %String, Output attrCol As %String, Output vCol As %String, Output outColIn As %String, Output outColOut As %String) As %Status
newRow
Method newRow(id As %String, Output row) As %Status
getFk
Method getFk(table As %String, col As %String, attrs As %List, Output map) As %Status