PVCDEVMDL

This table stores device model information. Records will be looked up by the value returned by the HCL Commerce pervasive computing adapter. Each subclass of PVCAdapterImpl is responsible to get a device model name from the HTTP request.

Column Descriptions:

NameTypeDescription
MODEL_IDINTEGER NOT NULLReference number.
MODELNAMEVARCHAR (40)The model name. An empty string means default for devices which have the same SESSION_TYPE. This column is deprecated and is provided for backward compatibility only.
SESSIONTYPEVARCHAR (32) NOT NULLType of carrier. For example, iMode.
VENDORVARCHAR (80)Vendor name of this model.
DESCRIPTIONVARCHAR (128)Short description of the device model.
DEVMDLNAMEVARCHAR (128)The model name. A NULL value means default for devices which have the same SESSION_TYPE.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>MODEL_IDPrimary Key
I0000195DEVMDLNAME+SESSIONTYPEUnique Index

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_637MODEL_IDPVCMDLSPECMODEL_IDCascade