PVCDEVSPEC

This table represents minimum specification of pervasive computing devices which are categorized by PVCMDLSPEC. Records of this table will be set in the appropriate adapter.

Column Descriptions:

NameTypeDescription
SPEC_IDINTEGER NOT NULLReference number to identify the specification.
SPECNAMEVARCHAR (80) NOT NULLName of the specification.
SESSIONTYPEVARCHAR (32)Type of carrier. For example, iMode. This column is deprecated and is provided for backward compatibility only.
MAXCONTENTLENGTHINTEGERThe maximum content length in bytes.
MAXURLLENGTHINTEGERThe maximum URL length in bytes.
LCDWIDTHINTEGERWidth of the LCD panel in pixels.
LCDHEIGHTINTEGERHeight of the LCD panel in pixels.
LCDCOLORSINTEGERNumber of colors the LCD panel can display.
LCDMONOCHROMECHAR (1)Specifies whether the LCD panel has a monochromatic display. Valid values are as follows:
  • 0=No
  • 1=Yes
IMAGEFORMATVARCHAR (80)The supported image formats. For example, JPG, GIF, or BMP.
SOUNDFORMATVARCHAR (80)Supported sound formats. For example, WAV or MIDI.
DOCUMENTFORMATVARCHAR (80)The supported document format. For example, HTML, CHTML, HDML, WML, or MML.
DOCUMENTVERSIONVARCHAR (8)The supported document version. For example 1.0, 2.0, or 3.0.
CONTENTDIRVARCHAR (80) NOT NULLDirectory which contains contents for device models of this specification.
DESCRIPTIONVARCHAR (128)Short description of the device specification.
OPTCOUNTERSMALLINTThe 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>SPEC_IDPrimary Key
I775148SPECNAMEUnique Index

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_638SPEC_IDPVCMDLSPECSPEC_IDCascade