This table stores the command input data which needs to be submitted over several pages of pervasive computing devices.
Column Description(s):
Column Name | Column Type | Description |
USERS_ID |
BIGINT NOT NULL |
Reference number of customer who is owner of this record. |
URL |
VARCHAR(254) NOT NULL |
URL of command that is currently being buffered. |
PARAMETERS |
VARCHAR(1024) |
Buffered name-value pairs from URL. This column is deprecated and is provided for backward compatibility only. |
CREATED |
TIMESTAMP |
Creation date and time. |
PARAMETERS2K |
VARCHAR(2048) |
Buffered name-value pairs from URL. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031259930 |
USERS_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_635 |
USERS_ID |
USERS |
USERS_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.