CN113407563A - Query form generation method, device and equipment - Google Patents

Query form generation method, device and equipment Download PDF

Info

Publication number
CN113407563A
CN113407563A CN202110626569.9A CN202110626569A CN113407563A CN 113407563 A CN113407563 A CN 113407563A CN 202110626569 A CN202110626569 A CN 202110626569A CN 113407563 A CN113407563 A CN 113407563A
Authority
CN
China
Prior art keywords
query
data
list
model
target data
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
CN202110626569.9A
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.)
Rice Development Co ltd
Original Assignee
Rice Development 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 Rice Development Co ltd filed Critical Rice Development Co ltd
Priority to CN202110626569.9A priority Critical patent/CN113407563A/en
Publication of CN113407563A publication Critical patent/CN113407563A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2428Query predicate definition using graphical user interfaces, including menus and forms
    • 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/248Presentation of query results

Abstract

The invention relates to a method, a device and equipment for generating a query form, belonging to the technical field of software research and development, wherein a query condition form and a data list form data set are generated by setting query conditions and list display model parameters, and a boundary model data set is determined so as to enable a front end to generate a query interface; determining query data according to a query setting instruction based on a query interface; and inquiring corresponding target data in a preset database table according to the inquiry data so as to enable the front end to display the target data according to a preset format. The query conditions and the list display model are parameterized, so that the front end generates query change and table data according to the query conditions and the list display model parameters, the rear end queries results in a database table according to the query data, packages the query results into list data and returns the list data to the front end for display, and convenience and rapidness are achieved; when the requirement changes, only the model parameters are adjusted, and any coding work on business processing logic is not needed, so that the time is saved.

Description

Query form generation method, device and equipment
Technical Field
The invention belongs to the technical field of software research and development, and particularly relates to a method, a device and equipment for generating a query form.
Background
In the process of software development, form query and form display functions of different database tables need to be developed. The traditional development method is that corresponding query conditions and a form display list are designed according to specific requirements, then front-end UI design and coding are carried out, a database query statement is written by a back end according to query condition contents sent by a front-end query form, then obtained form data contents are returned to the front end, and the front end displays the list contents according to specific data.
However, for different form query and display requirements, developers need to independently perform UI design and compile logic codes for acquiring and processing backend data services; different functions need to independently perform UI design and data acquisition service logic coding work, and a large amount of development workload is needed.
Disclosure of Invention
The invention provides a method, a device and equipment for generating a query form, and aims to solve the technical problem of large development workload in the prior art.
The technical scheme provided by the invention is as follows:
in one aspect, a method for generating a query form includes:
setting query conditions and list display model parameters according to a data table structure;
generating a query condition form and a data list form data set according to the query condition and the list display model parameters, and determining a boundary model data set so as to enable the front end to generate a query interface;
receiving a query setting instruction based on the query interface, and determining query data according to the query setting instruction;
and inquiring corresponding target data in a preset database table according to the inquiry data so as to enable the front end to display the target data according to a preset format.
Optionally, the generating a query condition form and a data list form dataset according to the query condition and the list display model parameter, and determining a surface model dataset to enable the front end to generate a query interface includes:
and generating a query condition form and a data list form data set according to the query condition and the list display model parameters, and determining a boundary model data set so that the front end generates a query condition form and a data table interface according to a query condition model and a list data model.
Optionally, the query setting instruction includes: query condition value setting and display list field setting.
Optionally, the querying, according to the query data, corresponding target data in a preset database table to enable a front end to display the target data according to a preset format includes:
generating an inquiry statement of a database table according to the inquiry data;
inquiring corresponding target data in a preset database table through the inquiry statement of the database table, packaging the target data according to a list data model, and acquiring packaged target data;
and sending the encapsulated target data to the front end so that the front end displays table data according to the encapsulated target data.
Optionally, the query condition and the list display model parameter include: inquiring condition parameters and table list display parameters; the query condition parameters comprise: at least one of a field, a type, a query operation; the table list displays parameters including: at least one of a list display field, a list display type, a multilingual tag, and a display width.
In another aspect, an apparatus for generating a query form includes: the device comprises a setting module, a conversion module, a receiving module and a query module;
the setting module is used for setting query conditions and list display model parameters according to the data table structure;
the conversion module is used for generating a query condition form and a data list form data set according to the query condition and the list display model parameters, and determining a boundary model data set so as to enable the front end to generate a query interface;
the receiving module is used for receiving a query setting instruction based on the query interface and determining query data according to the query setting instruction;
and the query module is used for querying corresponding target data in a preset database table according to the query data so as to enable the front end to display the target data according to a preset format.
Optionally, the conversion module is configured to generate a query condition form and a data list form dataset according to the query condition and the list display model parameter, and determine a surface model dataset, so that the front end generates a query condition form and a data table interface according to the query condition model and the list data model.
Optionally, the query module is configured to generate a query statement of a database table according to the query data; inquiring corresponding target data in a preset database table through the inquiry statement of the database table, packaging the target data according to a list data model, and acquiring packaged target data; and sending the encapsulated target data to the front end so that the front end displays table data according to the encapsulated target data.
Optionally, the query conditions and the list display model parameters set in the setting module include: inquiring condition parameters and table list display parameters; the query condition parameters comprise: at least one of a field, a type, a query operation; the table list displays parameters including: at least one of a list display field, a list display type, a multilingual tag, and a display width.
In still another aspect, a query form generating apparatus includes: a processor, and a memory coupled to the processor;
the memory is used for storing a computer program, and the computer program is at least used for executing the generation method of the query form;
the processor is used for calling and executing the computer program in the memory.
The invention has the beneficial effects that:
according to the method, the device and the equipment for generating the query form, which are provided by the embodiment of the invention, the query condition and the list display model parameter are set; generating a query condition form and a data list form data set according to the query condition and the list display model parameters, and determining a boundary model data set so as to enable the front end to generate a query interface; receiving a query setting instruction based on a query interface, and determining query data according to the query setting instruction; and inquiring corresponding target data in a preset database table according to the inquiry data so as to enable the front end to display the target data according to a preset format. The query conditions and the list display model are parameterized, so that the front end generates query change and table data according to the query conditions and the list display model parameters, the rear end queries results in a database table according to the query data, packages the query results into list data and returns the list data to the front end for display, and convenience and rapidness are achieved; when the requirement changes, only the model parameters are adjusted, and any coding work on business processing logic is not needed, so that the time is saved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flow chart of a method for generating a query form according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating programming for setting a backend model according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a query form generation apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a query form generation device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the examples given herein without any inventive step, are within the scope of the present invention.
In order to at least solve the technical problem provided by the present invention, an embodiment of the present invention provides a method for generating a query form.
Fig. 1 is a schematic flow chart of a method for generating a query form according to an embodiment of the present invention, as shown in fig. 1, the method according to the embodiment of the present invention may include the following steps:
and S11, setting query conditions and list display model parameters according to the data table structure.
For example, table 1 shows models for query conditions and lists, and parameters of the query conditions and the list data models are set according to table 1, for example, parameter values and descriptions corresponding to attribute names of the parameters are set.
TABLE 1 query conditions and List display model
Figure BDA0003102270980000041
Figure BDA0003102270980000051
When the user needs to change the query condition or change the content of the display field, the parameter setting can be performed according to table 1.
And S12, generating a query condition form and a data list form data set according to the query condition and the list display model parameters, and determining the data set of the boundary model so as to enable the front end to generate a query interface.
In some embodiments, may include: and generating a query condition form and a data list form data set according to the query condition and the list display model parameters, and determining the data set of the boundary form so that the front end generates a query condition form and a data form interface according to the query condition model and the list data model.
For example, a query form and a data list form dataset may be generated based on the query conditions and list display model parameters, and the front end may generate a query form and a data table interface based on the dataset and the query condition model and list data model. For example, table 2 is a query condition model, table 3 is a list data model, and the front end can generate a query condition form and a data form interface according to the model parameters in tables 1 and 2.
TABLE 2 query conditions model
Figure BDA0003102270980000052
Figure BDA0003102270980000061
Table 3 is a tabular data model
Figure BDA0003102270980000062
In some embodiments, optionally, the user's settings may also be stored, so that they are invoked directly when the user logs in again.
For example, in the embodiment of the present invention, the structured query condition model shown in table 2 may be stored as a query template, so that a user can conveniently store frequently-used query contents as a view, and the query condition and the query value do not need to be repeatedly selected each time, thereby improving the user experience and saving the time for user input and selection. For example, the view corresponding to the query condition with the "operation date" as "the last day" is saved and named as "the last day log", then when the user enters the function again, the view "the last day log" already stored before can be directly clicked, and the function can be quickly realized.
For example, based on the list data model provided in table 3, besides storing the query condition in the view, the content of the received parameter in the column of the structure list display can be marked, and when the user logs in again, the user can view the parameter. For example, the view of the "log of the last day" may be stored, in addition to the query conditions and values, setting values such as whether columns are displayed and column width in the list data model may be stored in the view, and when the user logs in again, the view name of the "log of the last day" may be clicked, so that the query conditions saved before are automatically filled, and the required data are listed for the user to use.
And S13, receiving a query setting instruction based on the query interface, and determining query data according to the query setting instruction.
In some embodiments, optionally, the query setting instruction includes: query condition value setting and display list field setting.
For example, after the front end displays the query interface, the user may set the query condition value and select the content such as the display list field in the query interface, so as to determine the query data according to the setting of the user.
And S14, according to the query data, querying corresponding target data in a preset database table so that the front end displays the target data according to a preset format.
In some embodiments, may include: generating an inquiry statement of a database table according to the inquiry data; inquiring corresponding target data in a preset database table through an inquiry statement of the database table, packaging the target data according to a list data model, and acquiring the packaged target data; and sending the encapsulated target data to the front end so that the front end displays the table data according to the encapsulated target data.
For example, after the query data is determined, the back-end may automatically generate a query statement of a database table based on the query data, so as to query the corresponding data from the database table of the back-end according to the query statement as the target data. And after the target data is obtained, packaging according to the list data model, obtaining the packaged target data, and returning the packaged target data to the front end, so that the front end displays the tabular data according to a return result.
The query form generation method provided by the embodiment of the invention displays model parameters by setting query conditions and lists; generating a query condition form and a data list form data set according to the query condition and the list display model parameters, and determining a boundary model data set so as to enable the front end to generate a query interface; receiving a query setting instruction based on a query interface, and determining query data according to the query setting instruction; and inquiring corresponding target data in a preset database table according to the inquiry data so as to enable the front end to display the target data according to a preset format. The query conditions and the list display model are parameterized, so that the front end generates query change and table data according to the query conditions and the list display model parameters, the rear end queries results in a database table according to the query data, packages the query results into list data and returns the list data to the front end for display, and convenience and rapidness are achieved; when the requirement changes, only the model parameters are adjusted, and any coding work on business processing logic is not needed, so that the time is saved.
In order to explain the generation method of the query form provided by the embodiment of the present application, a specific embodiment is provided:
fig. 2 is a schematic diagram of programming for setting a backend model according to an embodiment of the present invention, and referring to fig. 2, it can be understood that @ Column is a parameter setting method, and label is provided therein as a multi-language tag (i.e., a field Name for displaying in an interface is automatically converted according to different languages, for example, a Name is displayed when the interface is in chinese, and a Name is displayed when the interface is switched to english);
the search is used for identifying whether the field is used as a query condition, true represents that the field needs to be used as the query condition, and false is not used as the query condition by default;
when the operator is used to set as a query condition, which operators can be used, such as "equal", "not equal", "end" and "start";
name is used to set the field name associated with the database table;
sort is used for setting whether to be used as a sorting item, true represents to be used as the sorting item, and default is false;
sep is used as a sign of the interval between values when multiple values are supported.
In this embodiment, which contents participate in the query and which fields to display in the list are automatically generated according to the settings of the back-end Model.
Based on a general inventive concept, the embodiment of the present invention further provides a device for generating a query form.
Fig. 3 is a schematic structural diagram of a device for generating a query form according to an embodiment of the present invention, and as shown in fig. 3, the device according to the embodiment of the present invention may include the following structures: a setting module 31, a conversion module 32, a receiving module 33 and a query module 34;
a setting module 31, configured to set query conditions and list display model parameters according to a data table structure;
the conversion module 32 is used for generating a query condition form and a data list form data set according to the query condition and the list display model parameters, and determining a boundary model data set so as to enable the front end to generate a query interface;
the receiving module 33 is configured to receive a query setting instruction based on the query interface, and determine query data according to the query setting instruction;
and the query module 34 is configured to query the corresponding target data in the preset database table according to the query data, so that the front end displays the target data according to the preset format.
Optionally, the conversion module 32 is configured to generate a query condition form and a data list form dataset according to the query condition and the list display model parameter, and determine a boundary model dataset, so that the front end generates a query condition form and a data table interface according to the query condition model and the list data model.
Optionally, the query module 34 is configured to generate a query statement of a database table according to the query data; inquiring corresponding target data in a preset database table through an inquiry statement of the database table, packaging the target data according to a list data model, and acquiring the packaged target data; and sending the encapsulated target data to the front end so that the front end displays the table data according to the encapsulated target data.
Optionally, the query conditions and the list display model parameters set in the setting module 31 include: inquiring condition parameters and table list display parameters; query condition parameters including: at least one of a field, a type, a query operation; tabular listing display parameters including: at least one of a list display field, a list display type, a multilingual tag, and a display width.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Based on a general inventive concept, the embodiment of the present invention further provides a query form generating device.
Fig. 4 is a schematic structural diagram of a device for generating a query form according to an embodiment of the present invention, and referring to fig. 4, the device for generating a query form according to an embodiment of the present invention includes: a processor 41, and a memory 42 coupled to the processor.
The memory 42 is used for storing a computer program, and the computer program is at least used for the method for generating the query form described in any of the above embodiments;
the processor 41 is used to invoke and execute computer programs in memory.
Embodiments of the present invention also provide a storage medium based on one general inventive concept.
A storage medium storing a computer program which, when executed by a processor, implements the steps of the above-described query form generation method.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.
It is understood that the same or similar parts in the above embodiments may be mutually referred to, and the same or similar parts in other embodiments may be referred to for the content which is not described in detail in some embodiments.
It should be noted that the terms "first," "second," and the like in the description of the present invention are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. Further, in the description of the present invention, the meaning of "a plurality" means at least two unless otherwise specified.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (10)

1. A method for generating a query form, comprising:
setting query conditions and list display model parameters according to a data table structure;
generating a query condition form and a data list form data set according to the query condition and the list display model parameters, and determining a boundary model data set so as to enable the front end to generate a query interface;
receiving a query setting instruction based on the query interface, and determining query data according to the query setting instruction;
and inquiring corresponding target data in a preset database table according to the inquiry data so as to enable the front end to display the target data according to a preset format.
2. The method of claim 1, wherein generating a query condition form and data list form dataset from the query conditions and list display model parameters, and determining a surface model dataset to enable a front end to generate a query interface comprises:
and generating a query condition form and a data list form data set according to the query condition and the list display model parameters, and determining a boundary model data set so that the front end generates a query condition form and a data table interface according to a query condition model and a list data model.
3. The method of claim 1, wherein querying the setup instructions comprises: query condition value setting and display list field setting.
4. The method according to claim 1, wherein the querying, according to the query data, corresponding target data in a preset database table so that a front end displays the target data according to a preset format includes:
generating an inquiry statement of a database table according to the inquiry data;
inquiring corresponding target data in a preset database table through the inquiry statement of the database table, packaging the target data according to a list data model, and acquiring packaged target data;
and sending the encapsulated target data to the front end so that the front end displays table data according to the encapsulated target data.
5. The method according to any one of claims 1-4, wherein the query condition and list display model parameters comprise: inquiring condition parameters and table list display parameters; the query condition parameters comprise: at least one of a field, a type, a query operation; the table list displays parameters including: at least one of a list display field, a list display type, a multilingual tag, and a display width.
6. An apparatus for generating a query form, comprising: the device comprises a setting module, a conversion module, a receiving module and a query module;
the setting module is used for setting query conditions and list display model parameters according to the data table structure;
the conversion module is used for generating a query condition form and a data list form data set according to the query condition and the list display model parameters, and determining a boundary model data set so as to enable the front end to generate a query interface;
the receiving module is used for receiving a query setting instruction based on the query interface and determining query data according to the query setting instruction;
and the query module is used for querying corresponding target data in a preset database table according to the query data so as to enable the front end to display the target data according to a preset format.
7. The apparatus of claim 6, wherein the conversion module is configured to generate a query conditions form and a data list form dataset according to the query conditions and the list display model parameters, and determine a boundary model dataset, so that the front end generates a query conditions form and a data table interface according to the query conditions model and the list data model.
8. The apparatus of claim 6, wherein the query module is configured to generate a query statement for a database table according to the query data; inquiring corresponding target data in a preset database table through the inquiry statement of the database table, packaging the target data according to a list data model, and acquiring packaged target data; and sending the encapsulated target data to the front end so that the front end displays table data according to the encapsulated target data.
9. The apparatus according to any one of claims 6-8, wherein the query condition and the list display model parameter set in the setting module comprise: inquiring condition parameters and table list display parameters; the query condition parameters comprise: at least one of a field, a type, a query operation; the table list displays parameters including: at least one of a list display field, a list display type, a multilingual tag, and a display width.
10. A query form generation device, comprising: a processor, and a memory coupled to the processor;
the memory is used for storing a computer program, and the computer program is at least used for executing the generation method of the query form of any one of claims 1-5;
the processor is used for calling and executing the computer program in the memory.
CN202110626569.9A 2021-06-04 2021-06-04 Query form generation method, device and equipment Pending CN113407563A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110626569.9A CN113407563A (en) 2021-06-04 2021-06-04 Query form generation method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110626569.9A CN113407563A (en) 2021-06-04 2021-06-04 Query form generation method, device and equipment

Publications (1)

Publication Number Publication Date
CN113407563A true CN113407563A (en) 2021-09-17

Family

ID=77676427

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110626569.9A Pending CN113407563A (en) 2021-06-04 2021-06-04 Query form generation method, device and equipment

Country Status (1)

Country Link
CN (1) CN113407563A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116049268A (en) * 2023-03-22 2023-05-02 广东粤港澳大湾区国家纳米科技创新研究院 Method and device for realizing local dynamic form display

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102163223A (en) * 2011-04-02 2011-08-24 锐词文化发展(北京)有限公司 Self-service query method and device thereof for background data
CN102541541A (en) * 2011-12-15 2012-07-04 大唐软件技术股份有限公司 Interface generation method and device
CN103500196A (en) * 2013-09-22 2014-01-08 成都交大光芒科技股份有限公司 EXCEL data export method and export device in multi-concurrence large data volume environment
CN104699681A (en) * 2013-12-04 2015-06-10 航天信息股份有限公司 Data processing method based on metadata base
CN111309709A (en) * 2020-02-20 2020-06-19 全球能源互联网研究院有限公司 Database establishing and retrieving method and device
CN112749215A (en) * 2020-12-31 2021-05-04 成都泛微网络科技有限公司 Data display method and related equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102163223A (en) * 2011-04-02 2011-08-24 锐词文化发展(北京)有限公司 Self-service query method and device thereof for background data
CN102541541A (en) * 2011-12-15 2012-07-04 大唐软件技术股份有限公司 Interface generation method and device
CN103500196A (en) * 2013-09-22 2014-01-08 成都交大光芒科技股份有限公司 EXCEL data export method and export device in multi-concurrence large data volume environment
CN104699681A (en) * 2013-12-04 2015-06-10 航天信息股份有限公司 Data processing method based on metadata base
CN111309709A (en) * 2020-02-20 2020-06-19 全球能源互联网研究院有限公司 Database establishing and retrieving method and device
CN112749215A (en) * 2020-12-31 2021-05-04 成都泛微网络科技有限公司 Data display method and related equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116049268A (en) * 2023-03-22 2023-05-02 广东粤港澳大湾区国家纳米科技创新研究院 Method and device for realizing local dynamic form display

Similar Documents

Publication Publication Date Title
US6831655B2 (en) Method and apparatus for determining display element attribute values
CN107679071B (en) Relational database-oriented general data service customized packaging method
RU2340937C2 (en) Declarative sequential report parametrisation
CN104615602A (en) Automatic generation device and method thereof for query interface
US11934361B2 (en) Automatic generation of a data model from a structured query language (SQL) statement
CN111026931A (en) Data query method, device, equipment and medium
CN113407563A (en) Query form generation method, device and equipment
US8433729B2 (en) Method and system for automatically generating a communication interface
CN112818070A (en) Data query method and device based on global data dictionary and electronic equipment
CN110362591B (en) Report form display method and device
CN112258244A (en) Method, device, equipment and storage medium for determining task of target object
CN110019433B (en) Report query method and device
US20080189299A1 (en) Method and apparatus for managing descriptors in system specifications
RU2702508C1 (en) System of component-oriented software and method of development
CN115544061A (en) Data query method, system, terminal and computer readable storage medium
CN114780539A (en) Method, system and storage medium for generating report form in multiple dimensions
CN103034719A (en) CPU (Central Processing Unit) type identification method, CPU type identification device and hardware detection system
CN109814857B (en) Method and device for customizing primitive linkage
CN109213811B (en) Report form display method and device
US11314796B2 (en) Dimension-specific dynamic text interface for data analytics
US11960829B1 (en) Fast input window
CN117425887A (en) Data processing method, device, electronic equipment and computer readable storage medium
CN115292370A (en) Business document data processing method, device and medium
CN116627986A (en) Form realization method and system capable of dynamically configuring display and search
JP2006251979A (en) Variable item retrieval system

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