Esri Geodatabase (ArcSDE Geodb) Writer Parameters
About Database Connections |
---|
Database formats include a Database Connection parameter that defines and stores authentication information. For general information about sharing database connections, please see Note that Database Connection parameters differ slightly, depending on context and/or database format. |
Connection From the Connection parameter in a database format, you can do one of the following:
|
CREATE VIEW viewname AS querydescription;
CREATE OR REPLACE viewname AS querydescription;
DROP VIEW viewname;
If any of these case-insensitive queries is identified, the geodatabase will call custom view calls to delete or create views as requested.
Database Connection
Connection File
This parameter identifies the pathname of a connection file to be used to connect to an Enterprise Geodatabase.
A connection file provides the necessary information to connect to the SDE server, such as the server name or the username.
The connection file must have an .sde extension and be properly formatted (as defined by Esri). Connection files can be created in ArcCatalog.
General Parameters
Case Conversion
These parameters change the case of all feature type and attribute names in the output.
Table Parameters
Advanced
Indexes
When creating tables, ArcSDE Geodatabases can have indexes assigned to individual fields. These indexes may have the following properties.
- Ascending – Values in fields with this index will each be maintained in ascending order.
- UniqueAscending – Values in fields with this index will each be kept in ascending order and be different from one another.