Data Store Managment API

Feature Data Objects API

 
Data Store Managment API
 
 
 

This table shows the data store management properties for each provider. “T” means true, and “F” means false.

DV=DefaultValue; R=Required; P=Protected; FN=FileName; D=Datastore; E=Enumerable
Provider/Properties DV R P FN D E Notes
Autodesk.Oracle.3.0              
   DataStore   T F F T F 1
   Password   T T F F F 2
   Description   F F F F F  
   LtMode OWM F F F F T 3
   TableSpace   F F F F F 4
Autodesk.SqlServer.3.0              
   DataStore   T F F T F 1
   Password   T T F F F 2
   Description   F F F F F  
   LtMode FDO F F F F T 3
   LockMode FDO F F F F T 5
Note
  1. A data store is a container in the data source to which you can apply a feature schema.
  2. A data store is password protected.
  3. LtMode stands for Long Transaction Mode. .
    • For Oracle the possible values are OWM and NONE. OWM stands for Oracle Workspace Manager. NONE means that long transactions and locking are not supported; OWM means that they are.
  4. If no value is given to the TableSpace property, the data store is created in the default USERS tablespace. Otherwise, the data store is created in the named tablespace.
  5. LockMode indicates whether persistent locks are supported. FDO means that the class tables have additional columns for maintaining persistent locks. NONE means that persistent locks are not supported. As with Oracle, LtMode pertains to long transactions. LockMode and LtMode must both be either FDO or NONE. That is, they are either both enabled or both disabled.