CN1332877A - 关系数据库管理系统中用于支持动态运行时间对象定义的方法和装置 - Google Patents

关系数据库管理系统中用于支持动态运行时间对象定义的方法和装置 Download PDF

Info

Publication number
CN1332877A
CN1332877A CN99815381A CN99815381A CN1332877A CN 1332877 A CN1332877 A CN 1332877A CN 99815381 A CN99815381 A CN 99815381A CN 99815381 A CN99815381 A CN 99815381A CN 1332877 A CN1332877 A CN 1332877A
Authority
CN
China
Prior art keywords
null
per
data
application program
identifier
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN99815381A
Other languages
English (en)
Other versions
CN1122233C (zh
Inventor
基思·卢易施
埃德·卡里根
杜安·布恩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
UNITED IMAGINATIVE COMPUTER CO
CA Inc
Original Assignee
UNITED IMAGINATIVE COMPUTER CO
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by UNITED IMAGINATIVE COMPUTER CO filed Critical UNITED IMAGINATIVE COMPUTER CO
Publication of CN1332877A publication Critical patent/CN1332877A/zh
Application granted granted Critical
Publication of CN1122233C publication Critical patent/CN1122233C/zh
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99934Query formulation, input preparation, or translation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99942Manipulating data structure, e.g. compression, compaction, compilation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

一种用于提供关系数据库中的动态运行时间对象定义的方法和系统。在应用程序(100)和数据库对象之间引入中介层。该层可以中介对数据库对象,例如表(1500),的访问,并允许应用程序嵌入逻辑名而不是物理名。如果需要,在应用程序运行时,可以动态维护中介层。中介层最好可以在多种关系数据库上运行,克服关系数据库厂商引入的对SQL的特定厂商扩展。

Description

关系数据库管理系统中用于支持 动态运行时间对象定义的方法和装置
发明领域
本发明涉及数据库系统和方法。
背景技术
访问关系数据库的应用程序通过名字来引用数据库中的对象(表,列等等)。这样就会在应用程序和数据库对象之间产生紧耦合。当对数据库或应用程序进行更新时这种紧耦合会造成复杂化。在多个应用程序引用相同的对象以及应用程序本身在安装位置于不同的时间更新时,这种复杂化情况会进一步加重。
以上问题的传统解决方式是使用关系数据库所通常提供的“视图”结构。但是,由于众所周知的更新视图的缺陷并且视图在其定义中通常包括非标准SQL语法,因此使用数据库视图也是有问题的。能够在不同厂商的关系数据库上运行是一种理想的性能。
发明内容
本发明致力于实现一种能在关系数据库中进行动态运行时间对象定义的方法和装置。
在本发明的一个示范性实施例中,在应用程序和数据库对象之间引入一个数据和处理层。该层可以中介对物理层的访问并使得应用程序可以嵌入逻辑名而不是物理名。如果需要的话,在应用程序运行时,本发明还允许对该层的维护能够动态发生。中介层最好能够在多种关系数据库上运行,并克服关系数据库厂商引入的对SQL所做的特定厂商扩展。
本发明的一个示范性实施例是通过Platinum Technology公司的POEMS数据交换机(也叫做“DEX”)和POEMS服务处理机“ptsprdbm”来实现的。DEX存储中介层所使用的数据,处理工作由ptsprdbm服务处理机来完成。在该实施例中,DEX中介层可以看作是提交给DEX的消息与DEX的物理表布局之间的一种映射。这种映射允许与物理表的复关联,因此便使更高的层与物理实现的改变隔离开来。同样,中介还定义逻辑事务,这些逻辑事务把一个或多个应用程序请求与要在表或表系上执行的操作关联起来。
在一个示范性实施例中,每一个应用程序都会产生一个或多个请求,它们被发送到DEX。对于每个请求,DEX返回一个结果。可以有一个或多个ptsprdbm进程同时运行。每个应用程序请求由一个ptsprdbm服务处理机进程处理。中介层数据存储在DEX的元数据主题区域内。运行在相同机器上的所有ptsprdbm实例都引用相同的元数据。元数据把应用程序的请求映射到物理表上。因此应用程序不需要知道物理表的标识符。物理表会随时间变化,并且如果保持了元数据映射,应用程序就将与这些变化隔离开来。
例如,客户机程序可以通过一条消息请求与被称之为“机器”的逻辑实体有关的数据。逻辑名“机器”可以与被称之为“机器”的物理表相对应,也可以不相对应。中介层的责任是把逻辑事务名正确地转换为物理表名和列。
在另一个例子中,客户机程序可以提交一条被映射到名为“机器的ip address”的逻辑事务的消息,这里“机器名”=absun10。在这个例子中,所引用的元素应当认为是必须转换成物理对象的逻辑对象。这种需要是因为所请求的数据同样会改变格式。例如在版本1的POEMS中,对于每个机器而言物理数据库只存储一个ip_address。但是在版本2的POEMS中,对于每台机器而言,物理数据库则可以存储一列ip_address。这会造成一个不同的结果集合返回给客户机程序,可能会中断客户机应用程序。使用中介数据,为版本2定义一个该服务处理机知道怎么处理的新的逻辑事务,这样就可以返回给客户机程序一个正确的结果集合。
按照本发明使用中介数据层的一个优点在于:应用程序可以定义包含有新的逻辑事务的新消息并使得DEX服务处理机能够正确地处理这些新消息而不用对现有的服务处理机作出修改。应用程序只需要在DEX元数据表中加入一行来定义一个新的逻辑事务。服务处理机知道如何把这些新消息映射到加入到元数据表中的逻辑事务数据并因此为这些新消息构建正确的SQL命令。
对物理数据库的改变也可以以类似方式进行处理。一个新的逻辑事务可以被定义为把旧的消息映射到一个新的表格布局上。这可以通过为每个事务使用一个版本号来完成,或通过从元数据中删除原始事务来完成。
元数据还可被用于把用户所创建的表集成到DEX中。用户可以使用标准SQL创建一个表,然后在DEX元数据表中加入行来描述这个新表。用户还可以创建per_triggers以便在现有的表被更新时,新表能够被自动更新。
附图说明
图1是根据本发明的一个示范性系统的框图;
图2是根据本发明的一个示范性进程的流程图。
具体实施方式
图1是根据本发明的一个系统的示范性实施例的框图,该系统通过POEMS数据交换机(DEX)1000来实现。POEMS DEX在PLATINUM条款公共服务参考指南这本书中进行了描述。DEX 1000包括多个物理表1500,并且可以与一个或多个应用程序100交互。应用程序100的例子包括ProVision Director和TS Reorg。
按照本发明,在应用程序100和DEX 1000的物理表1500之间提供一个中介层1100。中介层1100包括一个或多个POEMS关系数据库服务处理机(ptsprdbm)进程1150的实例和元数据主题区域1200。中介数据1250存储在元数据主题区域1200中。中介数据1250如下所述由ptsprdbm服务处理机1150使用。
中介层1100提供提交给DEX 1000的消息与DEX的物理表布局之间的映射。这种映射允许与物理表的复关联,因此便使更高的层与物理实现的改变隔离开来。多个逻辑名可以引用相同的物理对象并且逻辑名还可以随时间而变化。同样,中介还定义逻辑事务,这些逻辑事务把一个或多个应用程序请求(例如PEC消息)与要在表或表系上执行的操作关联起来。一个操作对应于数据操纵语言(DML)动词:插入、更新、选择和删除中的一个。
每个应用程序100创建一个或多个请求并把这些请求发送给DEX1000。DEX 1000为每个接收到的请求返回一个结果。一个或多个ptsprdbm服务处理机程序1150可以在任一时间同时运行。每个应用程序请求由一个ptsprdbm进程1150处理。所有在同一台机器上运行的ptsprdbm实例都引用相同的元数据。物理表可以有一个或多个。元数据把来自应用程序的请求映射到向物理表的请求。因此应用程序100不需要知道物理表1500的标识符。物理表1500可以随时间变化,并且如果保持了元数据映射,应用程序就将与这些变化隔离开来。
中介元数据1250可以进行更新,例如通过更新POEMS或应用程序100来对其进行更新。例如,一个新的应用程序100可以具有与置入元数据主题区域1200的应用程序相关的新的中介数据。这种功能所提供的灵活性在于:使用本发明系统的各种产品可以单独进行发展,而不需要所有的应用程序同时进行更新。最好,这种更新由服务处理机1150执行,这一点与向应用程序100提供对中介元数据1250的直接访问相反。
转换发生在DEX服务处理机1150中。服务处理机1150使用中介数据1250来执行这种转换。服务处理机1150最好使用一种标准的、开放式接口,如开放式数据库连接性(ODBC),来连接元数据主题区域1200和/或应用程序100。
在另一个可供选择的实施例中,定制的POEMS ODBC驱动程序把服务处理机1150的转换层封装起来。然后,该驱动程序就可以由第三方应用程序使用以访问DEX(例如InfoReports)。
在一个示范性实施例中,中介数据1250包括如下的表系:
per_table:该表包括表格的总清单。DEX中的每个表在该表格中都有一个表目。
per_column:该表格包括DEX中每个表格的每个列的表目。与每个列相关联的属性是一个表中该列的类型、大小和位置。
per_data_type:该表包括所有支持的数据类型的总清单。
per_key:该表包括用于在DEX表上建立主关键字和外关键字的属性。
per_logical_object:该表识别逻辑事务,它被用于查找事务细节以及与该事务相关联的任何触发器。
per_tran_column:该表识别属于一个逻辑事务的列以及该列是否参与了SQL“where”子句的构建。
per_trigger:该表把触发器与一个或多个逻辑事务关联起来。
如下为用于把中介数据1250存储为元数据的一个示范性模式:
    CREATE TABLE per_source(

    per_source_id          iht NOT NULL,
				
				<dp n="d5"/>
source_description               varchar(255)NULL,
product_id                       int NULL,
per_source                       int NULL,
per_last_updated                 smalldatetime NOT NULL,
per_status                       smallint NULL,
CONSTRAINT XPKper_source

       PRIMARY KEY(per_source_id)
)
CREATE TABLE per_tran_col_type(
column_type                      smallint NOT NULL,
column_type_desc                 varchar(31)NOT NULL,
per_source                       int NULL,
per_last_updated                 smalldatetime NOT NULL,
per_status                       smallint NULL,
CONSTRAINT XPKper_tran_col_type

           PRIMARY KEY(column_type)
)
CREATE TABLE per_logical_object
object_id                        int NOT NULL,
object_name                      varchar(30)NOT NULL,
per_source                       int NULL,
per_last_updated                 smalldatetime NOT NULL,
per_status                       smallint NULL,
CONSTRAINT XPKper_logical_object

           PRIMARY KEY(object_id)
 )
CREATE TABLE per_table
				
				<dp n="d6"/>
table_name                varchar(30)NOT NULL,
storage_type              char(10)NULL,
subject_area              CHAR(18)NULL,
delete_policy             CHAR(18)NULL,
sequence_nbr              numeric(10,0)NOT NULL,
per_source                int NULL,
per_last_updated          smalldatetime NOT NULL,
per_status                smallint NULL,
CONSTRAINT XPKper_table

        PRIMARY KEY(table_name)
)
CREATE TABLE per_key(
table name                 varchar(30)NOT NULL,
kev_id                     smallint NOT NULL,
key_type                   char(1)NOT NULL,
fbreign_table              varchar(30)NOT NULL,
per_source                 int NULL,
per_last_updated           smalldatetime NOT NULL,
per_status                 smallint NULL,
CONSTRAINT XPKper_key

       PRIMARY KEY(table_name,key_id)
)
CREATE TABLE per_data_type
data_type                  smallint NOT NULL,
data_type_desc             varchar(31)NOT NULL,
per_source                 int NULL,
per_last_updated           smalldatetime NOT NULL,
per_status                 smallint NULL,
				
				<dp n="d7"/>
    经CONSTRAINT XPKper_data_type

          PRIMARY KEY(data_type)

  )

  CREATE TABLE per_column

  column_name                varchar(30)NOT NULL,

  table_name                 char(18)NULL,

  table_sequence             smallint NOT NULL,

  column_size                int NOT NULL,

  null_flag                  smallint NOT NULL,

  sequence_flag              smallint NOT NULL,

  per_source                 int NULL,

  per_last_updated           smalldatetime NOT NULL,

  per_status                 smallint NULL,

  CONSTRAINT XPKper_column

  PRIMARY KEY(column_name,table_name)

  )

  CREATE TABLE per_key_column

  column_name                 varchar(30)NOT NULL,

  table_name                  varchar(30)NOT NULL,

  table_name                  varchar(30)NOT NULL,

  key_id                      smallint NOT NULL,

  per_0source                 int NULL,

  per_last_updated            smalldatetime NOT NULL,

  per_status                  smallint NULL,

  CONSTRAINT XPKper_key_column

            PRIMARY KEY        (column_name,table_name,
table_name,key_id)

  )
				
				<dp n="d8"/>
CREATE TABLE per_tran_type
tran_type                      smallint NOT NULL,
tran_type_name                 varchar(31)NOT NULL,
per_source                     int NULL,
per_last_updated               smalldatetime NOT NULL,
per_status                     smallint NULL,
CONSTRAINT XPKper_tran_type

      PRIMARY KEY(tran_type)
)
CREATE TABLE per_tran
object_id                      int NOT NULL,
tran_type                      smallint NOT NULL,
tran_version                   char(10)NOT NULL,
per_source                     int NULL,
per_last_updated               smalldatetime NOT NULL,
per_status                     smallint NULL,
CONSTRAINT XPKper_logical_tra

      PRIMARY KEY(object_id,tran_type)
 )
CREATE TABLE per_trigger
object_id                      int NOT NULL,
tran_type                      smallint NOT NULL,
trigger_sequence               smallint NOT NULL,
trigger_obj_name               varchar(30)NOT NULL,
trigger_tran_type              smallint NULL,
per_source                     int NULL,
per_last_updated               smalldatetime NOT NULL,
				
				<dp n="d9"/>
  per_status      smallint NULL,

  CONSTRAINT XPKper_trigger_det

            PRIMARY KEY (object_id,tran_type,
trigger_sequence)
  )

  CREATE TABLE per_logical_column

  object_id                  int NOT NULL,

  logical_col_id             smallint NOT NULL,

  logical_col_name           varchar(30)NOT NULL,

  column_name                varchar(30)NOT NULL,

  table_name                 varchar(30)NOT NULL,

  per_source                 int NULL,

  per_last_updated           smalldatetime NOT NULL,

  per_status                 smallint NULL,

  CONSTRAINT XPKperlogical_col

           PRIMARY KEY(object_id,logical_col_id)

  )

  CREATE TABLE per_tran_column

  object_id             int NOT NULL,

  logical_col_id        smaUint NOT NULL,

  tran_type             smallint NOT NULL,

  column_type           smallint NOT NULL,

  join_column           varchar(30)NULL,

  join_table            varchar(30)NULL,

  where_flag            smallint NOT NULL,

  order_by_sequence     smallint NOT NULL,

  group_by_sequence     smallint NOT NULL,

  sub_tran              varchar(30)NULL,

  per_source            int NULL,
				
				<dp n="d10"/>
per_last_updated      smalldatetime NOT NULL,
per_status            smallint NULL,
CONSTRAINT XPKper_trans_detai
PRIMARY KEY(object_id,logical_col_id,tran_type)
)
CREATE TABLE per_index_type
index_type            smallint NOT NULL,
index_type_desc       char(20)NOT NULL,
per_source            int NULL,
per_last_updated      smalldatetime NOT NULL,
per_status            smallint NULL,
CONSTRAINT XPKper_index_type

      PRIMARY KEY(index_type)
)
CREATE TABLE per_index(
table_name            varchar(30)NOT NULL,
index_sequence        smallint NOT NULL,
index_type            smallint NULL,
per_source            int NULL,
per_last_updated      smalldatetime NOT NULL,
per_status            smallint NULL,
CONSTRAINT XPKper_index

       PRIMARY KEY(table_name,index_sequence)
)
CREATE TABLE per_index_column(
column_sequence       smallint NOT NULL,
table_name            varchar(30)NOT NULL,
				
				<dp n="d11"/>
  index_sequence       smallint NOT NULL,

  table_name           varchar(30)NOT NULL,

  column_name          varchar(30)NOT NULL,

  per_source           int NULL,

  per_last_updated     smalldatetime NOT NULL,

  per_status           smallint NULL,

  CONSTRAINT XPKper_index_column

           PRIMARY KEY(column_sequence,table_name,
index_sequence)

  )

  CREATE TABLE per_config

  per_version          char(10)NOT NULL,

  sp_version           char(10)NOT NULL,

  doc_version          char(10)NOT NULL,

  install_date         smalldatetime NULL,

  per_source           int NULL,

  per_last_updated     smalldatetime NOT NULL,

  per_status           smallint NULL,

  CONSTRAINT XPKper_config

          PRIMARY KEY(per_version,sp_version,doc_version)

  )
  CREATE TABLE per_status(

  per_status_nbr       smallint NOT NULL,

  per_status_name      har(31)NOTNULL,

  per_source           int NULL,

  per_last_updated     smalldatetime NOT NULL,

  per_status           smallint NULL,

  CONSTRAINT XPKper_status

            PRIMARY KEY(per_status_nbr)
				
				<dp n="d12"/>
  )
图2所示的流程图描述了根据本发明的服务处理机1150的示范性操作方法。
如图2所示,在步骤2010中服务处理机1150(的一个实例)接收来自应用程序100的请求。这种请求被封装在应用程序请求内部的数据结构也就是请求数据结构或RDS中。在步骤2020中,服务处理机对这种应用程序请求进行解包并提取RDS的成员。数据成员包括标识符,标识符在步骤2030中由服务处理机使用来访问存储在DEX中的元数据。在步骤2040中,对照元数据对标识符进行处理。更明确一些说,服务处理机使用元数据来对请求内容接触引用并把请求的内容映射到元数据上。这种处理造成了RDS中的标识符被转换为物理表1500中使用的标识符。
解除引用这一步所返回的结果是一组用于当前的数据库实例的有效物理名。在步骤2050中,服务处理机获得该组物理名。然后在步骤2060中服务处理机使用这些数据来构建一个可以直接对数据库执行的SQL语句。再之后,在步骤2070中服务处理机执行SQL语句并收集SQL语句处理的结果。在步骤2080中,执行SQL语句的结果被重新映射到在步骤2010中所接收到的RDS中的逻辑名中。然后在步骤2090中把这些结果返回给与逻辑名相联的应用程序,以上逻辑名是应用程序在发出请求时所使用的。以此方式,应用程序便完全与物理数据库以及其中所使用的标识符隔离开来。
在本发明的另一个实施例中,还要存储与DEX数据有关的附加元数据,包含关于哪个实体对数据具有权威性的信息(也就是说,哪个应用程序拥有物理表中的数据,哪个应用程序就可以对这些数据进行更新或删除)。
在再一个示范性实施例中,显示信息和格式化信息被存储起来以用于每个逻辑对象,并且还可以为应用程序使用,用于在监视器或报告中呈现通过中介层访问的数据。在元数据中存储显示信息和格式化信息可以使得使用这些数据的应用程序能够动态呈现返回给它们的数据。

Claims (5)

1.一种用于处理数据库中数据的系统,该系统包括:
中介数据存储器;
处理机,其中处理机:
从应用程序接收处理数据的请求;
从所接收的请求中提取逻辑标识符;
通过利用逻辑标识符从中介数据存储器中获取物理标识符,把逻辑标识符转换为物理标识符;
取出由物理标识符所标识的存储在物理表中的数据;
处理所取出的数据以得到一个结果;
利用逻辑标识符把结果返回给应用程序。
2.一种用于数据库系统中处理操作的方法,包括以下步骤:
从应用程序接收处理数据的请求;
从所接收的请求中提取逻辑标识符;
把逻辑标识符转换为物理标识符;
取出由物理标识符所标识的存储在物理表中的数据;
处理所取出的数据以得到一个结果;
利用逻辑标识符把结果返回给应用程序。
3.权利要求2的方法,其中转换步骤包括利用逻辑标识符从中介数据存储器中获取物理标识符。
4.权利要求3的方法,其中中介数据被动态更新。
5.权利要求3的方法,其中中介数据存储器包含在数据库系统的元数据主题区域中。
CN99815381A 1998-11-30 1999-11-30 关系数据库管理系统中用于支持动态运行时间对象定义的方法和装置 Expired - Fee Related CN1122233C (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/201,607 US6237003B1 (en) 1998-11-30 1998-11-30 Method and apparatus for supporting dynamic run-time object definition in a relational database management system
US09/201,607 1998-11-30

Publications (2)

Publication Number Publication Date
CN1332877A true CN1332877A (zh) 2002-01-23
CN1122233C CN1122233C (zh) 2003-09-24

Family

ID=22746521

Family Applications (1)

Application Number Title Priority Date Filing Date
CN99815381A Expired - Fee Related CN1122233C (zh) 1998-11-30 1999-11-30 关系数据库管理系统中用于支持动态运行时间对象定义的方法和装置

Country Status (9)

Country Link
US (1) US6237003B1 (zh)
EP (1) EP1301874A4 (zh)
JP (1) JP2003524822A (zh)
KR (1) KR20010093796A (zh)
CN (1) CN1122233C (zh)
BR (1) BR9915785A (zh)
CA (1) CA2352840A1 (zh)
IL (1) IL143282A0 (zh)
WO (1) WO2000079429A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100336059C (zh) * 2002-10-03 2007-09-05 国际商业机器公司 智能使用用户数据以抢先阻止违反访问控制的查询的执行
CN100449545C (zh) * 2005-07-14 2009-01-07 国际商业机器公司 访问扇区数据的方法和系统
WO2017107652A1 (zh) * 2015-12-25 2017-06-29 华为技术有限公司 一种数据访问方法、装置及系统

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000172550A (ja) * 1998-12-07 2000-06-23 Fujitsu Ltd 情報処理システム間連携装置、統合情報処理システム、および情報処理システム間連携プログラムを記録した記録媒体
GB2348970B (en) * 1998-12-29 2003-10-22 Sgs Thomson Microelectronics Maintenance of a system model
US6457003B1 (en) * 1999-08-16 2002-09-24 International Business Machines Corporation Methods, systems and computer program products for logical access of data sources utilizing standard relational database management systems
EP1108407A1 (en) 1999-12-14 2001-06-20 The Procter & Gamble Company Tampon having an oval form after expansion and process for producing the same
US6490590B1 (en) * 2000-02-14 2002-12-03 Ncr Corporation Method of generating a logical data model, physical data model, extraction routines and load routines
US6574631B1 (en) * 2000-08-09 2003-06-03 Oracle International Corporation Methods and systems for runtime optimization and customization of database applications and application entities
US6842904B1 (en) * 2000-11-21 2005-01-11 Microsoft Corporation Extensible architecture for versioning APIs
US20030074209A1 (en) * 2001-10-15 2003-04-17 Tobin Christopher M. User device with service finding and purchasing functionality
US20040098294A1 (en) * 2002-09-06 2004-05-20 Eftia Oss Solutions Inc. Adaptable resource model
US7181481B2 (en) * 2003-10-20 2007-02-20 International Business Machines Corporation System and method for concurrently reorganizing logically related LOB table spaces
WO2005057365A2 (en) 2003-12-08 2005-06-23 Ebay Inc. System to automatically regenerate software code
EP1569132B1 (en) * 2004-02-23 2012-07-04 Sap Ag Computer system and method of performing a database access
US7275065B2 (en) * 2004-05-24 2007-09-25 International Business Machines Corporation Method and system for supporting per-user-per-row read/unread tracking for relational databases
US8131674B2 (en) 2004-06-25 2012-03-06 Apple Inc. Methods and systems for managing data
US7693856B2 (en) * 2004-06-25 2010-04-06 Apple Inc. Methods and systems for managing data
KR100714693B1 (ko) * 2005-06-07 2007-05-04 삼성전자주식회사 소프트웨어 모듈의 독립성을 보장하는 데이터베이스어플리케이션을 구현하는 시스템 및 방법
US8966456B2 (en) * 2006-03-24 2015-02-24 The Mathworks, Inc. System and method for providing and using meta-data in a dynamically typed array-based language
KR100872287B1 (ko) * 2007-06-26 2008-12-05 주식회사 케이티프리텔 실행 파일 실행 방법 및 장치와 이 방법을 실행하는프로그램 기록매체
US20090019022A1 (en) * 2007-07-15 2009-01-15 Dawning Technologies, Inc. Rules-based data mining
US20110302220A1 (en) * 2010-06-08 2011-12-08 Albert Marcella Sql processing for data conversion
US8612405B1 (en) 2011-09-30 2013-12-17 Emc Corporation System and method of dynamic data object upgrades
US9164751B2 (en) * 2011-09-30 2015-10-20 Emc Corporation System and method of rolling upgrades of data traits

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1991003791A1 (en) * 1989-09-01 1991-03-21 Amdahl Corporation Operating system and data base
US5181162A (en) * 1989-12-06 1993-01-19 Eastman Kodak Company Document management and production system
US5873097A (en) * 1993-05-12 1999-02-16 Apple Computer, Inc. Update mechanism for computer storage container manager
US5870764A (en) * 1993-05-12 1999-02-09 Apple Computer, Inc. Method of managing a data structure for concurrent serial and parallel revision of a work
EP0675451A3 (en) * 1994-03-30 1996-12-04 Siemens Stromberg Carlson Distributed database architecture and system for managing a distributed database for development in an open network.
US5809266A (en) * 1994-07-29 1998-09-15 Oracle Corporation Method and apparatus for generating reports using declarative tools
US5734887A (en) * 1995-09-29 1998-03-31 International Business Machines Corporation Method and apparatus for logical data access to a physical relational database
US5978808A (en) * 1995-12-27 1999-11-02 Intel Corporation Virtual small block file manager for flash memory array
US5970490A (en) * 1996-11-05 1999-10-19 Xerox Corporation Integration platform for heterogeneous databases
US6014674A (en) * 1996-11-14 2000-01-11 Sybase, Inc. Method for maintaining log compatibility in database systems
US6016394A (en) * 1997-09-17 2000-01-18 Tenfold Corporation Method and system for database application software creation requiring minimal programming
US6154750A (en) * 1998-04-01 2000-11-28 Cyberpulse Llc Method and system for navigation and data entry in heirarchically-organized database views
US6122640A (en) * 1998-09-22 2000-09-19 Platinum Technology Ip, Inc. Method and apparatus for reorganizing an active DBMS table

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100336059C (zh) * 2002-10-03 2007-09-05 国际商业机器公司 智能使用用户数据以抢先阻止违反访问控制的查询的执行
CN100449545C (zh) * 2005-07-14 2009-01-07 国际商业机器公司 访问扇区数据的方法和系统
WO2017107652A1 (zh) * 2015-12-25 2017-06-29 华为技术有限公司 一种数据访问方法、装置及系统
CN106919607A (zh) * 2015-12-25 2017-07-04 华为技术有限公司 一种数据访问方法、装置及系统
CN106919607B (zh) * 2015-12-25 2020-09-08 华为技术有限公司 一种数据访问方法、装置及系统

Also Published As

Publication number Publication date
JP2003524822A (ja) 2003-08-19
BR9915785A (pt) 2001-08-14
CA2352840A1 (en) 2000-12-28
EP1301874A4 (en) 2004-05-19
WO2000079429A1 (en) 2000-12-28
CN1122233C (zh) 2003-09-24
KR20010093796A (ko) 2001-10-29
IL143282A0 (en) 2002-04-21
US6237003B1 (en) 2001-05-22
WO2000079429A9 (en) 2001-05-17
EP1301874A1 (en) 2003-04-16

Similar Documents

Publication Publication Date Title
CN1122233C (zh) 关系数据库管理系统中用于支持动态运行时间对象定义的方法和装置
US8090693B2 (en) System, method, and article of manufacture for maintaining and accessing a whois database
AU755292B2 (en) Database synchronization and organization system and method
US7310653B2 (en) Method, system, and product for maintaining software objects during database upgrade
US6996558B2 (en) Application portability and extensibility through database schema and query abstraction
US6535874B2 (en) Technique for providing a universal query for multiple different databases
US5794247A (en) Method for representing data from non-relational, non-object-oriented datastores as queryable datastore persistent objects
CN1251088C (zh) 目标集成管理系统
US7020648B2 (en) System and method for identifying and utilizing a secondary index to access a database using a management system without an internal catalogue of online metadata
US20080281853A1 (en) Mapping Enterprise Java Bean Attributes To Database Schema
CN1717686A (zh) 自动数据合并
US5983235A (en) Method for managing queryable datastore persistent objects and queryable datastore collections in an object-oriented environment
US5761671A (en) Method for interfacing queryable datestore persistent objects to non-relational, non-object-oriented datastores
US5765161A (en) Method for encapsulating data from non-object-oriented datastores as datastore persistent objects
WO2003081464A2 (en) Database system comprising database access object with cache
US20040193568A1 (en) Abstract data model filters
CN1612138A (zh) 研究数据仓储库系统与方法
US20050114309A1 (en) Method for invoking and integrating multiple functional modules
AU780435B2 (en) Method and apparatus for supporting dynamic run-time object definition in a relational database management system
JP2001527241A (ja) オブジェクト指向データ依存性に対応するデータベース内の記憶済み手続をロードするための方法及び装置
JP2000276491A (ja) 照会を記憶するためのテーブルを有するデータベース
CN1298155A (zh) 轻量级目录访问协议服务器的永久性高速缓存

Legal Events

Date Code Title Description
C06 Publication
C10 Entry into substantive examination
PB01 Publication
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C19 Lapse of patent right due to non-payment of the annual fee
CF01 Termination of patent right due to non-payment of annual fee