CREATE Statement | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release CREATE Statement
The CREATE statement is used in conjunction with one of the
following statements:
- FUNCTION -
create a custom function, written in C#
- INDEX
- index a column for use with the Geocoder
- LOOKUP - create a
lookup table based on a key-value pair
- LOCALIZER -
use regional data polygons to locate and name the region of a
geometry
Syntax
CREATE [FUNCTION ... | INDEX ... | LOCALIZER ... | LOOKUP ...];