Class LockingTableInfo
Table 'locking': Generic locking and error messages
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("locking")]
public class LockingTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Fields
DictionaryTableName
Conceptual name of table Locking in the database dictionary: locking
Declaration
public const string DictionaryTableName = "locking"
Field Value
Type | Description |
---|---|
String |
Properties
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
DictionaryTableNumber
Table number for table Locking in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
Int32 |
ErrorMessage
Field 'error_message' in table 'locking': Dictionary type Clob, .NET type: String
Last error message
Declaration
public StringFieldInfo ErrorMessage { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
ExecutionTime
Field 'execution_time' in table 'locking': Dictionary type Int, .NET type: Int32
Amount of time in seconds used by last execution
Declaration
public Int32FieldInfo ExecutionTime { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
LastError
Field 'last_error' in table 'locking': Dictionary type DateTime, .NET type: DateTime
Time of last error
Declaration
public DateTimeFieldInfo LastError { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
LastExecution
Field 'last_execution' in table 'locking': Dictionary type DateTime, .NET type: DateTime
Last execution
Declaration
public DateTimeFieldInfo LastExecution { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
LeftOuterJoin_Inbox_LockingId
Generated left outer join from the primary key LockingId on this table, to Inbox.LockingId.
Declaration
public TargetedLeftOuterJoin<InboxTableInfo> LeftOuterJoin_Inbox_LockingId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<InboxTableInfo> |
LockExpire
Field 'lock_expire' in table 'locking': Dictionary type DateTime, .NET type: DateTime
Lock preventing the same schedule to run simultaniously
Declaration
public DateTimeFieldInfo LockExpire { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
LockingId
Field 'id' in table 'locking': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo LockingId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
LockPid
Field 'lock_pid' in table 'locking': Dictionary type Int, .NET type: Int32
PID preventing the same schedule to run simultaniously
Declaration
public Int32FieldInfo LockPid { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
LockTtl
Field 'lock_ttl' in table 'locking': Dictionary type Int, .NET type: Int32
Lock time to live
Declaration
public Int32FieldInfo LockTtl { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Retries
Field 'retries' in table 'locking': Dictionary type Int, .NET type: Int32
Number of retries since last successfull execution
Declaration
public Int32FieldInfo Retries { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Status
Field 'status' in table 'locking': Dictionary type Enum, .NET type: Int16
Current status
Declaration
public UInt16FieldInfo Status { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Stop
Field 'stop' in table 'locking': Dictionary type Bool, .NET type: Int16
Signal to stop schedule
Declaration
public UInt16FieldInfo Stop { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |