Movatterモバイル変換


[0]ホーム

URL:


CN101067814A - Mapping conversion method between data access level Xml format data and relational data - Google Patents

Mapping conversion method between data access level Xml format data and relational data
Download PDF

Info

Publication number
CN101067814A
CN101067814ACN 200710015726CN200710015726ACN101067814ACN 101067814 ACN101067814 ACN 101067814ACN 200710015726CN200710015726CN 200710015726CN 200710015726 ACN200710015726 ACN 200710015726ACN 101067814 ACN101067814 ACN 101067814A
Authority
CN
China
Prior art keywords
data
field
model
relation
type
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
CN 200710015726
Other languages
Chinese (zh)
Other versions
CN100458793C (en
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.)
Inspur Group Shandong General Software Co Ltd
Original Assignee
Inspur Group Shandong General Software Co Ltd
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 Inspur Group Shandong General Software Co LtdfiledCriticalInspur Group Shandong General Software Co Ltd
Priority to CNB2007100157262ApriorityCriticalpatent/CN100458793C/en
Publication of CN101067814ApublicationCriticalpatent/CN101067814A/en
Application grantedgrantedCritical
Publication of CN100458793CpublicationCriticalpatent/CN100458793C/en
Expired - Fee Relatedlegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Landscapes

Abstract

This invention provides a mapping converting method for format data and relation data of a data access layer Xml including two periods of designing time and operation time, in which, at the designing time period, a model is set up based on the data structure of the relation data and mapping and conversion of the object and the relation data to be described as a data object and data model, and the data object means that the relation data sets up a model and abstracts the data structure of the list and view in the database to describe its name and field attribute, at the operation period, the data access an engine to structure SQL sentences dynamically for accessing database according to the element data information defined in designing and input data information to finish function of data access layer of increasing, deleting, correcting and checking automatically.

Description

Mapping conversion method between data access layer Xml formatted data and relation data
1, technical field
The present invention designs a kind of Computer Applied Technology, is specifically related to the mapping conversion method between a kind of data access layer Xml formatted data and relation data.
2, background technology
Usually can be divided into three layers on the architectural framework of software: interface presentation layer, Business Logic, data access layer.Usually in the enterprise-level application development environment, OO development approach has become main stream approach.Object only is present in the internal memory, if permanent conservation object data, need carry out the persistence of object, is about to object storage in database.Otherwise, data need be loaded from database, be configured to the object of internal memory.At present, relevant database remains database main flow, most popular, the form right and wrong of its storage data are OO.Therefore, object is carried out access visit with relational database, need shine upon and change, Here it is, and our usually said data access layer is developed.The mapping of hand-coding and service data access layer and transcode are owing to exist difference between compatible data storehouse type (Oracle, Sql Server, DB2, Sybase etc.) and the version or the like, this work loaded down with trivial details, consuming time beyond doubt.
In addition, data in the business application system, because reason such as efficient, space, a kind of data often need define a plurality of entity object types, the definition of these object types, conversion, deployment and maintenance are also comparatively loaded down with trivial details, consider the demand of communicating by letter between the heterogeneous system simultaneously, therefore need a kind of universal and uniform data layout and object form that data are encapsulated.
3, summary of the invention
The purpose of this invention is to provide mapping and conversion method between a kind of data access layer Xml formatted data and the relation data, two stages when this method mainly comprises when design and operation, wherein:
Stage when design, as shown in Figure 1, carry out modeling at the data structure of relation data and the mapping and the conversion of object and relation data, be described as two kinds of metadata of data object and data model, data object is that relation data carries out modeling, come out the data structure of table in the database and view is abstract, describe its title, field attribute etc.
Wherein table or view are described its display Name, coding, table or view name (Database Identification), author, version, date created etc.
Wherein in the field attribute, main information has: the field display Name, field name (Database Identification), field type, field length, whether must fill out, whether be key word etc.
Field type in field attribute, consider to need compatible polytype database, the data type has been carried out abstract, defined the neutral data type of a cover, and set up mapping relations between certain concrete data of database type, thereby shadow data storehouse difference.On this basis, other has defined some traffic data type of using always in the operation system, such as data types such as numbering, title, remarks, the amount of money, its effect has two: the one, make things convenient for typing, the 2nd, traffic data type is stipulated and unified, avoid because manual the program error that error causes is set.For traffic data type, expanded definition is provided, the user can expand when exploitation is used voluntarily.In addition for typing safeguard convenient, provide and database design instrument PD (Power Designer) document format between translation function.The user can carry out database design in PD, save as the PD document, directly imports to generate data object.
Data model
Business Entity is organic form of the composition of data in the operation system, generally is made of many tables of data, constitutes master slave relation and incidence relation between many tables.Data model is the data constituent relation that is used to describe Business Entity.On the basis of data object, the relation of Business Entity and Business Entity is carried out modeling, describe Business Entity data structure, the service data information of Business Entity, the relation between the Business Entity.
1) the formation structure of data model is: a master meter, and a plurality of from table, constitute master slave relation, can articulate again from showing the master slave relation of nesting from showing down.A model can be defined in the incidence relation of other models.
2) relation of data model and data object.Table in the data model is quoted from data object, the field in the field corresponding data object of showing in the data model, and this corresponding relation can be complete correspondence, also can be the part correspondence.It is the part field in the corresponding data object that can select of the table of data model.After correspondence is come, automatically according to descriptive information of data object, form the descriptor of data model, the coding of the table of data model, title are directly taken from the coding and the title of data object; The field description information of showing in the data model, part is taken from the information of the field description of data object: data type, whether must fill out, major key etc.Especially, the data type that defines on the data model is different from the data type that defines on the data object, the data type that defines on the data model is the data type towards the exploitation programming language, and the data type on the data object then is abstract in the data of database type.Such as, " VARCHAR (n) " this data type of data object definition, corresponding " string " this data type in data model.
3) the Table Properties information of data model: numbering, title, major key field appointment, major key create-rule, whether enable code field, code field appointment, code field create-rule, data staging definition, ordering definition etc.
4) the field attribute information of data model.The display Name of field, numbering, label (referring to name), field data purposes, field type, the definition of field object type, whether as row right assignment, data permission definition, whether must, whether when inserting, use, whether when upgrading, use etc.Part field attribute definition is explained as follows:
Wherein the field data purposes is: tabulation, card, printing, reference and querying condition are multiselects.
Wherein the definition of field object type is used to specify the incidence relation of field or the enumerated value definition of use.The incidence relation definition is used for the incidence relation between the definition of data model.The enumerated value definition is used for simple typing and helps.Such as "Yes", "No" or " man ", " woman " etc.Wherein row authority, data permission define the related definition that is used for permission system.
5) master slave relation of the table of data model definition.Specify master meter and, specify from one or more fields of table related as corresponding one or more fields of external key and master meter from the incidence relation between the table.
6) incidence relation between the data model.Incidence relation between the data model is made of a field in related another data model of a field of data model.A field object type definition is arranged in field attribute, when being chosen as incidence relation, can be defined in the association of another model.In association, specify field related with it in the correlation model, related subsidiary condition, and can specify in the field of inquiring about related relevant correlation model in the model, such as a customer data model, a regional field is wherein arranged, related area data model, specified associations is taken the information such as area code, title of area data model out of in association.
Data object that defines during design and data model are described with a self-defining cover XML tag, and it preserves form originally as the XML document form, manages as metadata (data of data of description) resource.
Stage during operation
Shown in Fig. 2-3, the stage when operation is by data accessing engine, the metadata information of definition during according to design, in conjunction with the data message of input, the SQL statement of dynamic constructs database access visit, accessing database is finished the function that additions and deletions change the data access layer of looking into automatically.Especially, in order to raise the efficiency, the result of dynamic construction process is carried out an amount of buffer memory.
Be compatible data storehouse difference, when data accessing engine constructing SQL and accessing database, relevant information according to metadata, type of database and version according to current accessed, difference at dialect between type of database and the version, the usage policy pattern is adjusted SQL statement dynamically to adapt to different type of database and version.
In addition, for numbering create-rule in the operation system, the integrated grade of authority provides the expansion interface definition, to use different application scenarioss.In exploitation and implementation process, according to the needs of different business scene, can self-defined realization expansion interface and be registered in the data accessing engine, with the function that realizes expanding.Acquiescence, integrated numbering create-rule and the integrated realization of authority commonly used in the data accessing engine.
At object type definition and safeguard loaded down with trivial details, data accessing engine data exchange standard be XML.When returning XML, provide the function of the XML Schema that returns XML.Data accessing engine provides the Xml access object of acquiescence, and the XML access object that also can utilize other system-based class libraries to provide conducts interviews.And for interaction data between heterogeneous system and data standard provide good support.
From external call interface aspect, defined this locality and called and two kinds of clients of We LANG CHAO GENERASOFT Co Ltd service call, be convenient to calling of different application and development patterns.
So just finish mapping and conversion XML-RelationDataMapping between data access layer Xml formatted data and relation data, abbreviated XR-Mapping as.
The invention has the beneficial effects as follows: mapping between XML formatted data and the relation data and switch technology can effectively encapsulate
Access visit to relational database, shielded underlying database because the exploitation complexity that differences such as the kind of database, version cause, a kind of standard XML data access and transformat are provided, make the developer need not write the function that any code can be realized the access visit of persistence layer, thus very effective development difficulty, the development risk that reduces software systems persistence layer.In addition, this method makes the structural adjustment of business datum become simply, when database structure and business paper structure generation adjustment, adjusts by patterned data object, data model designer, do not need to compile and the physics issue, can finish adjustment work.Effectively reduced that software systems are implemented and maintenance process in cost and risk and exploitation, the implementation cost of software vendor.Make the individual demand that software systems can the fast adaptation user, satisfy the constantly long-term objective of development and perfect information system of user.
Description of drawings
The data modeling synoptic diagram in stage when Fig. 1 is design;
Mapping during Fig. 2 between the data and conversion synoptic diagram;
Fig. 3 is the design drawing of data accessing engine high level.
4, embodiment:
Two stages when embodiment also is divided into when design (data modeling) and moves (data access, conversion).When design,, the static structure of business datum is carried out hierarchical description (data object data of description library structure, data model is described operational data structure) by data modeling; When operation, describe during according to design, dynamically resolve, finish mapping and conversion between XML data and the database relation data.
4.1 during design
As shown in Figure 1, when design:
(1) data structure that takes out according to business demand, set up data object (description of list structure in the database), the database name of description list, the affiliated row of table and the relevant field information of row (field name, type, length, precision, whether unique, whether can be null value etc.).
(2) business paper that takes out according to business demand is set up data model, describes the formation (a general business paper is to be made of from table a master meter and many) of business paper.Concrete:
Figure A20071001572600071
Select the main object of a business paper master meter corresponding data objects as data model.
If this business paper has from table, then under the main object of data model, select the subobject of each sublist corresponding data objects as data model.And related (the master meter identification field from table is related with the master meter sign) of appointment subobject and main object.
Figure A20071001572600073
Specify major key field, the code field of main object and subobject respectively,, then need enable the classification option, specify corresponding rating information if data staging information is arranged.
Specify the association attributes of main object and subobject field respectively:
■ field base attribute is as field name, field label, field description, field type etc.
If field is an external key, then the type of specific field is " association ", and specifies " data model " of its association, and definition is closed
The relevant information of ■ connection.
■ can be field and specifies codomain to enumerate.
■ is that field is specified its purposes (card, tabulation, printing etc.).
Figure A20071001572600081
In addition, can be main, subobject and specify various constraints (inspection of data deletion external key, uniqueness inspection etc.).
4.2 during operation
As shown in Figure 2, receive outside increasing, delete, change, make a thorough investigation of and ask by " data accessing engine " during operation, finish the mapping and the conversion of corresponding XML data and relation data.Can be divided into two classes to " data accessing engine " request, a class is that data are obtained, and promptly obtains relation data from relational database, and the result is converted to the XML data; The XML data are promptly imported in another kind of data input, are converted into relation data, will import synchronously (insert, upgrade) to database.
(1) data are obtained, " data model " sign according to input, the condition of inquiry, by " data accessing engine " description according to corresponding " data model ", " data object ", dynamically form the SQL of query relation database, obtain the data result collection,, be configured to the XML data and return then according to corresponding " data model " structure.
(2) data input, " data model " sign and XML according to input, dynamically be configured to the relation data result set by " data accessing engine ", and according to the description of corresponding " data model ", " data object ", dynamically form insertion, renewal, the deletion SQL of relational database, carry out SQL, finish request.When many of execution influenced the SQL of database positioning, " data accessing engine " can automatic log-on data storehouse affairs.
Like this, the parsing when modeling during by operation and operation is carried out, and has finished mapping and conversion between XML data and the relation data database data.
5, embodiment:
The present invention has successfully applied to tide GSP application development platform, and its framework as shown in Figure 3.The system designer describes the model of business datum by patterned data object, data model designer, and " data model " is applied to each module that platform need be done the relational database persistence.What these modules were used is the XML data, by to the calling of data access engine, finishes the accessing operation of XML data to relational database.
Mapping between XML formatted data and the relation data and switch technology, effectively encapsulated access visit to relational database, shielded underlying database because the exploitation complexity that differences such as the kind of database, version cause, a kind of standard XML data access and transformat are provided, make the developer need not write the function that any code can be realized the access visit of persistence layer, thus very effective development difficulty, the development risk that reduces software systems persistence layer.In addition, this method makes the structural adjustment of business datum become simply, when database structure and business paper structure generation adjustment, adjusts by patterned data object, data model designer, do not need to compile and the physics issue, can finish adjustment work.Effectively reduced that software systems are implemented and maintenance process in cost and risk and exploitation, the implementation cost of software vendor.Make the individual demand that software systems can the fast adaptation user, satisfy the constantly long-term objective of development and perfect information system of user.

Claims (1)

1. the mapping conversion method between data access layer Xml formatted data and relation data, two stages when it is characterized in that setting up separately timing and operation, wherein:
Stage when design, carry out modeling at the data structure of relation data and the mapping and the conversion of object and relation data, be described as two kinds of metadata of data object and data model; Wherein:
Data object: be that relation data carries out modeling, come out the data structure of table in the database and view is abstract, describe its title, field attribute, wherein table or view are described its display Name, coding, table or view name or Database Identification, author, version, date created; Wherein in the field attribute, main information has: the field display Name, field name, Database Identification, field type, field length, whether must fill out, whether be key word; Field type in field attribute, need to consider compatible polytype database, the data type has been carried out abstract, defined between the neutral data type of a cover and concrete certain data of database type and set up mapping relations, thus shadow data storehouse difference;
Data model: be that Business Entity is organic form of the composition of data in the operation system, generally constitute by many tables of data, constitute master slave relation and incidence relation between many tables, data model is the data constituent relation that is used to describe Business Entity, on the basis of data object, the relation of Business Entity and Business Entity is carried out modeling, describe Business Entity data structure, the service data information of Business Entity, the relation between the Business Entity; Wherein:
1) the formation structure of data model is: a master meter, and a plurality of from table, constitute master slave relation, from showing down to articulate again from table, the master slave relation of nesting, the incidence relation of a model definition and other models;
2) relation of data model and data object is: the table in the data model, quote from data object, field in the field corresponding data object of showing in the data model, this corresponding relation can be complete correspondence, also can be the part correspondence, i.e. part field in the corresponding data object of the table of data model selection; After correspondence is come, automatically according to descriptive information of data object, form the descriptor of data model, the coding of the table of data model, title are directly taken from the coding and the title of data object; The field description information of showing in the data model, part is taken from the information of the field description of data object: data type, whether must fill out, major key etc., especially, the data type that defines on the data model is different from the data type that defines on the data object, the data type that defines on the data model is the data type towards the exploitation programming language, and the data type on the data object then is abstract in the data of database type; Such as, " VARCHAR (n) " this data type of data object definition, corresponding " string " this data type in data model;
3) the Table Properties information of data model is: numbering, title, major key field appointment, major key create-rule, whether enable code field, code field appointment, code field create-rule, data staging definition, ordering definition etc.:
4) the field attribute information of data model is: the display Name of field, numbering, label or refer to name, field data purposes, field type, the definition of field object type, whether as row right assignment, data permission definition, whether must, whether when inserting, use, whether when upgrading, use; Part field attribute definition is explained as follows:
Wherein the field data purposes is: tabulation, card, printing, reference and querying condition are multiselects;
Wherein the definition of field object type is used to specify the incidence relation of field or the enumerated value definition of use: the incidence relation definition is used for the incidence relation between the definition of data model, enumerated value definition is used for simple typing and helps, such as "Yes", "No" or " man ", " woman " etc.; Wherein row authority, data permission define the related definition that is used for permission system;
5) master slave relation of the table of data model definition: specify master meter and, specify from one or more fields of table related as corresponding one or more fields of external key and master meter from the incidence relation between the table;
6) incidence relation between the data model: the incidence relation between the data model is made of a field in related another data model of a field of data model, a field object type definition is arranged in field attribute, when being chosen as incidence relation, can be defined in the association of another model, in association, specify field related with it in the correlation model, related subsidiary condition, and specify in the model field of the related relevant correlation model of inquiry, such as a customer data model, a regional field is wherein arranged, related area data model, specified associations is taken the area code of area data model out of in association, the information of title;
Data object that defines during design and data model are described with a self-defining cover XML tag, and it preserves form originally as the XML document form, manages as the data resource of metadata or data of description;
Stage when operation, by data accessing engine, the metadata information of definition during according to design, data message in conjunction with input, the SQL statement of dynamic constructs database access visit, accessing database is finished the function that additions and deletions change the data access layer of looking into automatically, in order to raise the efficiency, the result of dynamic construction process is carried out an amount of buffer memory;
Be compatible data storehouse difference, when data accessing engine constructing SQL and accessing database, relevant information according to metadata, type of database and version according to current accessed, difference at dialect between type of database and the version, the usage policy pattern is adjusted SQL statement dynamically to adapt to different type of database and version;
For numbering create-rule in the operation system, the integrated grade of authority provides the expansion interface definition, to use different application scenarioss; In exploitation and implementation process, according to the needs of different business scene, self-defined realization expansion interface also is registered in the data accessing engine, to realize the function of expansion; Integrated numbering create-rule and the integrated realization of authority commonly used in the data accessing engine of acquiescence;
At object type definition and safeguard loaded down with trivial details, data accessing engine data exchange standard be XML, when returning XML, the function of the XML Schema that returns XML is provided, data accessing engine provides the Xml access object of acquiescence, or the XML access object that the system-based class libraries that utilizes other provides conducts interviews, and provides good support for interaction data between heterogeneous system and data standard; From external call interface aspect, having defined this locality calls and two kinds of clients of We LANG CHAO GENERASOFT Co Ltd service call, be convenient to calling of different application and development patterns, so just finish mapping and conversion XML-RelationData Mapping between data access layer Xml formatted data and relation data, abbreviated XR-Mapping as.
CNB2007100157262A2007-05-102007-05-10Mapping conversion method between data access level Xml format data and relational dataExpired - Fee RelatedCN100458793C (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CNB2007100157262ACN100458793C (en)2007-05-102007-05-10Mapping conversion method between data access level Xml format data and relational data

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CNB2007100157262ACN100458793C (en)2007-05-102007-05-10Mapping conversion method between data access level Xml format data and relational data

Publications (2)

Publication NumberPublication Date
CN101067814Atrue CN101067814A (en)2007-11-07
CN100458793C CN100458793C (en)2009-02-04

Family

ID=38880376

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CNB2007100157262AExpired - Fee RelatedCN100458793C (en)2007-05-102007-05-10Mapping conversion method between data access level Xml format data and relational data

Country Status (1)

CountryLink
CN (1)CN100458793C (en)

Cited By (109)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101634942A (en)*2008-07-242010-01-27北大方正集团有限公司Method and system for dynamically creating data tables
CN101458851B (en)*2008-12-232010-06-23浪潮齐鲁软件产业有限公司Customizing method for wide invoice simulation template in tax control system
CN101840430A (en)*2010-04-282010-09-22北京握奇数据系统有限公司Intelligent card database multi-list operation method and device
CN101887452A (en)*2010-06-302010-11-17山东中创软件工程股份有限公司Data dictionary maintenance method and device thereof
CN101963963A (en)*2009-07-232011-02-02北京数码大方科技有限公司Method for constructing database meta-model
CN101980213A (en)*2010-11-232011-02-23中国科学院软件研究所 A J2EE-based data persistence method and system
CN102053841A (en)*2011-01-062011-05-11国电南京自动化股份有限公司Embedded active memory object database design method
CN102081661A (en)*2011-01-192011-06-01吉林大学Data integration method and system of heterogeneous relational database based on XML (Extensive Makeup Language)
CN102081656A (en)*2011-01-122011-06-01江苏梦兰神彩科技发展有限公司Data acquisition and distribution system of cross-platform heterogeneous database
WO2011066719A1 (en)*2009-12-012011-06-09Fu ZhijieMethod for classification, storage, and query of data
CN102119384A (en)*2008-09-082011-07-06汤姆逊许可公司Method and device for encoding elements
CN102129357A (en)*2010-01-142011-07-20佳能株式会社Information processing apparatus and information processing apparatus control method
CN102254022A (en)*2011-07-272011-11-23河海大学Method for sharing metadata of information resources of various data types
CN101436185B (en)*2007-11-122012-02-01北大方正集团有限公司 A Method of Using XML Memory Tree to Realize the Compatibility of Multiple Files
CN102346774A (en)*2011-09-262012-02-08深圳市信游天下网络科技有限公司Database operation method and device
CN102411598A (en)*2011-07-292012-04-11株洲南车时代电气股份有限公司Method and system for realizing data consistency
CN102456051A (en)*2010-10-272012-05-16北京大学Method and device for importing/exporting data of database
CN101464864B (en)*2007-12-182012-05-23新奥特(北京)视频技术有限公司Method for indexing and querying media material by using relational database
CN102567508A (en)*2011-12-202012-07-11南京大学Mass raster data format conversion parallel method based on abstract data model
CN102567451A (en)*2010-10-282012-07-11微软公司Generating data models
CN102622436A (en)*2012-02-292012-08-01浙江吉利汽车研究院有限公司Data table establishing method of human resource management system
CN102662997A (en)*2012-03-152012-09-12北京播思软件技术有限公司Method of storing XML data into relational database
CN102750358A (en)*2012-06-122012-10-24中国电力科学研究院Mapping method and system of system data model to common information model (CIM)
CN102819609A (en)*2012-08-232012-12-12国电南京自动化股份有限公司Modeling method for persisting data model
CN101739436B (en)*2009-09-282012-12-19浙江工商大学XML-based flexible data migration method
CN102867001A (en)*2011-07-052013-01-09腾讯科技(北京)有限公司Method and device for acquiring information
CN102929664A (en)*2012-10-162013-02-13南京通达海信息技术有限公司Conventional data exchange method based on XSD structure
CN102982010A (en)*2011-09-022013-03-20北大方正集团有限公司Method and device for abstracting document structure
CN103020115A (en)*2012-11-132013-04-03深圳市同洲电子股份有限公司Data caching method, cache server and system
CN103092874A (en)*2011-11-012013-05-08镇江华扬信息科技有限公司XML (Extensive Makeup Language) based isomerous data exchange method
CN103246753A (en)*2013-05-302013-08-14安徽皖通科技股份有限公司Method for generating entity metadata model according to database structure
CN103246649A (en)*2012-02-022013-08-14中国航空工业集团公司沈阳飞机设计研究所Dynamic database building method
CN103279509A (en)*2013-05-172013-09-04北京首钢自动化信息技术有限公司Fast inquiring method using dynamic inquiring language
CN103425779A (en)*2013-08-192013-12-04曙光信息产业股份有限公司Data processing method and data processing device
CN103488534A (en)*2013-09-232014-01-01浪潮集团山东通用软件有限公司Method for enabling business logic layer to feed back control information to presentation layer
CN103593457A (en)*2013-11-222014-02-19方正国际软件有限公司Method for converting document format
CN103678442A (en)*2012-08-302014-03-26国际商业机器公司Method and system of database table format conversion based on user data access patterns
CN103714068A (en)*2012-09-292014-04-09金蝶软件(中国)有限公司Method and device for just-in-time data updating
CN103810281A (en)*2014-02-202014-05-21浪潮集团有限公司Method for achieving data synchronization through timing task based on cloud computing
CN103853714A (en)*2012-11-282014-06-11中国移动通信集团河南有限公司Data processing method and device
CN104050264A (en)*2014-06-192014-09-17华为技术有限公司Method and device for generating SQL statement
CN104133890A (en)*2014-07-302014-11-05四川中亚联邦科技有限公司Cloud large data processing method and system
CN104166705A (en)*2014-08-062014-11-26广州华多网络科技有限公司Access method and device of database
CN104317916A (en)*2014-10-282015-01-28用友优普信息技术有限公司Device and method for expanding business receipts of data association unit
CN104376103A (en)*2014-11-262015-02-25浪潮电子信息产业股份有限公司Multi-HBase table association method based on snowflake model
CN104598592A (en)*2015-01-202015-05-06北京仿真中心XML (Extensive Markup Language)-based database custom method and system
CN104679909A (en)*2015-03-252015-06-03郑州悉知信息技术有限公司Website TDK (Title, Description and Keyword) setting method and device
US9069830B2 (en)2011-03-292015-06-30International Business Machines CorporationRetrieving data objects
CN104881747A (en)*2015-06-012015-09-02北京圆通慧达管理软件开发有限公司Data collaboration method and data collaboration system
CN104932870A (en)*2014-03-182015-09-23腾讯科技(深圳)有限公司Unreal script data processing method and unreal script data processing device
CN105045912A (en)*2015-08-132015-11-11浪潮通用软件有限公司Relational database data distribution method
CN105159920A (en)*2015-07-282015-12-16卡斯柯信号有限公司Attribute tag based database access method
CN105488117A (en)*2015-11-232016-04-13浪潮集团有限公司User-defined object processing method and apparatus
CN105843605A (en)*2016-03-172016-08-10中国银行股份有限公司Data mapping data and device
CN105913198A (en)*2016-05-112016-08-31邓意麒Physical entity class model construction module used for intelligent port, intelligent port and intelligent network
CN106021594A (en)*2016-06-062016-10-12福建榕基软件股份有限公司 Mapping processing method and system of database table and XML message
CN106022944A (en)*2016-05-272016-10-12中国石油天然气股份有限公司Data volume conversion method and device for conventional and streamline models in numerical reservoir simulation
CN106708891A (en)*2015-11-172017-05-24中兴通讯股份有限公司Network management data synchronizing method and device
CN106844323A (en)*2017-02-202017-06-13济南浪潮高新科技投资发展有限公司A kind of entity construction method and device
CN106886592A (en)*2017-02-212017-06-23北京航空航天大学A kind of city space-time data collecting system and method based on data source service
CN106909689A (en)*2017-03-072017-06-30山东浪潮云服务信息科技有限公司A kind of data fusion method and device
CN106919615A (en)*2015-12-282017-07-04航天信息股份有限公司Data access method and system
CN107092587A (en)*2017-05-022017-08-25山东浪潮通软信息科技有限公司A kind of business voucher generation method and device
CN107577812A (en)*2017-09-292018-01-12北京酷我科技有限公司A kind of method for quickly reading of entity data bak
CN107657036A (en)*2017-09-292018-02-02北京酷我科技有限公司A kind of production method of database object placement model
CN107657038A (en)*2017-09-292018-02-02北京酷我科技有限公司A kind of database method for quickly reading
CN107832395A (en)*2017-10-302018-03-23山东浪潮通软信息科技有限公司A kind of data processing method, device, computer-readable recording medium and storage control
CN107908640A (en)*2017-09-272018-04-13国网浙江省电力公司杭州供电公司A kind of Business Entity relation Intelligent exploration engine implementing method
WO2018076971A1 (en)*2016-10-312018-05-03凯美瑞德(苏州)信息科技股份有限公司Xml data manipulation method and apparatus
CN107992292A (en)*2017-11-292018-05-04商派软件有限公司A kind of method defined by schema forms progress database
CN108038222A (en)*2017-12-222018-05-15冶金自动化研究设计院System for Information System Modeling and entity-property frame of data access
CN108121739A (en)*2016-11-302018-06-05株式会社日立制作所Method of data capture and data gathering system
CN108170759A (en)*2017-12-222018-06-15平安养老保险股份有限公司Method, apparatus, computer equipment and the storage medium of tip-offs about environmental issues processing
CN108463781A (en)*2016-01-132018-08-28罗伯特·博世有限公司Method and system for information transmission
CN108604278A (en)*2015-10-232018-09-28甲骨文国际公司 Self-describing configuration with support for shared data tables
CN108804480A (en)*2017-05-052018-11-13天津中铁电气化设计研究院有限公司A kind of analyzing platform and design method of novel dynamic generation data operation commands
CN108875038A (en)*2018-06-272018-11-23南京南瑞继保电气有限公司The method and system of hierarchical structure real-time data base are attached under relational database data
CN108874944A (en)*2018-06-042018-11-23刘洋A kind of isomeric data mapped system and method based on XSL language conversion
CN108897897A (en)*2018-07-242018-11-27艾普阳科技(深圳)有限公司A kind of data processing method and device
CN108984712A (en)*2018-07-062018-12-11深圳前海微众银行股份有限公司Counting method, equipment and readable storage medium storing program for executing are made based on business scenario
CN109377159A (en)*2018-09-192019-02-22成都信息工程大学 A software modeling process entity evolution system and method, processor and terminal
CN109446380A (en)*2018-11-022019-03-08鲁班(北京)电子商务科技有限公司A method of two tables of data relationships are described based on XML
CN109471957A (en)*2018-09-192019-03-15北京悦图遥感科技发展有限公司A kind of metadata conversion method and device based on unified label
CN109582647A (en)*2018-11-212019-04-05珠海市新德汇信息技术有限公司A kind of analysis method and system towards the unstructured instrument of evidence
CN109660638A (en)*2018-12-102019-04-19中共中央办公厅电子科技学院A kind of data store organisation and DNS data storage system
CN109656928A (en)*2018-12-242019-04-19成都四方伟业软件股份有限公司Relationship preparation method and device between table
CN109684329A (en)*2018-12-132019-04-26高新兴科技集团股份有限公司A kind of method for managing resource based on data center apparatus
CN109815242A (en)*2019-02-022019-05-28中国农业银行股份有限公司A kind of data processing method and system
CN109918084A (en)*2019-03-122019-06-21浪潮通用软件有限公司A kind of data mapping method of business management system
CN110019555A (en)*2017-12-262019-07-16中国科学院沈阳自动化研究所A kind of relation data semantization modeling method
CN110019969A (en)*2017-12-052019-07-16北京京东尚科信息技术有限公司Handle the method and system of semi-structured data
CN110399419A (en)*2019-07-302019-11-01上海金融期货信息技术有限公司A kind of relationship type template memory database system
CN111143449A (en)*2019-12-122020-05-12北京中电普华信息技术有限公司Data service method and device based on unified data model
CN111209319A (en)*2018-11-212020-05-29华为技术有限公司Data service method and device
CN111427867A (en)*2020-03-302020-07-17杭州华望系统科技有限公司Model persistence method based on hybrid storage
CN111443970A (en)*2020-03-242020-07-24山东浪潮通软信息科技有限公司Method, device and equipment for assembling multi-source data and readable medium
WO2021042532A1 (en)*2019-09-052021-03-11平安科技(深圳)有限公司Database information analysis method and apparatus, computer apparatus, and storage medium
CN112732833A (en)*2021-01-082021-04-30西安交通大学Universal data bridge architecture for acquiring block chain information and design method
CN112749157A (en)*2019-10-302021-05-04北京国双科技有限公司Data table processing method and device, storage medium and equipment
CN112860899A (en)*2021-03-162021-05-28中化现代农业有限公司Label generation method and device, computer equipment and computer readable storage medium
CN113051650A (en)*2021-04-012021-06-29中铁成都科学技术研究院有限公司Real-time acquisition method and device for building information model component data
CN113377871A (en)*2021-06-222021-09-10特赞(上海)信息科技有限公司Data synchronization method, device and storage medium
CN113535844A (en)*2021-09-152021-10-22山东耕元数据科技有限公司 A data aggregation method and system
CN114297330A (en)*2021-12-282022-04-08北京达美盛软件股份有限公司Data map generation method and device
CN114416858A (en)*2021-12-282022-04-29北京达美盛软件股份有限公司 A data map generating device and its track recording method
CN114792145A (en)*2022-05-272022-07-26中国标准化研究院Standard digital management maintenance system and method based on knowledge graph
CN115544180A (en)*2022-10-202022-12-30恩核(北京)信息技术有限公司 Method and device for generating Barker representation E-R model
CN116302091A (en)*2022-12-062023-06-23中汽创智科技有限公司Migration code processing method and device, electronic equipment and storage medium
CN117170908A (en)*2023-09-192023-12-05中国铁道科学研究院集团有限公司通信信号研究所 Data exchange method, system and device based on heterogeneous data of network system

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101901265B (en)*2010-07-292012-06-13中国运载火箭技术研究院Objectification management system of virtual test data
CN101930464B (en)*2010-08-252012-08-08华南理工大学RFID logistics application-orientated loose heterogeneous data exchange system and method
CN107577467A (en)*2017-10-202018-01-12郑州云海信息技术有限公司A kind of java implementation methods of TOSCA specifications

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6732095B1 (en)*2001-04-132004-05-04Siebel Systems, Inc.Method and apparatus for mapping between XML and relational representations
AU2002334721B2 (en)*2001-09-282008-10-23Oracle International CorporationAn index structure to access hierarchical data in a relational database system
CN1760871A (en)*2004-10-152006-04-19微软公司Mapping of schema data into data structures
US7567968B2 (en)*2005-01-312009-07-28Microsoft CorporationIntegration of a non-relational query language with a relational data store
CN100397397C (en)*2005-10-312008-06-25北京神舟航天软件技术有限公司XML data storage and access method based on relational database

Cited By (161)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101436185B (en)*2007-11-122012-02-01北大方正集团有限公司 A Method of Using XML Memory Tree to Realize the Compatibility of Multiple Files
CN101464864B (en)*2007-12-182012-05-23新奥特(北京)视频技术有限公司Method for indexing and querying media material by using relational database
CN101634942A (en)*2008-07-242010-01-27北大方正集团有限公司Method and system for dynamically creating data tables
CN102119384B (en)*2008-09-082014-06-11汤姆逊许可公司Method and device for encoding elements
CN102119384A (en)*2008-09-082011-07-06汤姆逊许可公司Method and device for encoding elements
CN101458851B (en)*2008-12-232010-06-23浪潮齐鲁软件产业有限公司Customizing method for wide invoice simulation template in tax control system
CN101963963A (en)*2009-07-232011-02-02北京数码大方科技有限公司Method for constructing database meta-model
CN101739436B (en)*2009-09-282012-12-19浙江工商大学XML-based flexible data migration method
WO2011066719A1 (en)*2009-12-012011-06-09Fu ZhijieMethod for classification, storage, and query of data
US8559047B2 (en)2010-01-142013-10-15Canon Kabushiki KaishaInformation processing apparatus, information processing apparatus control method, and storage medium
CN102129357A (en)*2010-01-142011-07-20佳能株式会社Information processing apparatus and information processing apparatus control method
CN102129357B (en)*2010-01-142015-09-02佳能株式会社Signal conditioning package and information processing apparatus control method
CN101840430A (en)*2010-04-282010-09-22北京握奇数据系统有限公司Intelligent card database multi-list operation method and device
CN101887452A (en)*2010-06-302010-11-17山东中创软件工程股份有限公司Data dictionary maintenance method and device thereof
CN102456051A (en)*2010-10-272012-05-16北京大学Method and device for importing/exporting data of database
CN102567451B (en)*2010-10-282014-11-19微软公司Generating data models
CN102567451A (en)*2010-10-282012-07-11微软公司Generating data models
CN101980213B (en)*2010-11-232012-09-19中国科学院软件研究所 A J2EE-based data persistence method and system
CN101980213A (en)*2010-11-232011-02-23中国科学院软件研究所 A J2EE-based data persistence method and system
CN102053841A (en)*2011-01-062011-05-11国电南京自动化股份有限公司Embedded active memory object database design method
CN102053841B (en)*2011-01-062013-07-31国电南京自动化股份有限公司Embedded active memory object database design method
CN102081656A (en)*2011-01-122011-06-01江苏梦兰神彩科技发展有限公司Data acquisition and distribution system of cross-platform heterogeneous database
CN102081661A (en)*2011-01-192011-06-01吉林大学Data integration method and system of heterogeneous relational database based on XML (Extensive Makeup Language)
US9069831B2 (en)2011-03-292015-06-30International Business Machines CorporationRetrieving data objects
US9069830B2 (en)2011-03-292015-06-30International Business Machines CorporationRetrieving data objects
CN102867001B (en)*2011-07-052019-12-24腾讯科技(北京)有限公司Method and device for acquiring information
CN102867001A (en)*2011-07-052013-01-09腾讯科技(北京)有限公司Method and device for acquiring information
CN102254022A (en)*2011-07-272011-11-23河海大学Method for sharing metadata of information resources of various data types
CN102411598B (en)*2011-07-292013-07-31株洲南车时代电气股份有限公司Method and system for realizing data consistency
CN102411598A (en)*2011-07-292012-04-11株洲南车时代电气股份有限公司Method and system for realizing data consistency
CN102982010B (en)*2011-09-022016-06-22北大方正集团有限公司The method and apparatus extracting file structure
CN102982010A (en)*2011-09-022013-03-20北大方正集团有限公司Method and device for abstracting document structure
CN102346774B (en)*2011-09-262013-09-18深圳市信游天下网络科技有限公司Database operation method
CN102346774A (en)*2011-09-262012-02-08深圳市信游天下网络科技有限公司Database operation method and device
CN103092874A (en)*2011-11-012013-05-08镇江华扬信息科技有限公司XML (Extensive Makeup Language) based isomerous data exchange method
CN102567508A (en)*2011-12-202012-07-11南京大学Mass raster data format conversion parallel method based on abstract data model
CN102567508B (en)*2011-12-202014-05-14南京大学Mass raster data format conversion parallel method based on abstract data model
CN103246649A (en)*2012-02-022013-08-14中国航空工业集团公司沈阳飞机设计研究所Dynamic database building method
CN102622436A (en)*2012-02-292012-08-01浙江吉利汽车研究院有限公司Data table establishing method of human resource management system
CN102662997B (en)*2012-03-152015-09-16播思通讯技术(北京)有限公司A kind of storing X ML data are to the method for relational database
CN102662997A (en)*2012-03-152012-09-12北京播思软件技术有限公司Method of storing XML data into relational database
CN102750358A (en)*2012-06-122012-10-24中国电力科学研究院Mapping method and system of system data model to common information model (CIM)
CN102819609B (en)*2012-08-232016-06-08国电南京自动化股份有限公司A kind of perdurable data model modelling approach
CN102819609A (en)*2012-08-232012-12-12国电南京自动化股份有限公司Modeling method for persisting data model
CN103678442A (en)*2012-08-302014-03-26国际商业机器公司Method and system of database table format conversion based on user data access patterns
US10725991B2 (en)2012-08-302020-07-28International Business Machines CorporationDatabase table format conversion based on user data access patterns in a networked computing environment
US9875265B2 (en)2012-08-302018-01-23International Business Machines CorporationDatabase table format conversion based on user data access patterns in a networked computing environment
US11163739B2 (en)2012-08-302021-11-02International Business Machines CorporationDatabase table format conversion based on user data access patterns in a networked computing environment
CN103714068A (en)*2012-09-292014-04-09金蝶软件(中国)有限公司Method and device for just-in-time data updating
CN102929664A (en)*2012-10-162013-02-13南京通达海信息技术有限公司Conventional data exchange method based on XSD structure
CN103020115A (en)*2012-11-132013-04-03深圳市同洲电子股份有限公司Data caching method, cache server and system
CN103853714A (en)*2012-11-282014-06-11中国移动通信集团河南有限公司Data processing method and device
CN103853714B (en)*2012-11-282017-06-20中国移动通信集团河南有限公司A kind of data processing method and device
CN103279509A (en)*2013-05-172013-09-04北京首钢自动化信息技术有限公司Fast inquiring method using dynamic inquiring language
CN103279509B (en)*2013-05-172016-05-25北京首钢自动化信息技术有限公司A kind of method for quickly querying that adopts dynamic queries language
CN103246753A (en)*2013-05-302013-08-14安徽皖通科技股份有限公司Method for generating entity metadata model according to database structure
CN103425779A (en)*2013-08-192013-12-04曙光信息产业股份有限公司Data processing method and data processing device
CN103488534A (en)*2013-09-232014-01-01浪潮集团山东通用软件有限公司Method for enabling business logic layer to feed back control information to presentation layer
CN103593457A (en)*2013-11-222014-02-19方正国际软件有限公司Method for converting document format
CN103593457B (en)*2013-11-222017-02-08北大医疗信息技术有限公司Method for converting document format
CN103810281A (en)*2014-02-202014-05-21浪潮集团有限公司Method for achieving data synchronization through timing task based on cloud computing
CN104932870A (en)*2014-03-182015-09-23腾讯科技(深圳)有限公司Unreal script data processing method and unreal script data processing device
WO2015139646A1 (en)*2014-03-182015-09-24Tencent Technology (Shenzhen) Company LimitedData processing method and apparatus for unrealscript
CN104932870B (en)*2014-03-182019-05-24腾讯科技(深圳)有限公司A kind of data processing method and device to illusory script
CN104050264A (en)*2014-06-192014-09-17华为技术有限公司Method and device for generating SQL statement
CN104133890B (en)*2014-07-302016-02-10四川中亚联邦科技有限公司A kind of large data processing method in high in the clouds and system
CN104133890A (en)*2014-07-302014-11-05四川中亚联邦科技有限公司Cloud large data processing method and system
CN104166705A (en)*2014-08-062014-11-26广州华多网络科技有限公司Access method and device of database
CN104317916A (en)*2014-10-282015-01-28用友优普信息技术有限公司Device and method for expanding business receipts of data association unit
CN104376103A (en)*2014-11-262015-02-25浪潮电子信息产业股份有限公司Multi-HBase table association method based on snowflake model
CN104376103B (en)*2014-11-262017-10-03浪潮电子信息产业股份有限公司A kind of multiple HBase table correlating methods based on snowflake model
CN104598592A (en)*2015-01-202015-05-06北京仿真中心XML (Extensive Markup Language)-based database custom method and system
CN104679909B (en)*2015-03-252018-07-17郑州悉知信息科技股份有限公司A kind of method and device of setting website TDK
CN104679909A (en)*2015-03-252015-06-03郑州悉知信息技术有限公司Website TDK (Title, Description and Keyword) setting method and device
CN104881747A (en)*2015-06-012015-09-02北京圆通慧达管理软件开发有限公司Data collaboration method and data collaboration system
CN105159920A (en)*2015-07-282015-12-16卡斯柯信号有限公司Attribute tag based database access method
CN105045912A (en)*2015-08-132015-11-11浪潮通用软件有限公司Relational database data distribution method
CN108604278A (en)*2015-10-232018-09-28甲骨文国际公司 Self-describing configuration with support for shared data tables
CN106708891A (en)*2015-11-172017-05-24中兴通讯股份有限公司Network management data synchronizing method and device
CN105488117A (en)*2015-11-232016-04-13浪潮集团有限公司User-defined object processing method and apparatus
CN106919615A (en)*2015-12-282017-07-04航天信息股份有限公司Data access method and system
CN108463781A (en)*2016-01-132018-08-28罗伯特·博世有限公司Method and system for information transmission
CN105843605B (en)*2016-03-172019-03-08中国银行股份有限公司A kind of data mapping method and device
CN105843605A (en)*2016-03-172016-08-10中国银行股份有限公司Data mapping data and device
CN105913198A (en)*2016-05-112016-08-31邓意麒Physical entity class model construction module used for intelligent port, intelligent port and intelligent network
CN106022944A (en)*2016-05-272016-10-12中国石油天然气股份有限公司Data volume conversion method and device for conventional and streamline models in numerical reservoir simulation
CN106021594B (en)*2016-06-062019-06-11福建榕基软件股份有限公司 Mapping processing method and system of database table and XML message
CN106021594A (en)*2016-06-062016-10-12福建榕基软件股份有限公司 Mapping processing method and system of database table and XML message
WO2018076971A1 (en)*2016-10-312018-05-03凯美瑞德(苏州)信息科技股份有限公司Xml data manipulation method and apparatus
CN108121739B (en)*2016-11-302022-07-19株式会社日立制作所Data collection method and data collection system
CN108121739A (en)*2016-11-302018-06-05株式会社日立制作所Method of data capture and data gathering system
CN106844323A (en)*2017-02-202017-06-13济南浪潮高新科技投资发展有限公司A kind of entity construction method and device
CN106886592A (en)*2017-02-212017-06-23北京航空航天大学A kind of city space-time data collecting system and method based on data source service
CN106909689A (en)*2017-03-072017-06-30山东浪潮云服务信息科技有限公司A kind of data fusion method and device
CN107092587A (en)*2017-05-022017-08-25山东浪潮通软信息科技有限公司A kind of business voucher generation method and device
CN108804480A (en)*2017-05-052018-11-13天津中铁电气化设计研究院有限公司A kind of analyzing platform and design method of novel dynamic generation data operation commands
CN107908640A (en)*2017-09-272018-04-13国网浙江省电力公司杭州供电公司A kind of Business Entity relation Intelligent exploration engine implementing method
CN107657038A (en)*2017-09-292018-02-02北京酷我科技有限公司A kind of database method for quickly reading
CN107657036A (en)*2017-09-292018-02-02北京酷我科技有限公司A kind of production method of database object placement model
CN107577812A (en)*2017-09-292018-01-12北京酷我科技有限公司A kind of method for quickly reading of entity data bak
CN107832395A (en)*2017-10-302018-03-23山东浪潮通软信息科技有限公司A kind of data processing method, device, computer-readable recording medium and storage control
CN107992292A (en)*2017-11-292018-05-04商派软件有限公司A kind of method defined by schema forms progress database
CN110019969A (en)*2017-12-052019-07-16北京京东尚科信息技术有限公司Handle the method and system of semi-structured data
CN110019969B (en)*2017-12-052021-06-29北京京东尚科信息技术有限公司Method and system for processing semi-structured data
CN108038222B (en)*2017-12-222022-01-11冶金自动化研究设计院System of entity-attribute framework for information system modeling and data access
CN108170759B (en)*2017-12-222020-10-23平安养老保险股份有限公司Complaint case processing method and device, computer equipment and storage medium
CN108170759A (en)*2017-12-222018-06-15平安养老保险股份有限公司Method, apparatus, computer equipment and the storage medium of tip-offs about environmental issues processing
CN108038222A (en)*2017-12-222018-05-15冶金自动化研究设计院System for Information System Modeling and entity-property frame of data access
CN110019555B (en)*2017-12-262023-08-25中国科学院沈阳自动化研究所Relation data semantical modeling method
CN110019555A (en)*2017-12-262019-07-16中国科学院沈阳自动化研究所A kind of relation data semantization modeling method
CN108874944B (en)*2018-06-042022-06-03刘洋XSL language transformation-based heterogeneous data mapping system and method
CN108874944A (en)*2018-06-042018-11-23刘洋A kind of isomeric data mapped system and method based on XSL language conversion
CN108875038A (en)*2018-06-272018-11-23南京南瑞继保电气有限公司The method and system of hierarchical structure real-time data base are attached under relational database data
CN108984712A (en)*2018-07-062018-12-11深圳前海微众银行股份有限公司Counting method, equipment and readable storage medium storing program for executing are made based on business scenario
CN108897897B (en)*2018-07-242021-01-05艾普阳科技(深圳)有限公司Data processing method and device
CN108897897A (en)*2018-07-242018-11-27艾普阳科技(深圳)有限公司A kind of data processing method and device
CN109471957B (en)*2018-09-192020-08-04北京悦图数据科技发展有限公司Metadata conversion method and device based on uniform tags
CN109377159A (en)*2018-09-192019-02-22成都信息工程大学 A software modeling process entity evolution system and method, processor and terminal
CN109471957A (en)*2018-09-192019-03-15北京悦图遥感科技发展有限公司A kind of metadata conversion method and device based on unified label
CN109446380A (en)*2018-11-022019-03-08鲁班(北京)电子商务科技有限公司A method of two tables of data relationships are described based on XML
CN111209319A (en)*2018-11-212020-05-29华为技术有限公司Data service method and device
CN109582647B (en)*2018-11-212022-09-30珠海市新德汇信息技术有限公司Unstructured evidence file oriented analysis method and system
CN111209319B (en)*2018-11-212022-03-29华为云计算技术有限公司Data service method and device
CN109582647A (en)*2018-11-212019-04-05珠海市新德汇信息技术有限公司A kind of analysis method and system towards the unstructured instrument of evidence
CN109660638A (en)*2018-12-102019-04-19中共中央办公厅电子科技学院A kind of data store organisation and DNS data storage system
CN109684329B (en)*2018-12-132021-04-23高新兴科技集团股份有限公司Resource management method based on data center equipment
CN109684329A (en)*2018-12-132019-04-26高新兴科技集团股份有限公司A kind of method for managing resource based on data center apparatus
CN109656928B (en)*2018-12-242020-09-01成都四方伟业软件股份有限公司Method and device for obtaining relationships between tables
CN109656928A (en)*2018-12-242019-04-19成都四方伟业软件股份有限公司Relationship preparation method and device between table
CN109815242A (en)*2019-02-022019-05-28中国农业银行股份有限公司A kind of data processing method and system
CN109815242B (en)*2019-02-022021-04-02中国农业银行股份有限公司Data processing method and system
CN109918084A (en)*2019-03-122019-06-21浪潮通用软件有限公司A kind of data mapping method of business management system
CN109918084B (en)*2019-03-122022-03-15浪潮通用软件有限公司Data mapping method of service management system
CN110399419B (en)*2019-07-302023-03-24上海金融期货信息技术有限公司Relational template memory database system
CN110399419A (en)*2019-07-302019-11-01上海金融期货信息技术有限公司A kind of relationship type template memory database system
WO2021042532A1 (en)*2019-09-052021-03-11平安科技(深圳)有限公司Database information analysis method and apparatus, computer apparatus, and storage medium
CN112749157A (en)*2019-10-302021-05-04北京国双科技有限公司Data table processing method and device, storage medium and equipment
CN111143449A (en)*2019-12-122020-05-12北京中电普华信息技术有限公司Data service method and device based on unified data model
CN111443970B (en)*2020-03-242023-11-03浪潮通用软件有限公司Method, device, equipment and readable medium for assembling multi-source data
CN111443970A (en)*2020-03-242020-07-24山东浪潮通软信息科技有限公司Method, device and equipment for assembling multi-source data and readable medium
CN111427867A (en)*2020-03-302020-07-17杭州华望系统科技有限公司Model persistence method based on hybrid storage
CN111427867B (en)*2020-03-302023-10-20杭州华望系统科技有限公司Model persistence method based on hybrid storage
CN112732833A (en)*2021-01-082021-04-30西安交通大学Universal data bridge architecture for acquiring block chain information and design method
CN112732833B (en)*2021-01-082024-07-02西安交通大学Universal data bridge architecture for acquiring blockchain information and design method
CN112860899B (en)*2021-03-162021-11-16中化现代农业有限公司Label generation method and device, computer equipment and computer readable storage medium
CN112860899A (en)*2021-03-162021-05-28中化现代农业有限公司Label generation method and device, computer equipment and computer readable storage medium
CN113051650B (en)*2021-04-012021-10-15中铁成都科学技术研究院有限公司Real-time acquisition method and device for building information model component data
CN113051650A (en)*2021-04-012021-06-29中铁成都科学技术研究院有限公司Real-time acquisition method and device for building information model component data
CN113377871B (en)*2021-06-222024-03-22特赞(上海)信息科技有限公司Data synchronization method, device and storage medium
CN113377871A (en)*2021-06-222021-09-10特赞(上海)信息科技有限公司Data synchronization method, device and storage medium
CN113535844A (en)*2021-09-152021-10-22山东耕元数据科技有限公司 A data aggregation method and system
CN114297330A (en)*2021-12-282022-04-08北京达美盛软件股份有限公司Data map generation method and device
CN114416858A (en)*2021-12-282022-04-29北京达美盛软件股份有限公司 A data map generating device and its track recording method
CN114297330B (en)*2021-12-282024-07-30北京达美盛软件股份有限公司Data map generation method and device
CN114416858B (en)*2021-12-282025-03-04北京达美盛软件股份有限公司 A data map generating device and a trajectory recording method thereof
CN114792145B (en)*2022-05-272023-04-18中国标准化研究院Standard digital management maintenance system and method based on knowledge graph
CN114792145A (en)*2022-05-272022-07-26中国标准化研究院Standard digital management maintenance system and method based on knowledge graph
CN115544180A (en)*2022-10-202022-12-30恩核(北京)信息技术有限公司 Method and device for generating Barker representation E-R model
CN116302091A (en)*2022-12-062023-06-23中汽创智科技有限公司Migration code processing method and device, electronic equipment and storage medium
CN117170908A (en)*2023-09-192023-12-05中国铁道科学研究院集团有限公司通信信号研究所 Data exchange method, system and device based on heterogeneous data of network system
CN117170908B (en)*2023-09-192025-08-12中国铁道科学研究院集团有限公司通信信号研究所 Data exchange method, system and device based on heterogeneous data of network system

Also Published As

Publication numberPublication date
CN100458793C (en)2009-02-04

Similar Documents

PublicationPublication DateTitle
CN101067814A (en)Mapping conversion method between data access level Xml format data and relational data
CN110837492B (en)Method for providing data service by multi-source data unified SQL
US7275087B2 (en)System and method providing API interface between XML and SQL while interacting with a managed object environment
RU2441273C2 (en)Architecture of display with maintenance of increment representation
US8954480B2 (en)End-to-end interoperability and workflows from building architecture design to one or more simulations
US8032544B2 (en)Methods and apparatus for generating dynamic program files based on input queries that facilitate use of persistent query services
US7720789B2 (en)System and method of member unique names
US7502807B2 (en)Defining and extracting a flat list of search properties from a rich structured type
US9355143B2 (en)Systems and methods for providing a simplified application programming interface for converting from two-dimensional query languages into multi-dimensional query languages to query multi-dimensional data sources and MDX servers
CN101183363B (en)Method for unitedly configuring management EMS memory data-base by system table structure
CN100579153C (en) An information management system and an information management method
KR20060045622A (en) Extraction, transformation, and loading designer module of computerized financial systems
CN101546325A (en)Grid heterogeneous data integrating method based on SOA
CN1987853A (en)Searching method for relational data base and full text searching combination
US9292586B2 (en)System and method for synchronizing a repository with a declarative defintion
JP2002278812A (en)Code generating system for digital library
CN107977446A (en)A kind of memory grid data load method based on data partition
CN1652112A (en)Implementing method of data dictionary under embedded environment
CN103246704A (en)Mapping method for describing entity and relational data based on conventional data structure
HK1048686B (en)Object integrated management system
CN103927402A (en)Control logic diagram modular design management system implementation method
US7409386B2 (en)Method and apparatus for executing a query on dynamic properties of objects in a database
CN101794225A (en)GML analytic method based on GDOM and persistence thereof
US8090658B2 (en)System and method of member unique names
US7058651B2 (en)Method, computer program product, and system for automatic class generation with simultaneous customization and interchange capability

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
C14Grant of patent or utility model
GR01Patent grant
CF01Termination of patent right due to non-payment of annual fee

Granted publication date:20090204

Termination date:20160510

CF01Termination of patent right due to non-payment of annual fee

[8]ページ先頭

©2009-2025 Movatter.jp