CN106294776A - A kind of data processing method and device - Google Patents

A kind of data processing method and device Download PDF

Info

Publication number
CN106294776A
CN106294776A CN201610659588.0A CN201610659588A CN106294776A CN 106294776 A CN106294776 A CN 106294776A CN 201610659588 A CN201610659588 A CN 201610659588A CN 106294776 A CN106294776 A CN 106294776A
Authority
CN
China
Prior art keywords
database table
field
name
data
attribute list
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.)
Pending
Application number
CN201610659588.0A
Other languages
Chinese (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.)
Beijing East Chenyuan Information Technology Co Ltd
Original Assignee
Beijing East Chenyuan Information Technology 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 Beijing East Chenyuan Information Technology Co Ltd filed Critical Beijing East Chenyuan Information Technology Co Ltd
Priority to CN201610659588.0A priority Critical patent/CN106294776A/en
Publication of CN106294776A publication Critical patent/CN106294776A/en
Pending legal-status Critical Current

Links

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/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • 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/23Updating
    • 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/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • 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/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • 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
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases

Landscapes

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

Abstract

The invention discloses a kind of data processing method and device, the method includes: obtains class name and the attribute list of data model class, according to class name and attribute list, determines the table name of database table and the field of database table;Table name according to database table and the field of database table, generate specified structure query statement SQL statement;According to SQL statement, the data base that database table is corresponding is entered operation.By this process simplify the database manipulation on the equipment of mobile terminal, improve exploitation and debugging efficiency, reducing the coupling between data base and data model.

Description

A kind of data processing method and device
Technical field
The present invention relates to electronic technology field, particularly to a kind of data processing method and device.
Background technology
In the development process of mobile device exploitation and application thereof, it is often necessary to data cached at mobile device end, these Data cached management often relies on local data base.But, the local database manipulation of these mobile device ends often than More complicated.
Such as, in network calls a taxi application, some function of driver's end program needs to carry out the caching of local data, e.g., connects Single history, oneself predefines track etc..So needing to use offline database.Current system provides the frame handling data base Frame, Sqlite system library.But this Sqlite system library is more complicated on using, and is also easier to make mistakes.
Thus, in these cases, how to simplify the database manipulation that mobile device end is local, improve relevant exploitation and Debugging efficiency, reducing the coupling between data base and data model becomes technical issues that need to address.
Summary of the invention
In order to solve in prior art, for the problems referred to above, the present invention proposes a kind of data processing method and device.
Concrete technical scheme is as follows:
A kind of data processing method, described method includes:
Obtaining class name and the attribute list of data model class, wherein, described attribute list comprises each of described data model class Individual attribute;
According to described class name and described attribute list, determine table name and the field of described database table of database table;
Table name according to described database table and the field of described database table, generate specified structure query statement SQL language Sentence;
According to described SQL statement, the data base that described database table is corresponding is entered operation.
Optionally, according to described class name and described attribute list, the table name of database table and described data base are determined The field of table, including:
Class name according to described data model class is as the table name of described database table;
According to the attribute list of described data model class, determine the described field of described database table.
Optionally, according to table name and the field of described database table of described database table, generate specified structure and look into Ask statement SQL statement, including:
Based on described attribute list, determine each attribute that described data model class is corresponding;
Each data are inserted in SQL according to preset rules, generate described specified structure query statement SQL statement.
Optionally, after the data base corresponding to described database table according to described SQL statement enters operation, described method Also include:
Determine the field in described database table and the field in described attribute list;
Judge that the field in described database table is the most identical with the field in described attribute list;
The most then maintain described database table;
If it is not, then update described database table according to the field in described data list.
Optionally, after the class name obtaining data model class and attribute list, described method also includes:
According to described class name and described attribute list, determine the storage position of field in described database table;
According to described storage position, the field in described database table is stored to described storage position.
A kind of data processing equipment, including:
Acquisition module, for obtaining class name and the attribute list of data model class, wherein, described attribute list comprises described number Each attribute according to model class;
Determine module, for according to described class name and described attribute list, determine the table name of database table and described data The field of storehouse table;
Generation module, for the table name according to described database table and the field of described database table, generates specified structure Query statement SQL statement;
Processing module, for entering operation according to described SQL statement to the data base that described database table is corresponding.
Optionally, described determine module, specifically for according to the class name of described data model class as described database table Table name;According to the attribute list of described data model class, determine the described field of described database table.
Optionally, described generation module, specifically for based on described attribute list, determine that described data model class is corresponding Each attribute;Each data are inserted in SQL according to preset rules, generate the inquiry of described specified structureization Statement SQL statement.
Optionally, described device also includes:
More new module, for determining the field in described database table and the field in described attribute list;Judge described number The most identical with the field in described attribute list according to the field in the table of storehouse;The most then maintain described database table;If it is not, then Described database table is updated according to the field in described data list.
Optionally, described device also includes:
Memory module, for according to described class name and described attribute list, determines the storage of field in described database table Position;According to described storage position, the field in described database table is stored to described storage position.
Method proposed by the invention, the method includes: obtain class name and the attribute list of data model class, according to class Name and attribute list, determine the table name of database table and the field of database table;Table name according to database table and number According to the field of storehouse table, generate specified structure query statement SQL statement;According to the data base that SQL statement is corresponding to database table Enter operation.By this process simplify the database manipulation on the equipment of mobile terminal, improve exploitation and debugging efficiency, reducing number According to the coupling between storehouse and data model.
Accompanying drawing explanation
Fig. 1 show the flow chart of a kind of data processing method in the embodiment of the present invention;
Fig. 2 show the structural representation of the device of ORM data base encapsulation in the embodiment of the present invention;
Fig. 3 show database update method flow diagram in the embodiment of the present invention;
Fig. 4 is date storage method flow chart in the embodiment of the present invention;
Fig. 5 is the structural representation of a kind of data processing equipment in the embodiment of the present invention.
Detailed description of the invention
Below in conjunction with Figure of description and specific embodiment, technical solution of the present invention is described in detail, it should reason Solving, the concrete technical characteristic in the embodiment of the present invention and embodiment is the explanation to technical solution of the present invention rather than limit Fixed, in the case of not conflicting, the concrete technical characteristic in the embodiment of the present invention and embodiment can be mutually combined.
Being illustrated in figure 1 the flow chart of a kind of data processing method in the embodiment of the present invention, the method includes:
S101, obtains class name and the attribute list of data model class;
S102, according to class name and attribute list, determines the table name of database table and the field of database table;
S103, according to table name and the field of database table of database table, generates specified structure query statement SQL statement;
S104, enters operation according to SQL statement to the data base that database table is corresponding.
Specifically, in embodiments of the present invention, data base uses object map relation (English: Object Relational Mapping, is called for short: ORM) process data, and this ORM is a kind of data conversion technique, for implementation model class Conversion between object and database data.And model class refers to the data model of foundation in application, it it is the list of storage data Unit.
In an embodiment of the present invention, the method includes database management module for the device of ORM data base encapsulation 201(is as shown in Figure 2), tables of data module 202, data base's condition module 203 and data base's conditional combination module 204.These moulds Block is all run by the processor in device, and wherein local data base is Sqlite.
Wherein, database management module 201 is for the encapsulation of Sqlite database manipulation;Tables of data module 202 is used for Mapping between Sqlite database table and object;Data base's condition module 203 is for Sqlite database query;Data base Conditional combination module 204 is used for combining multiple queries condition.
In said apparatus, establish the mapping between Sqlite database table and object by tables of data module 202, then Utilize data base's condition module 203 and data base's conditional combination module 204 by the bar of the SQL statement of operation Sqlite database table Part part is decided, finally, and logical database management module 101, it is possible to realize the operation to Sqlite data base.
It is understood that apparatus described above can realize on smart mobile phone, especially with the hands of iOS system Machine.
Above-mentioned device encapsulates for ORM data base, and its concrete method for packing will the most specifically Bright.
This device according to the class name of data model class as the table name of database table, according to the attribute column of data model class Table, determines the field of database table.Based on obtaining attribute list, determine each attribute that data model class is corresponding, by each number It is inserted in SQL according to according to preset rules, generates specified structure query statement SQL statement.
For example, the method is implemented on an iOS smart mobile phone, and the driver's end applied for realizing network to call a taxi sets The ORM encapsulation of standby upper Sqlite data base.Wherein, when employing the operation of Object-C object in iOS system (runtime) mechanism and reflection characteristic.
For clarity sake, below one to be included order number, Entrucking Point, place of getting off, mileage, local warehouse-in time Between, as a example by the local cache warehouse-in of the model class object of server entry time, the method for the present embodiment is illustrated.
Specifically, this data model class name is referred to as OrderForm, comprises attribute: ID(order number), StartAddress (Entrucking Point), EndAddress (place of getting off).
First, time by running, interface obtains class name and the attribute of object of model class object.
Such as, the object order1, S201 for above-mentioned OrderForm data model class can use operation opportunity In system, class name acquisition methods obtains class name OrderForm, and uses objc_property_t interface to get whole attribute column Table: ID, StartAddress and EndAddress.
Then, determine data base's table name according to class name, determine the field of database table according to attribute.
For above-mentioned object, correspondence its table name in Sqlite database table can be gone out by class name OrderForm OrderForm, and this table can be gone out by attribute correspondence and should comprise Field ID, StartAddress and EndAddress.
Afterwards, SQL statement is generated according to the spelling rules of above-mentioned information and SQL statement.
For object above, its each property value can be generated as corresponding SQL as field value and insert in statement, such as Generate following sql statement:
INSERT INTO OrderForm (ID, StartAddress, EndAddress) values (XXX, YYY, ZZZ)
Wherein XXX, YYY, ZZZ represent Property ID respectively, the value of StartAddress, EndAddress.
Finally, database manipulation is carried out with above-mentioned SQL statement.
That is, for above-mentioned object, perform SQL statement above and just can insert it in local data base, thus real Show this object caching in local Sqlite data base.
Further, during practice, due to reasons such as application upgrades, can frequently result in the attribute of data object with The field of corresponding local cache database table is inconsistent, and data so can be caused to insert unsuccessfully.To this end, the method for the invention Also there is table update mechanism.
For example, due to application upgrade, data model class OrderForm, add an attribute miles (mileage). And the OrderForm table in local data base does not has this field.If directly using the method step meeting of S101-S104 Cause data to be inserted unsuccessfully, but use above-mentioned update mechanism can solve this problem.
Such as Fig. 3, this table update mechanism includes:
S301, determines the field in described database table and the field in described attribute list;
For described OrderForm object, by the field compared with attribute list and database table, it is found that data base lacks Few field miles, so performing S302,.
S302, it is determined that the field in database table is the most identical with the field in attribute list;
If identical, then perform S303;If it is not, then perform S304.
S303, maintains database table;
S304, updates database table according to the field in data list.
That is, for above-mentioned situation, field miles can be increased for table OrderForm.So, just can be by new OrderForm Target cache suffers to data base.
Above-mentioned table update mechanism prevents database manipulation failure (as inserted data etc.), reaches to automatically update, saves very The multi-configuration time.
Further, since in practical work process, the field of local data and server data there may be difference, and these Variance data is not required to carry out the synchronization of local data and server data.Thus the present invention have also been devised attribute and ignore machine System.
In the 4th embodiment of the present invention, described model class OrderForm also include following two attributes, LocalDBEntTime (local entry time), svrDBEntTime (server entry time).Obviously, local entry time and Server entry time there is no need to carry out this locality and server sync.And in the present invention, have employed attribute ignores mechanism, That is: it is provided with and ignores attribute list, and add attribute localDBEntTime and svrDBEntTime in the list.Further, When data syn-chronization, the attribute ignored in attribute list is not carried out synchronization with server and local data.
Above with specific embodiment, the method for ORM of the present invention encapsulation for database description.Further, send out A person of good sense is it is also to be recognized that same invention thinking is also applied in non-database storage scheme.
Fig. 4 is the flow chart of method for ORM data base encapsulation that the 5th according to the present invention is exemplary.
As described in Figure 4 in method, in S401, during by running, interface obtains class name and the genus of object of model class object Property.
Then, in S402, determine its storage position in storage scheme according to the attribute of described class name and object.
The step for depend on storage scheme, such as can use file storage scheme: the corresponding literary composition of the same name of class name Part, different field storages different lines hereof, one record of same behavior.
Afterwards, in S403, generate data storage operations mode according to the corresponding interface of storage position and storage scheme;
Such as, in superincumbent file storage scheme, it is possible to file should be in after being inserted into file according to object properties with it In column position and line position also determine that the mode of operation to file.
Finally, in S404, operate institute's data in above-mentioned data storage operations mode.
For above-mentioned file storage scheme, it is i.e. according to the mode of operation being determined above, file to be operated.
The method provided based on the embodiment of the present invention, simplifies the database manipulation on the equipment of mobile terminal, improves out Send out and debugging efficiency, reduce the coupling between data base and data model.
A kind of data processing method in the corresponding embodiment of the present invention, additionally provides a kind of data and processes in the embodiment of the present invention Device, is illustrated in figure 5 the structural representation of a kind of data processing equipment in the embodiment of the present invention, and this device includes:
Acquisition module 501, for obtaining class name and the attribute list of data model class, wherein, described attribute list comprises institute State each attribute of data model class;
Determine module 502, for according to described class name and described attribute list, determine the table name of database table and described number Field according to storehouse table;
Generation module 503, for the table name according to described database table and the field of described database table, generates specified structure Change query statement SQL statement;
Processing module 504, for entering operation according to described SQL statement to the data base that described database table is corresponding.
Further, in embodiments of the present invention, described module 502 is determined, specifically for according to described data model class Class name is as the table name of described database table;According to the attribute list of described data model class, determine the institute of described database table State field.
Further, in embodiments of the present invention, described generation module 503, specifically for based on described attribute list, determining Each attribute that described data model class is corresponding;Each data are inserted in SQL according to preset rules, raw Become described specified structure query statement SQL statement.
Further, in embodiments of the present invention, described device also includes:
More new module, for determining the field in described database table and the field in described attribute list;Judge described number The most identical with the field in described attribute list according to the field in the table of storehouse;The most then maintain described database table;If it is not, then Described database table is updated according to the field in described data list.
Further, in embodiments of the present invention, described device also includes:
Memory module, for according to described class name and described attribute list, determines the storage of field in described database table Position;According to described storage position, the field in described database table is stored to described storage position.
Although being illustrated with regard to file storage scheme above, but, those skilled in the art answers Rational Solutions.Institute State storage scheme and not only comprise above-mentioned file storage scheme and database purchase scheme, as required, it is also possible to design it His storage scheme.
Above already in connection with specific embodiment, and invention has been described with reference to accompanying drawing, but it is to be understood that, Above-mentioned it is embodied as being merely exemplary, is not intended that limiting the scope of the invention.Protection scope of the present invention by Claim is limited, and the amendment known to those skilled in the art made for technical scheme in claim, Replacement and the combination of equivalence all fall within protection scope of the present invention.

Claims (10)

1. a data processing method, it is characterised in that described method includes:
Obtaining class name and the attribute list of data model class, wherein, described attribute list comprises each of described data model class Individual attribute;
According to described class name and described attribute list, determine table name and the field of described database table of database table;
Table name according to described database table and the field of described database table, generate specified structure query statement SQL language Sentence;
According to described SQL statement, the data base that described database table is corresponding is entered operation.
2. the method for claim 1, it is characterised in that according to described class name and described attribute list, determine data The table name of storehouse table and the field of described database table, including:
Class name according to described data model class is as the table name of described database table;
According to the attribute list of described data model class, determine the described field of described database table.
3. the method for claim 1, it is characterised in that according to table name and the described database table of described database table Field, generate specified structure query statement SQL statement, including:
Based on described attribute list, determine each attribute that described data model class is corresponding;
Each data are inserted in SQL according to preset rules, generate described specified structure query statement SQL statement.
4. the method for claim 1, it is characterised in that corresponding to described database table according to described SQL statement After data base enters operation, described method also includes:
Determine the field in described database table and the field in described attribute list;
Judge that the field in described database table is the most identical with the field in described attribute list;
The most then maintain described database table;
If it is not, then update described database table according to the field in described data list.
5. the method for claim 1, it is characterised in that obtain the class name of data model class and attribute list it After, described method also includes:
According to described class name and described attribute list, determine the storage position of field in described database table;
According to described storage position, the field in described database table is stored to described storage position.
6. a data processing equipment, it is characterised in that including:
Acquisition module, for obtaining class name and the attribute list of data model class, wherein, described attribute list comprises described number Each attribute according to model class;
Determine module, for according to described class name and described attribute list, determine the table name of database table and described data The field of storehouse table;
Generation module, for the table name according to described database table and the field of described database table, generates specified structure Query statement SQL statement;
Processing module, for entering operation according to described SQL statement to the data base that described database table is corresponding.
7. device as claimed in claim 6, it is characterised in that described determine module, specifically for according to described data model The class name of class is as the table name of described database table;According to the attribute list of described data model class, determine described database table Described field.
8. device as claimed in claim 6, it is characterised in that described generation module, specifically for based on described attribute list, Determine each attribute that described data model class is corresponding;Each data are inserted into SQL according to preset rules In, generate described specified structure query statement SQL statement.
9. require the device as described in 6 such as power, it is characterised in that described device also includes:
More new module, for determining the field in described database table and the field in described attribute list;Judge described number The most identical with the field in described attribute list according to the field in the table of storehouse;The most then maintain described database table;If it is not, then Described database table is updated according to the field in described data list.
10. device as claimed in claim 6, it is characterised in that described device also includes:
Memory module, for according to described class name and described attribute list, determines the storage of field in described database table Position;According to described storage position, the field in described database table is stored to described storage position.
CN201610659588.0A 2016-08-12 2016-08-12 A kind of data processing method and device Pending CN106294776A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610659588.0A CN106294776A (en) 2016-08-12 2016-08-12 A kind of data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610659588.0A CN106294776A (en) 2016-08-12 2016-08-12 A kind of data processing method and device

Publications (1)

Publication Number Publication Date
CN106294776A true CN106294776A (en) 2017-01-04

Family

ID=57668845

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610659588.0A Pending CN106294776A (en) 2016-08-12 2016-08-12 A kind of data processing method and device

Country Status (1)

Country Link
CN (1) CN106294776A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107220327A (en) * 2017-05-22 2017-09-29 千寻位置网络有限公司 Data query method and system based on MongoDB, service terminal, memory
CN107491700A (en) * 2017-07-06 2017-12-19 联动优势科技有限公司 A kind of data access method and equipment
CN107644097A (en) * 2017-09-29 2018-01-30 北京酷我科技有限公司 A kind of SLQ sentence generation methods
CN107818157A (en) * 2017-10-31 2018-03-20 北京酷我科技有限公司 A kind of SQL statement method for packing based on FMDB
CN108459842A (en) * 2018-01-29 2018-08-28 北京奇艺世纪科技有限公司 A kind of model configuration method, device and electronic equipment
CN108920566A (en) * 2018-06-21 2018-11-30 吉林亿联银行股份有限公司 Operating method, device and the equipment of a kind of pair of SQLite database
CN108920410A (en) * 2018-06-22 2018-11-30 华北理工大学 A kind of big data processing unit and method
CN108959377A (en) * 2018-05-25 2018-12-07 联动优势电子商务有限公司 A kind of method, apparatus and storage medium of data processing
CN109471857A (en) * 2018-09-25 2019-03-15 中国平安人寿保险股份有限公司 Data modification method, device and storage medium based on SQL statement
CN109753501A (en) * 2018-12-27 2019-05-14 广州市玄武无线科技股份有限公司 A kind of data display method of off-line state, device, equipment and storage medium
CN109947739A (en) * 2018-05-31 2019-06-28 新华三大数据技术有限公司 Data power supply management method and device
CN110058996A (en) * 2019-03-12 2019-07-26 天津五八到家科技有限公司 Program debugging method, device, equipment and storage medium
CN113626508A (en) * 2021-07-13 2021-11-09 交控科技股份有限公司 Train characteristic library management method and device, electronic equipment and readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101046812A (en) * 2006-06-12 2007-10-03 华为技术有限公司 Method of data base table recording structure and detection and its device
CN103136445A (en) * 2013-01-29 2013-06-05 浙江大学 Method for converting openEHR information into relational database
CN103226478A (en) * 2013-05-22 2013-07-31 北京金和软件股份有限公司 Method for automatically generating and using code
CN103678396A (en) * 2012-09-20 2014-03-26 阿里巴巴集团控股有限公司 Data backup method and device based on data models
CN105808772A (en) * 2016-03-28 2016-07-27 中国建设银行股份有限公司 Data defining file generation method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101046812A (en) * 2006-06-12 2007-10-03 华为技术有限公司 Method of data base table recording structure and detection and its device
CN103678396A (en) * 2012-09-20 2014-03-26 阿里巴巴集团控股有限公司 Data backup method and device based on data models
CN103136445A (en) * 2013-01-29 2013-06-05 浙江大学 Method for converting openEHR information into relational database
CN103226478A (en) * 2013-05-22 2013-07-31 北京金和软件股份有限公司 Method for automatically generating and using code
CN105808772A (en) * 2016-03-28 2016-07-27 中国建设银行股份有限公司 Data defining file generation method and device

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107220327A (en) * 2017-05-22 2017-09-29 千寻位置网络有限公司 Data query method and system based on MongoDB, service terminal, memory
CN107491700B (en) * 2017-07-06 2020-07-14 联动优势科技有限公司 Data access method and equipment
CN107491700A (en) * 2017-07-06 2017-12-19 联动优势科技有限公司 A kind of data access method and equipment
CN107644097A (en) * 2017-09-29 2018-01-30 北京酷我科技有限公司 A kind of SLQ sentence generation methods
CN107818157A (en) * 2017-10-31 2018-03-20 北京酷我科技有限公司 A kind of SQL statement method for packing based on FMDB
CN107818157B (en) * 2017-10-31 2021-06-29 北京酷我科技有限公司 SQL statement packaging method based on FMDB
CN108459842A (en) * 2018-01-29 2018-08-28 北京奇艺世纪科技有限公司 A kind of model configuration method, device and electronic equipment
CN108459842B (en) * 2018-01-29 2021-05-14 北京奇艺世纪科技有限公司 Model configuration method and device and electronic equipment
CN108959377A (en) * 2018-05-25 2018-12-07 联动优势电子商务有限公司 A kind of method, apparatus and storage medium of data processing
CN108959377B (en) * 2018-05-25 2020-11-06 联动优势电子商务有限公司 Data processing method, device and storage medium
CN109947739A (en) * 2018-05-31 2019-06-28 新华三大数据技术有限公司 Data power supply management method and device
CN108920566B (en) * 2018-06-21 2020-10-20 吉林亿联银行股份有限公司 Method, device and equipment for operating SQLite database
CN108920566A (en) * 2018-06-21 2018-11-30 吉林亿联银行股份有限公司 Operating method, device and the equipment of a kind of pair of SQLite database
CN108920410A (en) * 2018-06-22 2018-11-30 华北理工大学 A kind of big data processing unit and method
CN109471857A (en) * 2018-09-25 2019-03-15 中国平安人寿保险股份有限公司 Data modification method, device and storage medium based on SQL statement
CN109471857B (en) * 2018-09-25 2023-07-25 中国平安人寿保险股份有限公司 SQL statement-based data modification method, device and storage medium
CN109753501A (en) * 2018-12-27 2019-05-14 广州市玄武无线科技股份有限公司 A kind of data display method of off-line state, device, equipment and storage medium
CN110058996A (en) * 2019-03-12 2019-07-26 天津五八到家科技有限公司 Program debugging method, device, equipment and storage medium
CN113626508A (en) * 2021-07-13 2021-11-09 交控科技股份有限公司 Train characteristic library management method and device, electronic equipment and readable storage medium

Similar Documents

Publication Publication Date Title
CN106294776A (en) A kind of data processing method and device
CN103699638B (en) Method for realizing cross-database type synchronous data based on configuration parameters
CN103488759A (en) Method and device for searching application programs according to key words
CN106407360B (en) Data processing method and device
CN105447051A (en) Database operation method and device
CN111737364B (en) Safe multi-party data fusion and federal sharing method, device, equipment and medium
CN105808702A (en) Page content refreshing method and system, and page content synchronous refreshing management system
CN102722579A (en) Bisynchronous method for internal database of cluster memory system
CN110909168A (en) Knowledge graph updating method and device, storage medium and electronic device
CN105373621A (en) Rapid database-system-across data increment migration method
CN112199443B (en) Data synchronization method and device, computer equipment and storage medium
CN103399776A (en) Creation method and system for reusable MOCK
CN111209652B (en) Method and device for constructing time sequence of static equipment model of power system
CN110209534B (en) System and method for automatically backing up mysql database
CN112256488A (en) Method and device for acquiring cloud data and data storage architecture of cloud service
CN111309740A (en) Data processing method, device, equipment and storage medium
CN109491988B (en) Data real-time association method supporting full-scale updating
CN114840497B (en) Line migration preprocessing method, system and device for database and storage medium
CN204046648U (en) Based on the inn management platform of cloud computing
CN105653509A (en) Document processing method and device
CN102930045A (en) Multi-device formula management method of integrated circuit production line
CN111581758B (en) Power grid graph topology modeling method and computer readable storage medium
CN113157722B (en) Data processing method, device, server, system and storage medium
US20130103724A1 (en) Network and method for managing models
CN107656992A (en) Towards the snapshot method for edition management in more insertion sources

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20170104