Download Latest Version tpc-c-ifmx.tar.gz (392.7 kB)
Email in envelope

Get an email when there's a new version of IIUG Software Repository

Name Modified Size InfoDownloads / Week
Parent folder
genShapeData.c 2020-05-11 7.7 kB
Makefile 2020-05-11 153 Bytes
README 2020-05-11 683 Bytes
spatialTypes.h 2020-05-11 1.1 kB
Totals: 4 Items   9.5 kB 0
				SpatialND.1.0


Utilities
=====================


dataGen		this utility creates point, segment or rectangle
		test data that can be bulk loaded into Informix

		it takes a type and output datafile as command line
		input, then prompts for object min, max and coordinate
		separation values, and finally procudes a load file format
		of equally spaced objects

		they may be bulk loaded into Informix via the 
			"load from <datafile> insert into <table>;
		SQL command in dbaccess

Notes:
======
The usage message from the gendata utility is:

	Usage: genShape Shape NumDims Filename
		Shapes (1 = point, 3 = Seg, 4 = rect)


Caveats:
========
Not all shape types are supported.
Source: README, updated 2020-05-11