123456789101112131415161718 |
- This directory contains sql scripts which show, by example, how to use
- the Spatial DataBlade. You can run any of these scripts using a SQL editor
- such as DB-Access.
- Most of the files in this directory correspond directly to the examples
- in Chapter 7 of the Users Guide. Other files include:
- Filename Description
- ----------- -------------------------------------------------------------
- setup.sql Script to create an entry in the spatial_references
- table which is needed by many of the examples.
- Run this script prior to running any of the example scripts.
- cleanup.sql Script to drop all tables created by all of the examples
- and remove all modifications to the spatial_references table.
- cities.load Data file used by several examples.
|