Oracle Spatial GeoRaster Feature Types: User Attributes

有关此对话框中的参数的信息,这些参数对于所有读者都是通用的,请参阅:

For information on the parameters in this dialog that are common to all writers, see:

User attributes for this format are defined below.

Name The name of the column to be written.
Type

The type of a column in a table. The valid values for the column type are listed below:

Index

在给定列上创建的索引类型。下面列出了索引类型的有效值:

BTree:This type is used to create balanced tree (B-tree) indices. A B-tree index is an ordered list of values divided into ranges. By associating a key with a row or range of rows, B-trees provide excellent retrieval performance for a wide range of queries including exact match and range searches.

位图:此类型用于创建位图索引。位图索引存储每个索引键的位图。每个索引密钥存储指向多行的指针。它们主要专为数据仓库或环境而设计,其中查询以临时方式引用许多列。

PrimaryKey:此类型指定列是表的主键。每个表只允许一个主键。

Unique:此类型指定列具有唯一的约束。

Note that these non-spatial indexes are created only on table creation.