home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld: Vánoce 97
/
Computerworld_1997-12_cd.bin
/
otta
/
fulltext
/
idgdemo
/
style
/
style.ddd
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
ColdFusion Verity engine fields definition
|
1997-11-17
|
1.2 KB
|
54 lines
# $Id: style.ddd,v 1.8 1995/04/18 02:08:08 ameyer Exp $
# Copyright (C) 1987-1995 Verity, Inc.
#
# Document Dataset Descriptor
#
$control: 1
descriptor:
/collection = yes
{
data-table: _df
/num-records=1
/max-records=1
{
# Header information for partition management
constant: _DBVERSION text "vdk11"
fixwidth: _DDDSTAMP 4 date
varwidth: _DOCIDX _dv
fixwidth: _PARTDESC 32 text
fixwidth: _SPARE1 16 text
fixwidth: _SPARE2 4 signed-integer
}
data-table: _df
/offset=64
{
# Required internal fields per document
autoval: _STYLE sirepath
fixwidth: _DOCID 4 unsigned-integer
fixwidth: _SECURITY 4 unsigned-integer
/minmax = yes
fixwidth: _INDEX_DATE 4 date
/minmax = yes
}
######## DO NOT MODIFY ABOVE THIS LINE ########
data-table: dkf
{
# Must have a VdkVgwKey - this is the primary key to the document
# The field type can be changed to fixwidth integer or text as needed
varwidth: VdkVgwKey dkv
/indexed = yes
/minmax = yes
}
data-table: ddf
{
# User fields go here. Default is a single dispatch field
dispatch: DOC
varwidth: DOC_FN ddv
}
}
$$