Unicon documentation migration is in progress. You might find some broken links or experience minor issues in the documentation. We are working on resolving these issues.

X

Scout Database Model (CR)

Table: IccTerminateParam

This table store all terminate requests from one console to another

ColumnName DataType Key Not Null Default Value Comment
IccTerminateParam INTEGER PK NN    
DisplayTime INTEGER        
CanCancel SMALLINT        
IndexName IndexType Columns
PRIMARY PRIMARY IccTerminateParam

How to create

CREATE TABLE IccTerminateParam( IccTerminateParamID INTEGER NOT NULL, DisplayTime INTEGER, CanCancel SMALLINT, PRIMARY KEY (IccTerminateParamID));
Table: IccTerminateParam