Skip to main content

TCPTrace.Log

SQL Table Name: TCPTrace.Log

Property Inventory

Method Inventory

Properties

property DateTime as %String;
Property methods: DateTimeDisplayToLogical(), DateTimeGet(), DateTimeGetStored(), DateTimeIsValid(), DateTimeLogicalToDisplay(), DateTimeLogicalToOdbc(), DateTimeNormalize(), DateTimeSet()
property Errors as list of %String);
Property methods: ErrorsBuildValueArray(), ErrorsCollectionToDisplay(), ErrorsCollectionToOdbc(), ErrorsDisplayToCollection(), ErrorsDisplayToLogical(), ErrorsGet(), ErrorsGetObject(), ErrorsGetObjectId(), ErrorsGetStored(), ErrorsGetSwizzled(), ErrorsIsValid(), ErrorsLogicalToDisplay(), ErrorsLogicalToOdbc(), ErrorsNormalize(), ErrorsOdbcToCollection(), ErrorsSet(), ErrorsSetObject(), ErrorsSetObjectId()
property InboundAddress as %String;
Property methods: InboundAddressDisplayToLogical(), InboundAddressGet(), InboundAddressGetStored(), InboundAddressIsValid(), InboundAddressLogicalToDisplay(), InboundAddressLogicalToOdbc(), InboundAddressNormalize(), InboundAddressSet()
property InboundPort as %String;
Property methods: InboundPortDisplayToLogical(), InboundPortGet(), InboundPortGetStored(), InboundPortIsValid(), InboundPortLogicalToDisplay(), InboundPortLogicalToOdbc(), InboundPortNormalize(), InboundPortSet()
property InputStream as %Stream.GlobalCharacter;
Property methods: InputStreamDelete(), InputStreamGet(), InputStreamGetObject(), InputStreamGetObjectId(), InputStreamGetStored(), InputStreamGetSwizzled(), InputStreamIsValid(), InputStreamNewObject(), InputStreamOid(), InputStreamOpen(), InputStreamSet(), InputStreamSetObject(), InputStreamSetObjectId(), InputStreamUnSwizzle()
property OutboundAddress as %String;
Property methods: OutboundAddressDisplayToLogical(), OutboundAddressGet(), OutboundAddressGetStored(), OutboundAddressIsValid(), OutboundAddressLogicalToDisplay(), OutboundAddressLogicalToOdbc(), OutboundAddressNormalize(), OutboundAddressSet()
property OutboundPort as %String;
Property methods: OutboundPortDisplayToLogical(), OutboundPortGet(), OutboundPortGetStored(), OutboundPortIsValid(), OutboundPortLogicalToDisplay(), OutboundPortLogicalToOdbc(), OutboundPortNormalize(), OutboundPortSet()
property OutputStream as %Stream.GlobalCharacter;
Property methods: OutputStreamDelete(), OutputStreamGet(), OutputStreamGetObject(), OutputStreamGetObjectId(), OutputStreamGetStored(), OutputStreamGetSwizzled(), OutputStreamIsValid(), OutputStreamNewObject(), OutputStreamOid(), OutputStreamOpen(), OutputStreamSet(), OutputStreamSetObject(), OutputStreamSetObjectId(), OutputStreamUnSwizzle()

Methods

classmethod DeletePreviousToId(pID) as %Status
classmethod ItemsClose(ByRef qHandle As %Binary) as %Status
classmethod ItemsExecute(ByRef qHandle As %Binary, P1 As %String = "") as %Status
classmethod ItemsFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status

Queries

query Items(P1 As %String)
Selects ID As %String, DateTime As %Date, InboundAddress As %String, InboundPort As %String, OutboundAddress As %String, OutboundPort As %String

Indexes

index (DateTimeIndex on DateTime);
Index methods: DateTimeIndexExists()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (TCPTrace.Log)

^TCPTrace.LogD(ID)
=
%%CLASSNAME
InputStream
OutputStream
DateTime
InboundAddress
OutboundAddress
InboundPort
OutboundPort
Errors
FeedbackOpens in a new tab