NOTE: The system tables should not be altered using anything other than the ArcGIS software.
Field name |
Field type |
Description |
ID |
int |
Unique identifier of the domain.
Primary key. |
Owner |
varchar(32) |
User who created the attribute domain. |
DomainName |
varchar(160) |
Name assigned to the attribute domain in the geodatabase. |
Description |
varchar(255) |
Optional text describing the attribute domain.
Nulls allowed. |
DomainType |
int |
Code indicating whether this is a range (1) or coded value (2) domain. |
FieldType |
int |
Code indicating what type of field the domain applies to:
0 = Short integer
1 = Long integer
2 = Float
3 = Double
4 = Text
5 = Date |
MergePolicy |
int |
Code indicating the policy to use to assign to the resultant feature when two features are merged:
1 = sum values—The attribute of the feature that results from a merge will be the sum of the values of the two original (premerge) features.
2 = geometry weighted—The attribute of the feature that results from a merge is the weighted average of the values of the attributes of the original (premerge) features. The average is based on the original features' geometry.
3 = default value—The attribute of the feature created as a result of the merge will be the same as the default value of the feature class or subtype. (Note: This is the only merge policy value available for nonnumeric fields and coded value domains.) |
SplitPolicy |
int |
Code indicating the policy to be used for assigning attributes to the features that result from splitting one feature:
1 = geometry ratio—The attributes of the features resulting from the split are a ratio of the original feature's (presplit) value. The ratio is based on the ratio in which the geometry is divided by the split.
2 = duplicate—The attribute of the features resulting from the split are the same as the original object's (presplit) attribute value.
3 = default value—The attributes of features resulting from the split take on the default value for the attribute as defined in the feature class or subtype. |
Field name |
Field type |
Description |
ObjectClassID |
int |
Foreign key to the ID field in the GDB_OBJECTCLASSES table |
FeatureType |
int |
Code representing the type of feature
1 = point, multipoint, line, polygon, or multipatch
7 = junctions
8 = simple edges
10 = complex edges
11 = annotation
13 = dimension
14 = raster |
GeometryType |
int |
Code representing the type of geometry of the feature class
1 = point
2 = multipoint
3 = line
4 = polygon (including annotation and dimension)
9 = multipatch |
ShapeField |
varchar(32) |
Name of the shape field in the feature class |
GeomNetworkID |
int |
Foreign key to ID field in the GDB_GeomNetworks table
Nulls allowed |
GraphID |
int |
Foreign key to ID GDB_Networks table
Nulls allowed |
Field name |
Field type |
Description |
ClassID |
int |
Foreign key to the ID field in the GDB_OBJECTCLASSES table |
FieldName |
varchar(160) |
Name of the field in the table |
AliasName |
varchar(160) |
Alternate name assigned to the field (Aliases can be altered after field creation; the field name cannot.)
Nulls allowed |
ModelName |
varchar(160) |
Alternate name assigned to the field used to identify a type of field without requiring a hard-coded name
Nulls allowed |
DefaultDomainName |
varchar(160) |
Name of the domain associated with the field
Nulls allowed |
DefaultValueString |
varchar(160) |
If the field is type text, the default value assigned to it
Nulls allowed |
DefaultValueNumber |
numeric |
If the field is a numeric type, the default value assigned to it
Nulls allowed |
IsRequired |
Integer |
0 (not a required field) or 1 (a required field) |
IsSubtypeFixed |
Integer |
Denotes whether subtype is set for the field
0 = yes
1 = no |
IsEditable |
Integer |
0 (not editable) or 1 (editable) |
Field name |
Field type |
Description |
RuleID |
int |
Primary key, the unique ID for a rule in a geodatabase and the foreign key to the ID field in the GDB_VALIDRULES table |
EdgeClassID |
int |
The Object Class ID of the edge feature class and the foreign key to the ID field in the GDB_GEOMNETWORKS table |
EdgeSubtype |
int |
The subtype of the edge feature class |
EdgeMinCard |
int |
The minimum edge cardinality (the minimum number of edges to which a junction can connect) |
EdgeMaxCard |
int |
The maximum edge cardinality (the maximum number of edges to which a junction can connect) |
JunctionClassID |
int |
The Object Class ID of the junction feature class and the foreign key to the ID field in the GDB_GEOMNETWORKS table |
JunctionSubtype |
int |
The subtype of the junction feature class |
JunctionMinCard |
int |
The minimum junction cardinality (the minimum number of junctions to which an edge can connect) |
JunctionMaxCard |
int |
The maximum junction cardinality (the maximum number of junctions to which an edge can connect) |
IsDefault |
int |
Will contain a value of 0 or 1 indicating if a junction is a default junction and has been created automatically
Nulls allowed |
Field name |
Field type |
Description |
OID |
int |
The unique ID of a weight in a geodatabase |
NetworkID |
int |
The unique ID for the network in a geodatabase and the foreign key to the ID fields in the GDB_GEOMNETWORKS, GDB_NETWORKS, and GDB_EXTENSIONDATASETS tables |
Name |
varchar(160) |
The name of the weight, which must be unique in each network |
WeightID |
int |
The unique ID of the weight in the network |
WeightType |
int |
A value indicating the type of network weight |
BitGateSize |
int |
A value from 0 to 31 indicating the size of the BitGate weight
(NonBitGate weights have a value of 0.)
Nulls allowed |
ElementTypes |
int |
Denotes the type of network weight
Nulls allowed |
Field name |
Field type |
Description |
ID |
int |
The unique ID and primary key of the logical network in a geodatabase. |
DatabaseName |
varchar(32) |
The name of the geodatabase in which the network was created. |
Owner |
varchar(32) |
The name of the user who created the network. |
Name |
varchar(160) |
The name of the logical network, which must be unique in the geodatabase. |
NetworkType |
int |
A value indicating the type of network.
All networks—geometric networks and network datasets—created using ArcGIS Desktop will have a value of 1=esriNTUtilityNetwork. |
DatasetID |
int |
The ID of the feature dataset in which the geometric network resides.
Foreign key to the ID field in the GDB_FEATUREDATASETS table. |
IndexType |
int |
|
Normalized |
int |
Identifies the type of logical network associated with either a geometric network or network dataset. |
Field name |
Field type |
Description |
ID |
int |
Unique identifier for the object class
Primary key |
DatabaseName |
varchar(32) |
The name of the geodatabase in which the object class was created |
Owner |
varchar(32) |
User who owns the object class |
Name |
varchar(160) |
Name of the object class |
AliasName |
varchar(160) |
Alternative name of the object class
Nulls allowed |
ModelName |
varchar(38) |
Alternate name of the object class; used to identify the type of entity without requiring a hard-coded name
Nulls allowed |
CLSID |
varchar(38) |
GUID that uniquely identifies the type of object class |
EXTCLSID |
varchar(38) |
GUID that uniquely identifies the extension of an object class
Nulls allowed |
EXTPROPS |
image |
Stores the properties of the associated class extension
Nulls allowed |
SubtypeField |
varchar(32) |
Name of the field in the object class for defining subtypes
Nulls allowed |
DatasetID |
int |
Foreign key to the ID field in the GDB_FEATUREDATASET table
Nulls allowed |
Field name |
Field type |
Description |
ID |
int |
Unique identifier of the relationship class.
Primary key. |
DatabaseName |
varchar(32) |
The name of the geodatabase in which the relationship was created. |
Owner |
varchar(32) |
User who owns the relationship class. |
Name |
varchar(160) |
Name of the relationship class. |
OriginClassID |
int |
ID of the origin object class. |
DestClassID |
int |
ID of the destination object class. |
ForwardLabel |
varchar(255) |
Label that describes the relationship when navigating from origin class to destination class.
Nulls allowed. |
BackwardLabel |
varchar(32) |
Label that describes the relationship when navigating from destination class to origin class.
Nulls allowed. |
Cardinality |
int |
Code representing the type of cardinality of the relationship class:
1 = one to one.
2 = one to many.
3 = many to many. |
Notification |
int |
Code indicating the notification direction:
1 = none (no messages propagated).
2 = forward (origin to destination).
3 = backward.
4 = both (forward and backward notification). |
IsComposite |
int |
If a relationship class is composite, destination objects cannot exist independently of their related origin objects.
Possible values are
0 (is simple, not composite) or 1 (is composite). |
IsAttributed |
int |
Indicates whether or not this is an attributed relationship. |
OriginPrimaryKey |
varchar(32) |
The name of the primary key field of the origin object class. |
DestPrimaryKey |
varchar(32) |
The name of the primary key field in the destination object class. |
OriginForeignKey |
varchar(32) |
The name of the foreign key field of the origin object class. |
DestForeignKey |
varchar(32) |
The name of the foreign key field in the destination object class. |
DatasetID |
int |
Foreign key to the GDB_FEATUREDATASET table.
Nulls allowed. |
Field name |
Field type |
Description |
ID |
int |
Unique identifier for row. |
ReplicaID |
int |
Foreign key to the ID field in the GDB_REPLICAS table. |
Event |
int |
Indicates if an import (1) or an export (2) has been logged. |
ErrorCode |
int |
The error code associated with the event; you can search the developer help to get the description associated with the error. If the event was successful, a success error code is returned. |
LogDate |
datetime |
The date on which the event occurred. |
SourceBeginGen |
int |
Several generations of data changes may be imported or exported in one event. This value indicates the generation number of the first generation of changes involved. For example, if generations 1 to 3 were imported, this field would have the value 1. |
SourceEndGen |
int |
Several generations of data changes may be imported or exported in one event. This value indicates the generation number of the last generation of changes involved. For example, if generations 1 to 3 were imported, this field would have the value 3. |
TargetGen |
int |
The generation to which changes are to be applied; this value is used to apply changes to the appropriate version in the target replica. |
Field name |
Field type |
Description |
ID |
int |
Unique identifier for the replica (child) version
Primary key |
Name |
varchar(32) |
Name of the replica (child) version of the geodatabase |
Owner |
varchar(32) |
User who owns the replica (child) version of the geodatabase |
Version |
varchar(64) |
Name of the replica version in the parent geodatabase |
ParentID |
int |
ID of the replica in the parent geodatabase |
RepDate |
datetime |
Date and time the replica was created |
DefQuery |
image |
Contains the replica description, which describes datasets and filters that define the replica |
RepGuid |
varchar(36) |
The GUID value that uniquely identifies the replica across geodatabases |
RepCInfo |
varchar(1800) |
The connection information for the relative replicas geodatabase
Nulls allowed |
Role |
int |
Indicates if a replica has the role of parent or child |
Field name |
Field type |
Description |
ID |
int |
Unique identifier for the toolbox
Primary key |
DatabaseName |
varchar(32) |
The name of the geodatabase in which the toolbox was created |
Owner |
varchar(32) |
User who created the toolbox in the geodatabase |
Name |
varchar(160) |
Name given to the toolbox |
DisplayName |
varchar(255) |
The label of the toolbox
Nulls allowed |
Alias |
varchar(160) |
Alternative name for the toolbox
Nulls allowed |
HelpFile |
varchar(255) |
Path to the help file containing the help topic for the toolbox
Nulls allowed |
HelpContext |
int |
Help context ID from the help file for the help topic associated with the toolbox
Nulls allowed |
Field name |
Field type |
Description |
RuleID |
int |
Unique identifier of the topology rule; foreign key to the ID field in the GDB_VALIDRULES table |
OriginClassID |
int |
Foreign key to ClassID field in GDB_TOPOCLASSES table |
OriginSubtype |
int |
Foreign key to SubtypeCode field in GDB_Subtypes table |
AllOriginSubtypes |
int |
Indicates if rule applies to all subtypes in the origin feature class |
DestClassID |
int |
Foreign key to CLASSID field in GDB_TOPOCLASSES table |
DestSubtype |
int |
Foreign key to SubtypeCode field in GDB_SUBTYPES table |
AllDestSubtypes |
int |
Indicates if rule applies to all subtypes in the destination feature class |
TopologyRuleType |
int |
The type of topology rule |
Name |
varchar(160) |
User-defined name associated with the topology rule
Nulls allowed |
RuleGUID |
varchar(38) |
GUID that uniquely identifies the topology rule
|
NOTE: If you alter column definitions using a SQL interface, the records in the SDE_column_registry table are not updated. This may cause any subsequent exports of the data to fail.
Field name |
Field type |
Description |
database_name |
nvarchar(32) |
Name of the database in which the table that contains the column resides
key |
table_name |
nvarchar(128) |
Name of the table that contains the registered column
key |
owner |
nvarchar(32) |
Owner of the table in which the column resides (the user who created the table)
key |
column_name |
nvarchar(32) |
Name of the registered column
key |
sde_type |
int |
Code for the column's data type; possible values and their definitions include
1 = SE_INT16_TYPE—2-byte Integer
2 = SE_INT32_TYPE —4-byte Integer
3 = SE_FLOAT32_TYPE—4-byte Float
4 = SE_FLOAT64_TYPE—8-byte Float
5 = SE_STRING_TYPE—Null Term; Character Array
6 = SE_BLOB_TYPE—Variable Length Data
7 = SE_DATE_TYPE—Struct tm Date
8 = SE_SHAPE_TYPE—Shape geometry (SE_SHAPE)
9 = SE_RASTER_TYPE—Raster
10 = SE_XML_TYPE—XML Document
11 = SE_INT64_TYPE—8-byte Integer
12 = SE_UUID_TYPE—A Universal Unique ID
13 = SE_CLOB_TYPE—Character variable length data
14 = SE_NSTRING_TYPE—UNICODE Null Term; Character Array
15 = SE_NCLOB_TYPE—UNICODE Character Large Object
20 = SE_POINT_TYPE—Point UDT
21 = SE_CURVE_TYPE—LineString UDT
22 = SE_LINESTRING_TYPE—LineString UDT
23 = SE_SURFACE_TYPE—Polygon UDT
24 = SE_POLYGON_TYPE— Polygon UDT
25 = SE_GEOMETRYCOLLECTION_TYPE 25 /* MultiPoint UDT */
26 = SE_MULTISURFACE_TYPE—LineString UDT
27 = SE_MULTICURVE_TYPE—LineString UDT
28 = SE_MULTIPOINT_TYPE—MultiPoint UDT
29 = SE_MULTILINESTRING_TYPE—MultiLineString UDT
30 = SE_MULTIPOLYGON_TYPE—MultiPolygon UDT
31 = SE_GEOMETRY_TYPE—Geometry UDT |
column_size |
int |
The registered column value's length
Nulls allowed |
decimal_digits |
int |
Number of integers to the right of the decimal in the column value
Nulls allowed |
description |
nvarchar(65) |
A description of the type of column
Nulls allowed |
object_flags |
int |
Stores the column properties; properties include
- Column has a row ID.
- SDE controls the row ID column.
- Column allows NULLS.
- Column stores Oracle LONG RAW data.
- Column stores BLOB data.
- Column stores CLOB data.
- Column stores ST_GEOMETRY geometry data.
- Column stores binary geometry data.
- Column stores UDT geometry data.
- Column stores Oracle LOB geometry data.
- Column stores binary raster data.
- Column stores UDT raster data.
- Column stores XML data.
- Column stores dates.
- Column stores time.
- Column stores a time stamp.
- Column stores a unicode string.
|
object_id |
int |
Set to the rastercolumn_id of the sde.raster_columns table if the column is a raster column or the layer_id of the sde.layers table if this column is a geometry column
Nulls allowed |
NOTE: This table is not present if the geodatabase has never been compressed.
Field name |
Field type |
Description |
compress_id |
int |
Unique ID of a compress operation |
sde_id |
int |
Process identification number of the compress operation; references sde_id column in SDE_process_information table |
server_id |
int |
System process_id of the ArcSDE server process that performed or is performing the compress operation |
direct_connect |
varchar(1) |
Y (yes) or N (no) if the client is making a direct connection to the geodatabase |
compress_start |
datetime |
The date and time the compress operation was begun |
start_state_count |
int |
The number of states present when compress began |
compress_end |
datetime |
The date and time the compress operation completed |
end_state_count |
int |
The number of remaining states after the compress operation |
compress_status |
varchar(20) |
Indicates whether or not the compress operation was successfully completed |
Field name |
Field type |
Description |
f_table_catalog |
nvarchar(32) |
The database in which the feature table is stored |
f_table_schema |
nvarchar(32) |
Schema under which the business table is stored |
f_table_name |
sysname |
Name of the business table |
f_geometry_column |
nvarchar(32) |
Name of the geometry column in the business table |
g_table_catalog |
nvarchar(32) |
The database in which the geometry column is stored
Nulls allowed |
g_table_schema |
nvarchar(32) |
Schema under which the table that contains the geometry column is stored |
g_table_name |
sysname |
Name of the table that contains the geometry column |
storage_type |
int |
Code for the storage type of the geometry; code could represent either WKB, WKT, or BINARY
Nulls allowed |
geometry_type |
int |
Code for the geometry type that the column stores; code could represent either point, multipoint, linestring, multilinestring, polygon, or multipolygon
Nulls allowed |
coord_dimension |
int |
Code for the coordinate dimension
0 = point
1 = linear
2 = area
Nulls allowed |
max_ppr |
int |
Maximum points per row (no longer used by ArcSDE)
Nulls allowed |
srid |
int |
Spatial reference ID |
Field name |
Field type |
Description |
sde_id |
int |
Process identification number of the process that has locked the layer; foreign key to the sde_id column in SDE_process_information table |
layer_id |
int |
Foreign key to layer_id field in SDE_layers table |
autolock |
char(1) |
Set to Y if the layer lock was set internally; otherwise, is set to N if the layer lock was set by the application |
lock_type |
char(1) |
The type of layer lock can either be
0 = A read lock on the entire layer
1 = A write lock on the entire layer
2 = A read lock on an area within the layer
3 = A write lock on an area within the layer
4 = A layer autolock |
minx |
bigint |
The minimum x-coordinate of the bounding box used to define the features within an area locked during an area lock
Nulls allowed |
miny |
bigint |
The minimum y-coordinate of the bounding box used to define the features within an area locked during an area lock
Nulls allowed |
maxx |
bigint |
The maximum x-coordinate of the bounding box used to define the features within an area locked during an area lock
Nulls allowed |
maxy |
bigint |
The maximum y-coordinate of the bounding box used to define the features within an area locked during an area lock
Nulls allowed |
Field name |
Field type |
Description |
layer_id |
int |
Unique identifier for the layer |
description |
nvarchar(65) |
The optional layer description
Nulls allowed |
database_name |
nvarchar(32) |
Name of the database in which the layer resides |
table_name |
sysname |
Name of the business table of the layer |
owner |
nvarchar(32) |
The user who created the layer in the geodatabase
key |
spatial_column |
nvarchar(32) |
Name of the spatial column in the layer |
eflags |
int |
Stores the following layer properties:
- Layer stores single precision or double precision coordinates.
- Layer stores 3D coordinates.
- Layer stores measures.
- Layer has autolocking enabled or disabled.
- Layer is in load only I/O mode or normal I/O mode.
- Layer stores annotation.
- Layer stores CAD data.
- Layer is a view of another layer.
- Layer does not have a spatial index.
- The DBMS data type in which the layer data is stored.
- The SDE types that the layer can accept, which can be such types as points, linestrings, polygons.
|
layer_mask |
int |
Stores additional internal properties about the layer |
gsize1 |
float |
Size of first spatial grid |
gsize2 |
float |
Size of second spatial grid |
gsize3 |
float |
Size of third spatial grid |
minx |
float |
Minimum x-coordinate value of the layer |
miny |
float |
Minimum y-coordinate value of the layer |
maxx |
float |
Maximum x-coordinate value of the layer |
maxy |
float |
Maximum y-coordinate vlue of the layer |
minz |
float |
Minimum z-coordinate value of the layer
Nulls allowed |
maxz |
float |
Maximum z-coordinate value of the layer
Nulls allowed |
minm |
float |
Minimum measure value of the layer
Nulls allowed |
maxm |
float |
Maximum measure value of the layer
Nulls allowed |
cdate |
int |
The layer creation date |
layer_config |
nvarchar(32) |
Configuration keyword with which the layer was created
Nulls allowed |
optimal_array_size |
int |
Geometry array buffer size
Nulls allowed |
stats_date |
int |
When statistics were last calculated for a layer
Nulls allowed |
minimum_id |
int |
The minimum feature ID value of a binary layer
Nulls allowed |
srid |
int |
Spatial reference identification number; corresponds to srid value in the SDE_spatial_references table |
base_layer_id |
int |
Stores the base layer's layer_id value for a layer that is actually a view
Nulls allowed |
secondary_srid |
int |
Used to store high precision coordinate reference to project data when the data was basic precision and was converted to high precision
Nulls allowed |
Field name |
Field type |
Description |
record_id |
int |
The table's primary key |
object_database |
nvarchar(32) |
The name of the database in which the described object is stored; not used for locator properties
Nulls allowed |
object_name |
nvarchar(160) |
The name of the locator to which the property belongs and foreign key to the name column in the SDE_locators table |
object_owner |
nvarchar(32) |
The name of the user who owns the record |
object_type |
int |
Always a value of 2 for locator properties |
class_name |
nvarchar(32) |
Always a value of SDE_internal for locator properties
Nulls allowed |
property |
nvarchar(32) |
The name of the locator property
Nulls allowed |
prop_value |
nvarchar(255) |
The value of the locator property
Nulls allowed |
description |
nvarchar(65) |
Not used for locator properties
Nulls allowed |
creation_date |
datetime |
Date and time the locator property was created |
Field name |
Field type |
Description |
sde_id |
int |
Process identification number of the process that locked the geodatabase object; references sde_id column in SDE_process_information table |
object_id |
int |
ID from the OBJECT_CLASSES table of the affected dataset |
object_type |
int |
Object lock type; for example, version,state_tree lock used by internal applications. |
application_id |
int |
Application unique identifier |
autolock |
char(1) |
Set to Y if the layer lock was set internally; otherwise, is set to N if the layer lock was set by the application |
lock_type |
char(1) |
The type of object lock, which include
"S" for shared
"E" for exclusive |
Field name |
Field type |
Description |
sde_id |
int |
Process identification number
Primary key |
spid |
int |
The gsrvr process ID |
server_id |
int |
The operating system process ID of the server process |
start_time |
datetime |
Date and time process was started |
rcount |
int |
The number of reads that have been processed |
wcount |
int |
The number of writes that have been processed |
opcount |
int |
Total number of operations a process has executed |
numlocks |
int |
The number of locks that the process currently has open |
fb_partial |
int |
Total number of partial features shipped by the process |
fb_count |
int |
Total number of buffers loaded by the process |
fb_fcount |
int |
Total number of features buffered by the process |
fb_kbytes |
int |
Total number of kilobytes buffered by the process |
owner |
nvarchar(30) |
The name of the connected user |
direct_connect |
varchar(1) |
Indicates whether process was made with a direct connection
T (true) or F (false) |
sysname |
nvarchar(32) |
The operating system that the client machine is running |
nodename |
nvarchar(255) |
The connected client machine name |
xdr_needed |
varchar(1) |
Records whether or not client is using XDR to communicate with the gsrvr
T (true) or F (false) |
table_name |
nvarchar(95) |
Name of internal temporary table used for session |
Field name |
Field type |
Description |
rastercolumn_id |
int |
The primary key of the raster column table |
description |
nvarchar(65) |
The description of the raster table
Nulls allowed |
database_name |
nvarchar(32) |
The database that stores the table |
owner |
nvarchar(32) |
The owner of the raster column's business table |
table_name |
sysname |
The business table name |
raster_column |
nvarchar(32) |
The raster column name |
cdate |
int |
The date the raster column was added to the business table |
config_keyword |
nvarchar(32) |
The DBTUNE configuration keyword whose storage parameters determine how the tables and indexes of the raster are stored in the database
Nulls allowed |
minimum_id |
int |
Defined during the creation of the raster, establishes value of the raster table's raster_id column
Nulls allowed |
base_rastercolumn_id |
int |
When the raster column is part of a view and not a table, the rastercolumn_id of the base table of the view |
rastercolumn_mask |
int |
Set to 256 for a geodatabase raster |
srid |
int |
Spatial reference identifier number, references SRID in the SDE_spatial_references table
Nulls allowed |
Field name |
Field type |
Description |
srid |
int |
Spatial reference identifier number
key |
description |
nvarchar(64) |
The text description of the spatial reference system
Nulls allowed |
auth_name |
nvarchar(255) |
The name of the standard or standards body that is being cited for this reference system (For example, POSC would be a valid auth_name.)
Nulls allowed |
auth_srid |
int |
The ID of the Spatial Reference System as defined by the Authority cited in auth_name
Nulls allowed |
falsex |
float |
The x offset used when transforming ground coordinates to internal system coordinates |
falsey |
float |
The y offset used when transforming ground coordinates to internal system coordinates |
xyunits |
float |
The scale factor to apply when transforming ground coordinates to internal system coordinates |
falsez |
float |
The z offset to use when transforming z-values to internal system coordinates |
zunits |
float |
The scale factor to use when transforming z-values to internal system coordinates |
falsem |
float |
The measure offset to use when transforming measure values to internal system coordinates |
munits |
float |
The scale factor to use when transforming measure values to internal system coordinates |
xycluster_tol |
float |
X,y coordinate cluster tolerance for topological processing
Nulls allowed |
zcluster_tol |
float |
Z-coordinate cluster tolerance for topological processing
Nulls allowed |
mcluster_tol |
float |
Measure cluster tolerance for topological processing
Nulls allowed |
object_flags |
int |
Stores object attributes, including precision |
srtext |
varchar(1024) |
Name and descriptor for the spatial reference as seen in the ArcGIS interface |
Field name |
Field type |
Description |
registration_id |
int |
Unique identifier for the registration of the table
Primary key |
database_name |
nvarchar(32) |
Name of the database in which the table resides |
table_name |
sysname |
Name of the table |
owner |
nvarchar(32) |
User who created the table |
rowid_column |
nvarchar(32) |
Name of the ObjectID column in the table |
description |
nvarchar(65) |
The text description of the table
Nulls allowed |
object_flags |
int |
Stores the registration properties of the table, which include
- The table has a registered row ID.
- SDE controls the row ID.
- The table has a geometry column.
- The table is a multiversioned view.
- The table can be row locked
.
- The table has a raster column.
- The table is a view of another table.
- The table has a geocoding locator column.
- Data definition language operations are restricted.
- Data manipulation language operations are restricted.
- The table is hidden.
- The table has single row IDs.
- The table has an XML column.
- The table has a layer that stores double coordinates.
- The interior states of this versioned table can be edited.
- This is a base save table.
- This table has trusted shapes.
- This is an archiving table.
- This table is in load only I/O mode.
- This is a history table.
|
registration_date |
int |
The date the table was registered |
config_keyword |
nvarchar(32) |
Configuration keyword with which the table was created
Nulls allowed |
minimum_id |
int |
The minimum row_id value of the table
Nulls allowed |
imv_view_name |
nvarchar(32) |
The name of a multiversioned view of the given table
Nulls allowed |
Field name |
Field type |
Description |
major |
int |
Number of the major release; for example, for ArcSDE 9.1, the major release number would be 9. |
minor |
int |
Number indicating the version of the major release; for example, for ArcSDE 9.1, the minor release number would be 1. |
bugfix |
int |
Number of the patch or service pack installed. |
description |
nvarchar(96) |
Description of the ArcSDE installation. |
release |
int |
Complete release number; for example, 92009. |
sdesvr_rel_low |
int |
Indicates the lowest release number of server allowed to run on this instance. |
Field_name |
Field type |
Description |
name |
nvarchar(64) |
The unique name of the version |
owner |
nvarchar(32) |
The version owner |
version_id |
int |
The unique ID of the version |
status |
int |
Specifies whether the version is available to the public or if it is privately accessed by the owner |
state_id |
bigint |
The ID of the database state to which this version points |
description |
nvarchar(64) |
An optional text description of the version
Nulls allowed |
parent_name |
nvarchar(64) |
The name of this version's parent version
Nulls allowed |
parent_owner |
nvarchar(32) |
The name of the owner of the parent version
Nulls allowed |
parent_version_id |
int |
The ID of the version that is the parent of this version
Nulls allowed |
creation_time |
datetime |
The date/time that this version was created |
Field name |
Field type |
Description |
column_id |
int |
The XML column's identifier.
This value is assigned by ArcSDE at the time the XML column is created.
Primary key. |
registration_id |
int |
The identifier of the business table containing the XML column; foreign key to the ArcSDE table registry. |
column_name |
nvarchar(32) |
The name of the XML column in the business table. |
index_id |
int |
The identifier of the XPath index associated with the XML column, if one exists; foreign key to the XML indexes table.
Nulls allowed. |
minimum_id |
int |
The value of the initial number used in the business table's XML column to identify individual XML documents.
Nulls allowed. |
config_keyword |
nvarchar(32) |
The DBTUNE configuration keyword that contains the parameters that determine how the XML document and the XML XPath index tables and the text indexes created on those tables are defined in the database.
Nulls allowed. |
xflags |
int |
A value indicating if the original documents in the XML document table are stored compressed or uncompressed.
By default, documents are compressed. (Compressed documents provide better performance.) |
Field name |
Field type |
Description |
index_id |
int |
The identifier of the XPath index associated with an XML column, if one exists; foreign key to the XML indexes table. |
tag_id |
int |
Unique identifier for the XML tag. |
tag_name |
nvarchar(1024) |
An absolute XPath identifying an XML element or attribute that may occur in an XML document.
For example:
/metadata/mdDateSt identifies an XML element, and /metadata/dataIdInfo/tpCat/TopicCatCd/@value identifies an XML attribute. These XPaths must not contain asterisks (*) to refer to a group of XML elements or attributes—each element or attribute is matched exactly using the XPaths specified in this table. |
data_type |
int |
A number that may be used to identify an XPath.
For example, the Z39.50 communication protocol uses numeric codes to refer to content that may be searched. This column is not used by the ArcIMS Z39.50 Connector. |
tag_alias |
int |
A number that may be used to identify an XPath.
For example, the Z39.50 communication protocol uses numeric codes to refer to content that may be searched. This column is not used by the ArcIMS Z39.50 Connector.
Nulls allowed. |
description |
nvarchar(64) |
Text identifying the content that should be contained in the XML element or attribute.
Nulls allowed. |
is_excluded |
int |
A value indicating if the XML element is included in or excluded from the XPath index.
0 = included.
1 = excluded. |
Field name |
Field type |
Description |
index_id |
int |
The identifier of the XPath index.
Primary key. |
index_name |
nvarchar(32) |
The name of the XPath index.
For XPath indexes associated with an ArcIMS Metadata Service, the name will be "ims_xml#", where # is the identifier of the XML column in the metadata service's business table. |
owner |
nvarchar(32) |
The database user who owns the XML column.
For ArcIMS Metadata Services, this is the user specified in the service's ArcXML configuration file. |
index_type |
int |
A value indicating the type of XPath index.
A value of 2 = SE_XML_INDEX_DEFINITION.
The value will always be 2; only XPath indexes of the type SE_XML_INDEX_DEFINITION are supported. |
description |
nvarchar(64) |
Text identifying the XPath index.
If an index definition file was used to create the index, the index's description may be specified at the top of the file.
Nulls allowed. |
Field name |
Field type |
Description |
srs_id |
int |
From the srid field of the SDE_spatial_references table |
x_offset |
float |
From the falsex field of the SDE_spatial_references table |
x_scale |
float |
From the xyunits field of the SDE_spatial_references table |
y_offset |
float |
From the falsey field of the SDE_spatial_references table |
y_scale |
float |
From the xyunits field of the SDE_spatial_references table |
z_offset |
float |
From the falsez field of the SDE_spatial_references table |
z_scale |
float |
From the zunits field of the SDE_spatial_references table |
m_offset |
float |
From the falsem field of the SDE_spatial_references table |
m_scale |
float |
From the munits field of the SDE_spatial_references table |
organization |
nvarchar(255) |
From the auth_name field of the SDE_spatial_references table
Nulls allowed |
organization_coordsys_id |
int |
From the auth_srid field of the SDE_spatial_references table
Nulls allowed |
definition |
varchar(1024) |
From the srtext field of the SDE_spatial_references table
Nulls allowed |