UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
dbNameStruct Struct Reference

#include <dbnamedefs.h>

Inheritance diagram for dbNameStruct:
DbName DbLTName DbPointer DbLockTable DbHandle DbLock

Public Attributes

int mask
 
char table [DB_TABLE_LEN+1]
 
char well [DB_WELL_LEN+1]
 
int sp
 
int mod
 

Detailed Description

Structure for data base name presentation Format of file name is: `VSP.well-name.sp-num.table-name.mod-num' or `VSP.table-name' for list of tables where sp-num and mod-num must be greater than zero and consist of less than 4 digits.

Member Data Documentation

int dbNameStruct::mask

OR-ed: DB_TABLE, DB_WELL, DB_SP, DB_MOD, DB_LIST

int dbNameStruct::mod

modification number

int dbNameStruct::sp

shot point number

char dbNameStruct::table[DB_TABLE_LEN+1]

symbolic name of table

char dbNameStruct::well[DB_WELL_LEN+1]

symbolic name of well


The documentation for this struct was generated from the following file: