OpenSpirit v2.9.0 Build 27 - Generic Model

EpiDrilling_Slot


Derived From:
EpEntity_Entity
Capabilties:
read
A slot name, slot number, and local reference within the DrillingFacility it belongs to define a slot.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
String

db key

The name of DrillingFacility the slot belongs to
String

ro db

The slot's data key string
Double

db

The X offset, in the local coordinate system, of the slot in the DrillingFacility
Double

db

The Y offset, in the local coordinate system, of the slot in the DrillingFacility
Double

db

The heading of the local Y axis with respect to the North of the Coordinate system of the Drilling Facility
String

db key

The name of the slot.
Long

db

The slot number in the drilling facility.
String

ro db

The data key string of the project that the slot is contained in.
String

ro db

The name of the project that the slot is contained in.
String

ro db

The name of the data store that the slot resides in.
String

ro db

The type of data store that the slot resides in.
String

db key

The data key string of the well that the slot is connected to
 
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.

StoreType

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The type of data store that the slot resides in.

LocalOffsetY

Data Type:Double
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
The Y offset, in the local coordinate system, of the slot in the DrillingFacility

LocalOffsetX

Data Type:Double
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
The X offset, in the local coordinate system, of the slot in the DrillingFacility

Project

Data Type:String
Content Type:Key
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Referenced Table:EpiProject_Project
The data key string of the project that the slot is contained in.

LocalYAxisHeading

Data Type:Double
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
The heading of the local Y axis with respect to the North of the Coordinate system of the Drilling Facility

KeyString

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The slot's data key string

Well

Data Type:String
Content Type:Key
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:true
Referenced Table:EpiWell_Well
The data key string of the well that the slot is connected to

Name

Data Type:String
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:true
The name of the slot.

DrillingFacility

Data Type:String
Content Type:Key
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:true
Referenced Table:EpiDrilling_DrillingFacility
The name of DrillingFacility the slot belongs to

Number

Data Type:Long
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
The slot number in the drilling facility.

StoreInstallationName

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The name of the data store that the slot resides in.

ProjectName

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The name of the project that the slot is contained in.


OpenSpirit v2.9.0 Build 27 - Generic Model