CN107784047A - The implementation method and device of storing process - Google Patents

The implementation method and device of storing process Download PDF

Info

Publication number
CN107784047A
CN107784047A CN201611028425.9A CN201611028425A CN107784047A CN 107784047 A CN107784047 A CN 107784047A CN 201611028425 A CN201611028425 A CN 201611028425A CN 107784047 A CN107784047 A CN 107784047A
Authority
CN
China
Prior art keywords
storing process
type classes
test
interface method
classes
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
CN201611028425.9A
Other languages
Chinese (zh)
Other versions
CN107784047B (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201611028425.9A priority Critical patent/CN107784047B/en
Publication of CN107784047A publication Critical patent/CN107784047A/en
Application granted granted Critical
Publication of CN107784047B publication Critical patent/CN107784047B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • G06F16/2443Stored procedures

Abstract

The present invention is applied to field of computer technology, there is provided the implementation method and device of a kind of storing process, methods described include:Different Type classes are generated according to business object;Unit testing is carried out to the Type classes, the Type classes that test passes through are stored into specified database;When writing storing process, by calling the Type classes to realize the function of the storing process.The present invention is realized based on the mode of object-oriented to write storing process, easily the storing process of thousands of line codes up to ten thousand is abstracted into different Type classes, by these separate Type classes the function of storing process is realized to combine, so that the service logic of storing process is definitely, it is easy to maintain, solve the problems, such as code redundancy, logical miss existing for existing storing process, be difficult to safeguard.

Description

The implementation method and device of storing process
Technical field
The invention belongs to the implementation method and device of field of computer technology, more particularly to a kind of storing process.
Background technology
Storing process (Stored Procedure) is an important object in database.In large-scale database system In, storing process, in order to complete the SQL statement collection of specific function, is stored in database, compiled by first time as one group Call again afterwards to compile again, and user is by specifying the name of storing process and providing parameter (if the storing process With parameter) perform it.
However, existing PL/SQL (proceduring sql like language, Procedural Language/SQL) storing process is to adopt Write with the mode of procedure-oriented, the code redundancy of storing process, logical miss, it is very difficult to safeguard.
The content of the invention
In consideration of it, the embodiments of the invention provide a kind of implementation method of storing process and device, to solve existing storage Code redundancy, logical miss existing for process, the problem of being difficult to safeguard.
First aspect, there is provided a kind of implementation method of storing process, methods described include:
Different Type classes are generated according to business object;
Unit testing is carried out to the Type classes, the Type classes that test passes through are stored into specified database;
When writing storing process, by calling the Type classes to realize the function of the storing process.
Further, the Type class different according to business object generation includes:
Business object is divided, generates Type classes corresponding to different business object;
According to the title of each Type class of the operation setting of user, attribute and one or more interface methods;
Wherein, the attribute is the Back ground Information of the business object, and the interface method is the dynamic of the business object Make.
Further, it is described that unit testing is carried out to the Type classes, the Type classes that test passes through are stored to specified Database includes:
Obtain Type classes to be tested;
For each interface method in the Type classes to be tested, its test parameter is obtained;
Input parameter using the test parameter as the interface method, the interface method is run, and described in acquisition The return value of interface method;Judge whether the return value is default desired value, if so, then the interface method test is logical Cross;
When the interface method in the Type classes test by when, the Type classes are stored to specified database In.
Further, it is described when writing storing process, by calling the Type classes to realize the storing process Function includes:
When writing storing process, Type classes are obtained according to the operation of user;
By calling the interface method in the Type classes to realize the function of the storing process.
Second aspect, there is provided a kind of realization device of storing process, described device include:
Generation module, for generating different Type classes according to business object;
Test module, for carrying out unit testing to the Type classes, the Type classes that test passes through are stored to specified In database;
Calling module, for when writing storing process, by calling the Type classes to realize the storing process Function.
Further, the generation module includes:
Division unit, for being divided to business object, generate Type classes corresponding to different business object;
Setting unit, connect for the title of each Type class of the operation setting according to user, attribute and one or more Mouth method;
Wherein, the attribute is the Back ground Information of the business object, and the interface method is the dynamic of the business object Make.
Further, the test module includes:
First acquisition unit, for obtaining Type classes to be tested;
Second acquisition unit, for for each interface method in the Type classes to be tested, obtaining its test Parameter;
Test cell, for the input parameter using the test parameter as the interface method, run the interface side Method, and obtain the return value of the interface method;Judge whether the return value is default desired value, if so, then described connect Mouth method test passes through;
Memory cell, for when the interface method in the Type classes test by when, by the Type classes store to In the database specified.
Further, the calling module includes:
3rd acquiring unit, for when writing storing process, Type classes to be obtained according to the operation of user;
Call unit, for by calling the interface method in the Type classes to realize the function of the storing process.
Compared with prior art, the embodiment of the present invention is by generating different Type classes according to business object;Then to institute State Type classes and carry out unit testing, the Type classes that test passes through are stored into specified database;When writing storing process, Then by calling the Type classes to realize the function of the storing process;It is achieved thereby that compiled based on the mode of object-oriented Storing process is write, the storing process of thousands of line codes up to ten thousand easily is abstracted into different Type classes, separate by these Type classes realize the function of storing process to combine so that the service logic of storing process is definitely, easy to maintain, solves Code redundancy, logical miss existing for existing storing process, the problem of being difficult to safeguard.
Brief description of the drawings
In order to illustrate more clearly about the embodiment of the present invention or technical scheme of the prior art, below will be to embodiment or existing There is the required accompanying drawing used in technology description to be briefly described, it should be apparent that, drawings in the following description are only this Some embodiments of invention, for those of ordinary skill in the art, on the premise of not paying creative work, can be with Other accompanying drawings are obtained according to these accompanying drawings.
Fig. 1 is the implementation process figure of the implementation method of storing process provided in an embodiment of the present invention;
Fig. 2 be storing process provided in an embodiment of the present invention implementation method in step S101 specific implementation flow chart;
Fig. 3 be storing process provided in an embodiment of the present invention implementation method in step S102 specific implementation flow chart
Fig. 4 be storing process provided in an embodiment of the present invention implementation method in step S103 specific implementation flow chart
Fig. 5 is the composition structure chart of the realization device for the storing process that third embodiment of the invention provides.
Embodiment
In order to make the purpose , technical scheme and advantage of the present invention be clearer, it is right below in conjunction with drawings and Examples The present invention is further elaborated.It should be appreciated that the specific embodiments described herein are merely illustrative of the present invention, and It is not used in the restriction present invention.
The embodiment of the present invention is by generating different Type classes according to business object;Then unit is carried out to the Type classes Test, the Type classes that test passes through are stored into specified database;When writing storing process, then by described in calling Type classes realize the function of the storing process;It is achieved thereby that storing process is write based on the mode of object-oriented, will Easily the storing process of thousands of line codes up to ten thousand is abstracted into different Type classes, and reality is combined by these separate Type classes The function of existing storing process so that the service logic of storing process is definitely, easy to maintain, solves existing storing process Existing code redundancy, logical miss, the problem of being difficult to safeguard.The embodiment of the present invention additionally provides the reality of corresponding storing process Existing device, is described in detail individually below.
Fig. 1 is the implementation process of the implementation method for the storing process that first embodiment of the invention provides.
In embodiments of the present invention, the implementation method of the storing process is applied on terminal device, the terminal device Including but not limited to computer, server etc..Refering to Fig. 1, the implementation method of the storing process includes:
In step S101, different Type classes are generated according to business object.
Wherein, object refers to entity existing for things, such as personage, things, animal.In embodiments of the present invention, it is described Business object refers to object present in insurance industry, the client that includes but is not limited to insure, vehicle, animal, insurance application, declaration form Deng.The Type classes refer to the object in programming language, and Type is a keyword in oracle database, the programming language Say as PL/SQL.The embodiment of the present invention is divided by the business object that may use storing process, is taken out correspondingly Type classes so that these independent Type classes can be directly invoked when writing storing process to realize required function.
Alternatively, Fig. 2 shows that step S101's in the implementation method of storing process provided in an embodiment of the present invention is specific Implementation process.Refering to Fig. 2, the step S101 includes:
In step s 201, business object is divided, generates Type classes corresponding to different business object.
In step S202, connect according to the title of each Type class of the operation setting of user, attribute and one or more Mouth method.
Herein, each Type class includes title, attribute and interface method.Wherein, the attribute is the business The Back ground Information of object, the interface method are the action of the business object.Exemplarily, in order to make it easy to understand, giving below Go out title corresponding to Type classes, attribute and interface method example.Such as the entitled client100 of Type classes, its attribute Can be name, age, sex, identification card number, home address etc., its interface method can be to make a phone call, delivery operation, insure Operation, Claims Resolution application operation, Claims Resolution confirm operation etc..
It should be appreciated that Type class examples provided above are used only for illustrating the embodiment of the present invention, it is not used to Limit the embodiment of the present invention.In actual applications, the titles of different Type classes, attribute can be according to the actual requirements set and connect Mouth method.
In step s 102, unit testing is carried out to the Type classes, the Type classes that test passes through is stored to specified In database.
Herein, unit testing (unit testing) refers to the minimum Testable unit in software is checked and tested Card.The minimum Testable unit by with the other parts of program it is mutually isolated in the case of tested.Of the invention real Apply in example, the Type classes include interface method.Therefore, unit testing is the test in method aspect in the embodiment of the present invention. It is described that unit testing is carried out to the Type classes to carry out unit testing to the interface method in the Type classes.
Wherein, the method for unit testing includes a variety of, and as the preferred exemplary of the present invention, Fig. 3 shows the present invention Step S102 specific implementation flow in the implementation method for the storing process that embodiment provides.Refering to Fig. 3, the step S102 bags Include:
In step S301, Type classes to be tested are obtained.
In step s 302, for each interface method in the Type classes to be tested, its test parameter is obtained.
In step S303, the input parameter using the test parameter as the interface method, the interface side is run Method, and obtain the return value of the interface method.
In step s 304, judge whether the return value is default desired value.
If so, then the interface method test passes through, next interface method and its test parameter, return to step are obtained S303 is tested next interface method.
Otherwise, the interface method test crash, the prompt message of test crash is exported.In embodiments of the present invention, institute Character image prompting can be included by stating prompting, such as can be carried by the display unit display warning printed words of the terminal device The awake user interface method test crash;Voice message can also be included, such as can be defeated by the audio of the terminal device Go out unit output phonetic warning (such as sharp alarm) to remind user's interface method test crash.
In step S305, when the interface method in the Type classes test by when, by the Type classes store to In the database specified.
In embodiments of the present invention, unit testing is carried out by docking port method, it is ensured that the minimum logic in Type classes The correctness of unit, the Type classes being made up of these minimum logic units can correctly be run.Therefore, when in the Type classes Total interface method test by when, show that the Type classes can correctly be run, by the Type classes store to In the database specified.
In step s 103, when writing storing process, by calling the Type classes to realize the storing process Function.
Alternatively, Fig. 4 shows that step S103's in the implementation method of storing process provided in an embodiment of the present invention is specific Implementation process.Refering to Fig. 4, the step S103 includes:
In step S401, when writing storing process, Type classes are obtained according to the operation of user.
In step S402, by calling the interface method in the Type classes to realize the function of the storing process.
In embodiments of the present invention, when user writes storing process, Type classes, terminal device are stated on the terminal device The Type classes in the database specified then directly are obtained, then call the interface method that the Type classes provide to realize State storing process.In other embodiments of the present invention, the distinct interface side in same Type classes can also be combined simultaneously Method realizes the storing process, or combines the distinct interface method in different Type classes simultaneously to realize described stored Journey.It can be seen that the embodiment of the present invention is by the way that business object to be abstracted into different Type classes so that the service logic of storing process is more Add clearly, user without testing whole storing process again, it is only necessary to Type classes corresponding to business object are tested, Debugging and maintenance of the user to storing process are very easy to, improves the efficiency of exploitation.
In summary, the embodiment of the present invention is by the way that business object to be divided into different Type classes;Then to the Type Class carries out unit testing, and the Type classes that test passes through are stored into specified database;When writing storing process, then pass through The Type classes are called to realize the function of the storing process;It is achieved thereby that storage is write based on the mode of object-oriented Process, the storing process of thousands of line codes up to ten thousand easily is abstracted into different Type classes, by these separate Type classes To combine the function of realizing storing process so that the service logic of storing process is definitely, easy to maintain, solves existing Code redundancy, logical miss existing for storing process, the problem of being difficult to safeguard.
It should be understood that in the above-described embodiments, the size of the sequence number of each step is not meant to the priority of execution sequence, each step Rapid execution sequence should determine that the implementation process without tackling the embodiment of the present invention forms any limit with its function and internal logic It is fixed.
Fig. 5 shows the composition structure of the realization device of storing process provided in an embodiment of the present invention, for convenience of description, It illustrate only the part related to the embodiment of the present invention.
In embodiments of the present invention, the realization device of the storing process is used to realize above-mentioned Fig. 1 to Fig. 3 any embodiments Described in storing process implementation method, can be the software unit, hardware cell or software and hardware for being built in terminal device With reference to unit.The terminal device includes but is not limited to computer, server etc..
Refering to Fig. 5, the realization device of the storing process includes:
Generation module 51, for generating different Type classes according to business object.
Test module 52, for carrying out unit testing to the Type classes, the Type classes that test passes through are stored to specified Database in.
Calling module 53, for when writing storing process, by calling the Type classes to realize the storing process Function.
In embodiments of the present invention, the business object refers to object present in insurance industry, including but not limited to throws The client of guarantor, vehicle, animal, insurance application, declaration form etc..The Type classes refer to the object in programming language, and Type is Oracle A keyword in database, the programming language can be PL/SQL.The embodiment of the present invention passes through storing process is possible Using to business object divided, take out corresponding to Type classes, for call stored procedure.Therefore, the generation mould Block 51 can include:
Division unit 511, for being divided to business object, generate Type classes corresponding to different business object.
Setting unit 512, for the title of each Type class of the operation setting according to user, attribute and one or more Interface method.
Wherein, the attribute is the Back ground Information of the business object, and the interface method is the dynamic of the business object Make.
Further, the unit testing (unit testing) refers to examine the minimum Testable unit in software Look into and verify.The minimum Testable unit by with the other parts of program it is mutually isolated in the case of tested.At this In inventive embodiments, the Type classes include interface method.Therefore, unit testing is in method aspect in the embodiment of the present invention Test.It is described that unit testing is carried out to the Type classes to carry out unit testing to the interface method in the Type classes.Wherein, The method of unit testing is including a variety of, and as the preferred exemplary of the present invention, the test module 52 can include:
First acquisition unit 521, for obtaining Type classes to be tested.
Second acquisition unit 522, for for each interface method in the Type classes to be tested, obtaining its survey Try parameter.
Test cell 523, for the input parameter using the test parameter as the interface method, run the interface Method, and obtain the return value of the interface method;Judge whether the return value is default desired value, if so, then described Interface method test passes through.
Memory cell 524, for when the interface method in the Type classes test by when, by the Type classes store Into the database specified.
Herein, if interface method is by unit testing, the test cell 523 continue to obtain next interface method and Its test parameter, to test next interface method.Otherwise, if the interface method test crash, the survey Try unit 523 then instruction terminal equipment output test crash prompt message.In embodiments of the present invention, the prompting can wrap Character image prompting is included, such as user's interface can be reminded by the display unit display warning printed words of the terminal device Method test crash;Voice message can also be included, such as police can be exported by the audio output unit of the terminal device Show voice (such as sharp alarm) to remind user's interface method test crash.
The embodiment of the present invention carries out unit testing by above-mentioned test module 52 to the interface method in Type classes, it is ensured that The correctness of minimum logic unit in Type classes, it also ensure that the correct of the Type classes that are made up of these minimum logic units Property.When the total interface method in the Type classes test by when, show that the Type classes can correctly be run, then The Type classes are stored into specified database, for call stored procedure.
Further, the calling module 53 can include:
3rd acquiring unit 531, for when writing storing process, Type classes to be obtained according to the operation of user.
Call unit 532, for by calling the interface method in the Type classes to realize the work(of the storing process Energy.
In embodiments of the present invention, when user writes storing process, Type classes, terminal device are stated on the terminal device The Type classes in the database specified then are obtained by the 3rd acquiring unit 531, institute is then called by call unit 532 The interface method for stating the offer of Type classes realizes the storing process.In other embodiments of the present invention, it can also pass through Call unit 532 calls the distinct interface method in same Type classes to realize the storing process simultaneously, or adjusts simultaneously The storing process is realized with the distinct interface method in different Type classes.It can be seen that the embodiment of the present invention is by by business pair As being abstracted into different Type classes so that definitely, user is without again to whole storing process for the service logic of storing process Tested, it is only necessary to Type classes corresponding to business object are tested, are very easy to tune of the user to storing process Examination and maintenance, improve the efficiency of exploitation.
In summary, the embodiment of the present invention is by the way that business object to be divided into different Type classes;Then to the Type Class carries out unit testing, and the Type classes that test passes through are stored into specified database;When writing storing process, then pass through The Type classes are called to realize the function of the storing process;It is achieved thereby that storage is write based on the mode of object-oriented Process, the storing process of thousands of line codes up to ten thousand easily is abstracted into different Type classes, by these separate Type classes To combine the function of realizing storing process so that the service logic of storing process is definitely, easy to maintain, solves existing Code redundancy, logical miss existing for storing process, the problem of being difficult to safeguard.
It should be noted that the device in the embodiment of the present invention can be used for realizing whole skills in above method embodiment Art scheme, the function of its each functional module can be implemented according to the method in above method embodiment, and it is implemented Process can refer to the associated description in examples detailed above, and here is omitted.
Those of ordinary skill in the art are it is to be appreciated that the list of each example described with reference to the embodiments described herein Member and algorithm steps, it can be realized with the combination of electronic hardware or computer software and electronic hardware.These functions are actually Performed with hardware or software mode, application-specific and design constraint depending on technical scheme.Professional and technical personnel Described function can be realized using distinct methods to each specific application, but this realization is it is not considered that exceed The scope of the present invention.
It is apparent to those skilled in the art that for convenience and simplicity of description, the device of foregoing description With the specific work process of unit, the corresponding process in preceding method embodiment is may be referred to, will not be repeated here.
In several embodiments provided herein, it should be understood that disclosed method and device, it can be passed through Its mode is realized.For example, device embodiment described above is only schematical, for example, the module, unit are drawn Point, only a kind of division of logic function, there can be other dividing mode when actually realizing, such as multiple units or component can To combine or be desirably integrated into another system, or some features can be ignored, or not perform.It is another, it is shown or beg for The mutual coupling of opinion or direct-coupling or communication connection can be the INDIRECT COUPLINGs by some interfaces, device or unit Or communication connection, can be electrical, mechanical or other forms.
The unit illustrated as separating component can be or may not be physically separate, show as unit The part shown can be or may not be physical location, you can with positioned at a place, or can also be distributed to multiple On NE.Some or all of unit therein can be selected to realize the mesh of this embodiment scheme according to the actual needs 's.
In addition, each functional unit, module in each embodiment of the present invention can be integrated in a processing unit, Can be that unit, module are individually physically present, can also two or more units, module be integrated in a unit In.
If the function is realized in the form of SFU software functional unit and is used as independent production marketing or in use, can be with It is stored in a computer read/write memory medium.Based on such understanding, technical scheme is substantially in other words The part to be contributed to prior art or the part of the technical scheme can be embodied in the form of software product, the meter Calculation machine software product is stored in a storage medium, including some instructions are causing a computer equipment (can be People's computer, server, or network equipment etc.) perform all or part of step of each embodiment methods described of the present invention. And foregoing storage medium includes:USB flash disk, mobile hard disk, read-only storage (ROM, Read-Only Memory), arbitrary access are deposited Reservoir (RAM, Random Access Memory), magnetic disc or CD etc. are various can be with the medium of store program codes.
The foregoing is only a specific embodiment of the invention, but protection scope of the present invention is not limited thereto, any Those familiar with the art the invention discloses technical scope in, change or replacement can be readily occurred in, should all be contained Cover within protection scope of the present invention.Therefore, protection scope of the present invention described should be defined by scope of the claims.

Claims (8)

1. a kind of implementation method of storing process, it is characterised in that the implementation method includes:
Different Type classes are generated according to business object;
Unit testing is carried out to the Type classes, the Type classes that test passes through are stored into specified database;
When writing storing process, by calling the Type classes to realize the function of the storing process.
2. the implementation method of storing process as claimed in claim 1, it is characterised in that described that difference is generated according to business object Type classes include:
Business object is divided, generates Type classes corresponding to different business object;
According to the title of each Type class of the operation setting of user, attribute and one or more interface methods;
Wherein, the attribute is the Back ground Information of the business object, and the interface method is the action of the business object.
3. the implementation method of storing process as claimed in claim 2, it is characterised in that described that unit is carried out to the Type classes Test, the Type classes that test passes through, which are stored to specified database, to be included:
Obtain Type classes to be tested;
For each interface method in the Type classes to be tested, its test parameter is obtained;
Input parameter using the test parameter as the interface method, runs the interface method, and obtains the interface The return value of method;Judge whether the return value is default desired value, if so, then the interface method test passes through;
When the interface method in the Type classes test by when, the Type classes are stored into specified database.
4. the implementation method of storing process as claimed in claim 2 or claim 3, it is characterised in that it is described when writing storing process, Realize that the function of the storing process includes by calling the Type classes:
When writing storing process, Type classes are obtained according to the operation of user;
By calling the interface method in the Type classes to realize the function of the storing process.
5. a kind of realization device of storing process, it is characterised in that described device includes:
Generation module, for generating different Type classes according to business object;
Test module, for carrying out unit testing to the Type classes, the Type classes that test passes through are stored to specified data In storehouse;
Calling module, for when writing storing process, by calling the Type classes to realize the function of the storing process.
6. the realization device of storing process as claimed in claim 5, it is characterised in that the generation module includes:
Division unit, for being divided to business object, generate Type classes corresponding to different business object;
Setting unit, for the title of each Type class of the operation setting according to user, attribute and one or more interface sides Method;
Wherein, the attribute is the Back ground Information of the business object, and the interface method is the action of the business object.
7. the realization device of storing process as claimed in claim 6, it is characterised in that the test module includes:
First acquisition unit, for obtaining Type classes to be tested;
Second acquisition unit, for for each interface method in the Type classes to be tested, obtaining its test parameter;
Test cell, for the input parameter using the test parameter as the interface method, the interface method is run, and Obtain the return value of the interface method;Judge whether the return value is default desired value, if so, the then interface method Test passes through;
Memory cell, for when the interface method in the Type classes test by when, by the Type classes store to specify Database in.
8. the realization device of storing process as claimed in claims 6 or 7, it is characterised in that the calling module includes:
3rd acquiring unit, for when writing storing process, Type classes to be obtained according to the operation of user;
Call unit, for by calling the interface method in the Type classes to realize the function of the storing process.
CN201611028425.9A 2016-11-14 2016-11-14 Method and device for realizing storage process Active CN107784047B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611028425.9A CN107784047B (en) 2016-11-14 2016-11-14 Method and device for realizing storage process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611028425.9A CN107784047B (en) 2016-11-14 2016-11-14 Method and device for realizing storage process

Publications (2)

Publication Number Publication Date
CN107784047A true CN107784047A (en) 2018-03-09
CN107784047B CN107784047B (en) 2020-09-11

Family

ID=61437722

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611028425.9A Active CN107784047B (en) 2016-11-14 2016-11-14 Method and device for realizing storage process

Country Status (1)

Country Link
CN (1) CN107784047B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050177589A1 (en) * 2004-02-10 2005-08-11 Ramachandran Venkatesh System and method for providing user defined types in a database system
US20080189311A1 (en) * 2007-02-01 2008-08-07 Microsoft Corporation Visual controls for stored procedure and object relational class development
CN102346774A (en) * 2011-09-26 2012-02-08 深圳市信游天下网络科技有限公司 Database operation method and device
CN102855177A (en) * 2011-06-30 2013-01-02 阿里巴巴集团控股有限公司 Unit test method and device
CN103092587A (en) * 2011-11-01 2013-05-08 镇江华扬信息科技有限公司 Java stored procedure database simplifying operation method
CN104536963A (en) * 2014-11-13 2015-04-22 中国建设银行股份有限公司 A dispatching method and system during storing process
CN104978336A (en) * 2014-04-08 2015-10-14 云南电力试验研究院(集团)有限公司电力研究院 Unstructured data storage system based on Hadoop distributed computing platform

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050177589A1 (en) * 2004-02-10 2005-08-11 Ramachandran Venkatesh System and method for providing user defined types in a database system
US20050177583A1 (en) * 2004-02-10 2005-08-11 Microsoft Corporation System and method for providing user defined types in a database system
US20080189311A1 (en) * 2007-02-01 2008-08-07 Microsoft Corporation Visual controls for stored procedure and object relational class development
CN102855177A (en) * 2011-06-30 2013-01-02 阿里巴巴集团控股有限公司 Unit test method and device
CN102346774A (en) * 2011-09-26 2012-02-08 深圳市信游天下网络科技有限公司 Database operation method and device
CN103092587A (en) * 2011-11-01 2013-05-08 镇江华扬信息科技有限公司 Java stored procedure database simplifying operation method
CN104978336A (en) * 2014-04-08 2015-10-14 云南电力试验研究院(集团)有限公司电力研究院 Unstructured data storage system based on Hadoop distributed computing platform
CN104536963A (en) * 2014-11-13 2015-04-22 中国建设银行股份有限公司 A dispatching method and system during storing process

Also Published As

Publication number Publication date
CN107784047B (en) 2020-09-11

Similar Documents

Publication Publication Date Title
CN109597661B (en) Service function configuration method and device
CN107133174A (en) Test case code automatically generating device and method
WO2021063045A1 (en) Blockchain-based transaction query method, apparatus and device, and blockchain-based transaction data processing method, apparatus and device
CN109446099A (en) Automatic test cases generation method, device, medium and electronic equipment
CN107357593A (en) Source code file construction method, device, electric terminal and readable storage medium storing program for executing
CN108804322A (en) Automated testing method, device, computer equipment and storage medium
US10956470B2 (en) Facet-based query refinement based on multiple query interpretations
CN107729246A (en) For the auxiliary test methods of intended application, device, equipment and storage medium
CN111930617B (en) Automatic test method and device based on data objectification
CN106648556A (en) Front end and back end integrated development testing method and device
CN104133765B (en) The test case sending method of network activity and test case server
CN107193681A (en) Data verification method and device
CN109740129B (en) Report generation method, device and equipment based on blockchain and readable storage medium
CN110750530A (en) Service system and data checking method thereof
CN110427188A (en) It is single to survey configuration method, device, equipment and the storage medium for asserting program
CN110134596A (en) The generation method and terminal device of test document
CN111562965A (en) Page data verification method and device based on decision tree
CN114219207A (en) Business decision method, system, device, computer equipment and storage medium
CN114065948A (en) Method and device for constructing pre-training model, terminal equipment and storage medium
US20140324918A1 (en) Database Generation System, Method For Generating A Database, Product Line Management System And Non-Transitory Data Carrier
CN115617594B (en) Method, apparatus, storage medium, and program product for generating incentive information
CN107133163A (en) A kind of method and apparatus for verifying description class API
CN110333849A (en) A kind of method, apparatus for realizing code robot based on FreeMarker template engine
CN107784047A (en) The implementation method and device of storing process
Anthony Introducing fireant: A freeware, multiplatform social media data-analysis tool

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant