JanaBiz.DbXml
Class XmlIndexLookup

Property Summary
JanaBiz.DbXml.XmlIndexLookupOperation HighBoundOperation
JanaBiz.DbXml.XmlValue HighBoundValue
string Index
JanaBiz.DbXml.XmlIndexLookupOperation LowBoundOperation
JanaBiz.DbXml.XmlValue LowBoundValue
string NodeName
string NodeUri
string ParentName
string ParentUri
JanaBiz.DbXml.XmlContainer XmlContainer

Method Summary
JanaBiz.DbXml.XmlResults Execute(JanaBiz.DbXml.XmlQueryContext context)
JanaBiz.DbXml.XmlResults Execute(JanaBiz.DbXml.XmlQueryContext context, JanaBiz.DbXml.XmlDocumentConfig docConfig)
JanaBiz.DbXml.XmlResults Execute(JanaBiz.DbXml.XmlTransaction transaction, JanaBiz.DbXml.XmlQueryContext context)
JanaBiz.DbXml.XmlResults Execute(JanaBiz.DbXml.XmlTransaction transaction, JanaBiz.DbXml.XmlQueryContext context, JanaBiz.DbXml.XmlDocumentConfig docConfig)
void SetHighBound(JanaBiz.DbXml.XmlValue value, JanaBiz.DbXml.XmlIndexLookupOperation op)
void SetLowBound(JanaBiz.DbXml.XmlValue value, JanaBiz.DbXml.XmlIndexLookupOperation op)
void SetNode(string uri, string name)
void SetParent(string uri, string name)

Methods inherited from class JanaBiz.Bridge.InvocationHandle
Dispose, Dispose, Finalize

Methods inherited from class System.Object
Equals, GetHashCode, GetType, MemberwiseClone, ToString


Property Detail

HighBoundOperation

public JanaBiz.DbXml.XmlIndexLookupOperation HighBoundOperation


HighBoundValue

public JanaBiz.DbXml.XmlValue HighBoundValue


Index

public string Index


LowBoundOperation

public JanaBiz.DbXml.XmlIndexLookupOperation LowBoundOperation


LowBoundValue

public JanaBiz.DbXml.XmlValue LowBoundValue


NodeName

public string NodeName


NodeUri

public string NodeUri


ParentName

public string ParentName


ParentUri

public string ParentUri


XmlContainer

public JanaBiz.DbXml.XmlContainer XmlContainer

Method Detail

Execute

public JanaBiz.DbXml.XmlResults Execute(JanaBiz.DbXml.XmlQueryContext context)


Execute

public JanaBiz.DbXml.XmlResults Execute(JanaBiz.DbXml.XmlQueryContext context,
                                        JanaBiz.DbXml.XmlDocumentConfig docConfig)


Execute

public JanaBiz.DbXml.XmlResults Execute(JanaBiz.DbXml.XmlTransaction transaction,
                                        JanaBiz.DbXml.XmlQueryContext context)


Execute

public JanaBiz.DbXml.XmlResults Execute(JanaBiz.DbXml.XmlTransaction transaction,
                                        JanaBiz.DbXml.XmlQueryContext context,
                                        JanaBiz.DbXml.XmlDocumentConfig docConfig)


SetHighBound

public void SetHighBound(JanaBiz.DbXml.XmlValue value,
                         JanaBiz.DbXml.XmlIndexLookupOperation op)


SetLowBound

public void SetLowBound(JanaBiz.DbXml.XmlValue value,
                        JanaBiz.DbXml.XmlIndexLookupOperation op)


SetNode

public void SetNode(string uri,
                    string name)


SetParent

public void SetParent(string uri,
                      string name)