OpenSpirit v2.9.0 Build 27 - Generic Model

EpiWell_WellBoreList


Derived From:
EpEntity_Entity
Capabilties:
read
Maintains a list of wellbores.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
StringSeq

db

The data key strings representing the bores contained in the list.
String

db

Text describing where/by who the bore list originated.
ULong

ro db

The number of bores in the list.
String

ro req db

No description provided.
 
Columns inherited from EpEntity_Entity
LastModifiedDate, Name, Project, ProjectName, StoreInstallationName, StoreType
 

Column Detail

KeyString

Data Type: String
Read only: true
Unique identifier for each table entry.

NumBores

Data Type:ULong
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The number of bores in the list.

Project

Data Type:String
Content Type:Key
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:false
Referenced Table:EpiProject_Project
No description provided.

DataSource

Data Type:String
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
Text describing where/by who the bore list originated.

Bores

Data Type:StringSeq
Content Type:KeySeq
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
The data key strings representing the bores contained in the list.


OpenSpirit v2.9.0 Build 27 - Generic Model