Database Table: PVCBUFFER

This table stores the command input data which needs to be submitted over several pages of pervasive computing devices.

Column Name Column Type Column Description
CREATED TIMESTAMP
NULL
Creation date and time.
PARAMETERS VARCHAR (1024)
NULL
Buffered name-value pairs from URL. This column is deprecated and is provided for backward compatibility only.
PARAMETERS2K VARCHAR (2048)
NULL
Buffered name-value pairs from URL.
URL VARCHAR (254)
NOT NULL
URL of command that is currently being buffered.
USERS_ID BIGINT
NOT NULL
Reference number of customer who is owner of this record.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035042550 USERS_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_635 USERS_ID USERS USERS_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable