CN118860361A - A method for online integration of SQL based on low-code platform - Google Patents

A method for online integration of SQL based on low-code platform Download PDF

Info

Publication number
CN118860361A
CN118860361A CN202410836742.1A CN202410836742A CN118860361A CN 118860361 A CN118860361 A CN 118860361A CN 202410836742 A CN202410836742 A CN 202410836742A CN 118860361 A CN118860361 A CN 118860361A
Authority
CN
China
Prior art keywords
query
sql
low
code
logic flow
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
CN202410836742.1A
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.)
Hangzhou Yunwei Technology Co ltd
Original Assignee
Hangzhou Yunwei 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 Hangzhou Yunwei Technology Co ltd filed Critical Hangzhou Yunwei Technology Co ltd
Priority to CN202410836742.1A priority Critical patent/CN118860361A/en
Publication of CN118860361A publication Critical patent/CN118860361A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • 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/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages

Landscapes

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

Abstract

The invention relates to the technical field of low codes, and provides a method for integrating SQL (structured query language) on line based on a low-code platform, which comprises the following steps: the user drags SQL operation nodes into the designed logic flow; writing a query SQL statement in the SQL operation node; generating corresponding JAVA calling query codes based on SQL operation nodes designed by users; the JAVA calling query code is integrated into the module item source code to integrate into the complete module item source code, and the invention directly opens SQL writing capability, allowing the user to directly write SQL statements to complete complex database operations in order to fulfill complex user business requirements. Compared with the method that query nodes in the logic flow are used for designing queries in a graphical mode, the method allows users to write SQL outside a select statement, such as delete operation and update operation, makes up the defects of the query nodes, enables the users to simply query the database when operating the database, enables complex query or operations outside the select to use the SQL nodes, and improves the operation capability of the low-code platform on the database.

Description

一种基于低代码平台在线集成SQL的方法A method for online integration of SQL based on low-code platform

技术领域Technical Field

本发明涉及低代码技术领域,特别涉及一种基于低代码平台在线集成SQL的方法。The present invention relates to the field of low-code technology, and in particular to a method for online integration of SQL based on a low-code platform.

背景技术Background Art

低代码平台是一种无需编码或通过少量代码就可以快速生成应用程序的开发平台。它允许开发人员使用易于理解的可视化工具来构建业务流程、逻辑和数据模型,并在必要时添加自己的代码。低代码平台的原则就是能用鼠标完成的操作,绝不要用户写代码去实现,但部分复杂的设计难以通过简单的“图形化的积木组装”实现,当用户通过可视化的方式设计数据库进行较为复杂的查询时,这种可视化的方式编写复杂且需要很长的查询,如果在查询过程中出错,其中的问题也很难排查,且后续的维护也是非常复杂的。A low-code platform is a development platform that can quickly generate applications without coding or with a small amount of code. It allows developers to use easy-to-understand visual tools to build business processes, logic, and data models, and add their own code when necessary. The principle of a low-code platform is that operations that can be completed with a mouse should never be implemented by users writing code, but some complex designs are difficult to implement through simple "graphical building block assembly". When users design databases in a visual way for more complex queries, this visual way of writing complex and long queries. If an error occurs during the query process, the problem is difficult to troubleshoot, and subsequent maintenance is also very complicated.

发明内容Summary of the invention

本发明集成在低代码平台的逻辑流功能中,使用SQL节点完成SQL查询的设计,当用户设计完毕生成代码时,后端会针对SQL节点生成一个方法实现结构化查询,在低代码平台实现了用户设计和执行SQL语句或操作数据库的能力。The present invention is integrated into the logic flow function of the low-code platform, and uses SQL nodes to complete the design of SQL queries. When the user completes the design and generates code, the backend will generate a method for the SQL node to implement structured queries, thereby realizing the user's ability to design and execute SQL statements or operate databases on the low-code platform.

为了实现上述目的,本发明提供以下技术方案:In order to achieve the above object, the present invention provides the following technical solutions:

本发明提供一种基于低代码平台在线集成SQL的方法,包括:The present invention provides a method for online integration of SQL based on a low-code platform, comprising:

(1)用户在设计的逻辑流中拖入SQL操作节点;(1) The user drags the SQL operation node into the designed logic flow;

(2)在SQL操作节点中编写查询SQL语句;(2) Write a query SQL statement in the SQL operation node;

(3)基于用户设计的SQL操作节点生成相应的JAVA调用查询代码;(3) Generate corresponding JAVA call query code based on the SQL operation node designed by the user;

(4)基于JAVA调用查询代码生成完整的模块项目源码,JAVA调用查询代码和模块项目源码能够互相兼容,能正常调用达到平台生成的模块支持执行用户设计SQL的能力;其中逻辑流是模块项目的一部分。(4) Generate complete module project source code based on JAVA call query code. The JAVA call query code and the module project source code are compatible with each other and can be called normally to achieve the ability of the platform-generated module to support the execution of user-designed SQL; the logic flow is part of the module project.

进一步的,步骤(2)中,所述查询SQL语句允许使用逻辑流中声明的输入参数和本地变量。Furthermore, in step (2), the query SQL statement allows the use of input parameters and local variables declared in the logic flow.

进一步的,步骤(3)中,JAVA调用查询代码是符合mybatis规范的xml文件,借助Mapper文件和mybatis在模块执行环境实现数据库查询操作,将设计的查询SQL语句中的参数设为查询参数,具体的程序运行的时候mybatis去解析处理并提供了真正的数据库查询能力,Mapper文件提供一个接口,实现程序调用mybatis实现具体的数据库查询。Furthermore, in step (3), the JAVA query code is an XML file that complies with the mybatis specification. With the help of the Mapper file and mybatis, the database query operation is implemented in the module execution environment. The parameters in the designed query SQL statement are set as query parameters. When the specific program is running, mybatis parses and processes and provides real database query capabilities. The Mapper file provides an interface to enable the program to call mybatis to implement specific database queries.

进一步的,所述xml文件包括用户设计的查询SQL语句、生成符合mybatis框架规范的Mapper接口类、接口类定义对应的查询方法以及查询SQL语句的绑定关系。Furthermore, the xml file includes a query SQL statement designed by the user, a Mapper interface class generated in accordance with the mybatis framework specification, a query method corresponding to the interface class definition, and a binding relationship between the query SQL statement.

进一步的,所述查询SQL语句的绑定关系包括查询sql语句内的参数名称、数量和接口类中定义的方法的参数名称和数量一致,形成对应关系,执行的时候会自动绑定。Furthermore, the binding relationship of the query SQL statement includes that the parameter name and quantity in the query SQL statement are consistent with the parameter name and quantity of the method defined in the interface class, forming a corresponding relationship, and will be automatically bound during execution.

进一步的,mybatis mapper接口类的查询方法是通过生成的源码中从逻辑流执行的上下文中获取查询sql语句中参数的值,并以此作为参数调用接口类中的查询方法。Furthermore, the query method of the mybatis mapper interface class obtains the value of the parameter in the query SQL statement from the context of the logical flow execution in the generated source code, and uses this as a parameter to call the query method in the interface class.

进一步的,所述查询sql语句的参数通过占位符标记,一般使用@In1@Name之类的占位符标记。Furthermore, the parameters of the query SQL statement are marked by placeholders, generally using placeholders such as @In1@Name.

进一步的,当逻辑流被调用时,逻辑流的SQL操作节点对应的源码通过mybatis调用执行对应的查询,并传入所需的参数。Furthermore, when the logic flow is called, the source code corresponding to the SQL operation node of the logic flow executes the corresponding query through mybatis call and passes in the required parameters.

本发明还提供一种电子设备,包括:The present invention also provides an electronic device, comprising:

至少一个处理器;at least one processor;

以及as well as

与所述至少一个处理器通信连接的存储器;其中,a memory communicatively connected to the at least one processor; wherein,

所述存储器存储有可被所述至少一个处理器执行的一个或多个计算机程序,一个或多个所述计算机程序被所述至少一个处理器执行,以使所述至少一个处理器能够执行如上述的一种基于低代码平台在线集成SQL的方法。The memory stores one or more computer programs that can be executed by the at least one processor, and the one or more computer programs are executed by the at least one processor so that the at least one processor can execute a method for online integration of SQL based on a low-code platform as described above.

本发明还提供一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序在被处理器执行时实现如上述的一种基于低代码平台在线集成SQL的方法。The present invention also provides a computer-readable storage medium, which stores a computer program. When the computer program is executed by a processor, it implements the above-mentioned method of online integration of SQL based on a low-code platform.

本发明具有以下有益效果:The present invention has the following beneficial effects:

本发明通过直接开放SQL编写能力,允许用户直接编写SQL语句完成复杂的数据库操作,以便完成复杂的用户业务需求。相比逻辑流中的查询节点使用图形化的方式设计查询,本发明在SQL节点允许用户编写select语句之外的SQL,比如delete操作,update操作,弥补了查询节点的不足,使用户在操作数据库时,简单的查询可以使用查询节点,复杂的查询或者select之外的操作使用SQL节点,完善了低代码平台对数据库的操作能力。The present invention allows users to directly write SQL statements to complete complex database operations by directly opening up SQL writing capabilities, so as to meet complex user business needs. Compared with the query nodes in the logic flow that use a graphical method to design queries, the present invention allows users to write SQL other than select statements in SQL nodes, such as delete operations and update operations, which makes up for the shortcomings of query nodes. When users operate the database, simple queries can use query nodes, and complex queries or operations other than select can use SQL nodes, which improves the low-code platform's ability to operate the database.

附图说明BRIEF DESCRIPTION OF THE DRAWINGS

图1是本发明中在线集成SQL的流程图。FIG1 is a flow chart of online integrated SQL in the present invention.

图2是本发明实际执行的关系图。FIG. 2 is a relationship diagram of the actual implementation of the present invention.

具体实施方式DETAILED DESCRIPTION

以下结合附图对本发明的具体实施方式做详细描述,应当指出的是,实施例只是对发明的具体阐述,不应视为对发明的限定,实施例的目的是为了让本领域技术人员更好地理解和再现本发明的技术方案,本发明的保护范围仍应当以权利要求书所限定的范围为准。The specific implementation methods of the present invention are described in detail below in conjunction with the accompanying drawings. It should be pointed out that the embodiments are only specific explanations of the invention and should not be regarded as limitations of the invention. The purpose of the embodiments is to enable those skilled in the art to better understand and reproduce the technical solutions of the present invention. The protection scope of the present invention shall still be based on the scope defined by the claims.

如图1所示,本发明提供一种基于低代码平台在线集成SQL的方法,包括:As shown in FIG1 , the present invention provides a method for online integration of SQL based on a low-code platform, comprising:

S1,用户在设计的逻辑流中拖入SQL操作节点;S1, the user drags the SQL operation node into the designed logic flow;

S2,在SQL操作节点中编写查询SQL语句;S2, write the query SQL statement in the SQL operation node;

所述查询SQL语句允许使用逻辑流中声明的输入参数和本地变量。The query SQL statement allows the use of input parameters and local variables declared in the logic flow.

S3,基于用户设计的SQL操作节点生成相应的JAVA调用查询代码;S3, generates corresponding JAVA call query code based on the SQL operation node designed by the user;

JAVA调用查询代码是符合mybatis规范的xml文件,所述xml文件包括用户设计的查询SQL语句、生成符合mybatis框架规范的Mapper接口类、接口类定义对应的查询方法以及查询SQL语句的绑定关系。The JAVA call query code is an xml file that complies with the mybatis specification, which includes the query SQL statement designed by the user, the Mapper interface class generated in accordance with the mybatis framework specification, the query method corresponding to the interface class definition, and the binding relationship of the query SQL statement.

所述查询SQL语句的绑定关系包括查询sql语句内的参数名称、数量和接口类中定义的方法的参数名称和数量一致,形成对应关系,执行的时候会自动绑定。The binding relationship of the query SQL statement includes that the parameter name and quantity in the query SQL statement are consistent with the parameter name and quantity of the method defined in the interface class, forming a corresponding relationship, and it will be automatically bound when executed.

mybatis mapper接口类的查询方法是通过生成的源码中从逻辑流执行的上下文中获取查询sql语句中参数的值,并以此作为参数调用接口类中的查询方法。The query method of the mybatis mapper interface class obtains the value of the parameter in the query SQL statement from the context of the logical flow execution in the generated source code, and uses it as a parameter to call the query method in the interface class.

所述查询sql语句的参数通过占位符标记,一般使用@In1@Name之类的占位符标记。The parameters of the query SQL statement are marked by placeholders, generally using placeholders such as @In1@Name.

JAVA调用查询代码借助Mapper文件和mybatis在模块执行环境实现数据库查询操作,将设计的查询SQL语句中的参数设为查询参数,具体的程序运行的时候mybatis去解析处理并提供了真正的数据库查询能力,Mapper文件提供一个接口,实现程序调用mybatis实现具体的数据库查询。JAVA calls the query code with the help of Mapper files and mybatis to implement database query operations in the module execution environment. The parameters in the designed query SQL statement are set as query parameters. When the specific program is running, mybatis parses and processes it and provides real database query capabilities. The Mapper file provides an interface to enable the program to call mybatis to implement specific database queries.

S4,基于JAVA调用查询代码生成完整的模块项目源码,JAVA调用查询代码和模块项目源码能够互相兼容,能正常调用达到平台生成的模块支持执行用户设计SQL的能力;其中逻辑流是模块项目的一部分。S4, based on JAVA call query code, generates complete module project source code. JAVA call query code and module project source code are compatible with each other and can be called normally to achieve the ability of the platform-generated module to support the execution of user-designed SQL; the logic flow is part of the module project.

如图2所示,当外部请求,逻辑流被调用时,逻辑流的SQL操作节点对应的源码通过mybatis调用执行对应的查询,并传入所需的参数,具体的mybatis去解析处理并提供了真正的数据库查询能力,Mapper文件提供一个接口,实现程序调用mybatis实现具体的数据库查询。As shown in Figure 2, when an external request is made and the logic flow is called, the source code corresponding to the SQL operation node of the logic flow executes the corresponding query through mybatis call and passes in the required parameters. Mybatis specifically parses and processes and provides real database query capabilities. The Mapper file provides an interface to enable the program to call mybatis to implement specific database queries.

本发明还提供一种电子设备,包括:The present invention also provides an electronic device, comprising:

至少一个处理器;at least one processor;

以及as well as

与所述至少一个处理器通信连接的存储器;其中,a memory communicatively connected to the at least one processor; wherein,

所述存储器存储有可被所述至少一个处理器执行的一个或多个计算机程序,一个或多个所述计算机程序被所述至少一个处理器执行,以使所述至少一个处理器能够执行如上述的一种基于低代码平台在线集成SQL的方法。The memory stores one or more computer programs that can be executed by the at least one processor, and the one or more computer programs are executed by the at least one processor so that the at least one processor can execute a method for online integration of SQL based on a low-code platform as described above.

本发明还提供一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序在被处理器执行时实现如上述的一种基于低代码平台在线集成SQL的方法。The present invention also provides a computer-readable storage medium, which stores a computer program. When the computer program is executed by a processor, it implements the above-mentioned method of online integration of SQL based on a low-code platform.

如上代码是逻辑流中SQL节点生成的源码,在第二行可以看到声明了Map类型的参数paramMap,下一行代码然后往里面插入了变量pageId。最后通过List<Map<String,Object>>list=this.baseMapper.sql_5966935532036103_0(paramMap);这张代码调用Mapper接口类中的sql_5966935532036103_0执行查询。The above code is the source code generated by the SQL node in the logic flow. In the second line, you can see that the Map type parameter paramMap is declared, and the next line of code then inserts the variable pageId into it. Finally, through List<Map<String,Object>>list=this.baseMapper.sql_5966935532036103_0(paramMap); this code calls sql_5966935532036103_0 in the Mapper interface class to execute the query.

@Repository("Mapper_5966935531905024")@Repository("Mapper_5966935531905024")

@EnableMybatisProcess@EnableMybatisProcess

public interface getRoleButtonByPathMapper{public interface getRoleButtonByPathMapper{

List<Map<String,Object>>sql_5966935532036103_0(Map<String,Object>List<Map<String,Object>>sql_5966935532036103_0(Map<String,Object>

paramMap);paramMap);

}}

以上代码是Mapper接口类getRoleButtonByPathMapper.java中的源码,定义了一个方法sql_5966935532036103_0,参数类型也是Map。The above code is the source code in the Mapper interface class getRoleButtonByPathMapper.java, which defines a method sql_5966935532036103_0, and the parameter type is also Map.

如上代码为xml文件getRoleButtonByPathMapper.xml中的内容,用于存储用户SQL节点设计的SQL语句;其内部定了一个select类型的查询,id属性的值是sql_5966935532036103_0,和mapper接口类中定义的方法名是一致的。Xml中的namespace属性的值为对应的Mapper接口类的完全限定名,完成xml和接口类的关系绑定。如上SQL语句使用的参数转换成mybatis语法中的占位符#{pageId},可以看到整个查询使用了一个参数,名为pageId,和逻辑流源码中的变量paramMap中的参数是一致的。The above code is the content of the XML file getRoleButtonByPathMapper.xml, which is used to store the SQL statement designed by the user SQL node; it defines a select type query inside, and the value of the id attribute is sql_5966935532036103_0, which is consistent with the method name defined in the mapper interface class. The value of the namespace attribute in Xml is the fully qualified name of the corresponding Mapper interface class, completing the relationship binding between XML and the interface class. The parameters used in the above SQL statement are converted into the placeholder #{pageId} in the mybatis syntax. You can see that the entire query uses a parameter named pageId, which is consistent with the parameter in the variable paramMap in the logic flow source code.

尽管已描述了本申请的优选实施例,但本领域内的技术人员一旦得知了基本创造性概念,则可对这些实施例做出另外的变更和修改。所以,所附权利要求意欲解释为包括优选实施例以及落入本申请范围的所有变更和修改。Although the preferred embodiments of the present application have been described, those skilled in the art may make additional changes and modifications to these embodiments once they have learned the basic creative concept. Therefore, the appended claims are intended to be interpreted as including the preferred embodiments and all changes and modifications falling within the scope of the present application.

需注意的是,本发明中所未详细描述的技术特征,均可以通过任一现有技术实现。It should be noted that the technical features not described in detail in the present invention can be implemented by any existing technology.

Claims (10)

1. A method for integrating SQL on line based on a low code platform, comprising:
(1) The user drags SQL operation nodes into the designed logic flow;
(2) Writing a query SQL statement in the SQL operation node;
(3) Generating corresponding JAVA calling query codes based on SQL operation nodes designed by users;
(4) And generating complete module item source codes based on JAVA call query codes.
2. The method of claim 1, wherein in step (2), the query SQL statement allows use of input parameters and local variables declared in the logic flow.
3. The method for integrating SQL on line based on a low-code platform according to claim 1, wherein in the step (3), JAVA call query codes are xml files conforming to mybatis specifications, and database query operation is realized in a module execution environment by means of a Mapper file and mybatis to set parameters in a designed query SQL statement as query parameters.
4. The method for integrating SQL on line based on the low-code platform according to claim 3, wherein the xml file comprises query SQL statements designed by a user, a Mapper interface class generating a specification conforming to mybatis framework, a query method corresponding to interface class definition and a binding relation of the query SQL statements.
5. The method for integrating SQL on line based on the low-code platform according to claim 4, wherein the binding relation of the query SQL statement comprises the consistency of the parameter names and the number in the query SQL statement and the parameter names and the number of the methods defined in the interface class, so as to form a corresponding relation.
6. The method for integrating SQL on line based on low-code platform according to claim 4, wherein the query method of mybatis mapper interface class is to obtain the value of the parameter in the query SQL statement from the context of logic flow execution in the generated source code, and call the query method in the interface class by taking the value as the parameter.
7. The method for on-line integration of SQL based on the low-code platform according to claim 6, wherein the parameters of the query SQL statement are marked by placeholders.
8. The method for integrating SQL on line based on the low-code platform according to claim 1, wherein when the logic flow is called, the source code corresponding to the SQL operation node of the logic flow executes the corresponding query through mybatis call and transmits the required parameters.
9. An electronic device, characterized in that,
Comprising the following steps:
At least one processor;
And
A memory communicatively coupled to the at least one processor; wherein,
The memory stores one or more computer programs executable by the at least one processor, one or more of the computer programs being executable by the at least one processor, to enable the at least one processor to perform the method of any one of claims 1-8.
10. A computer-readable storage medium comprising,
The computer readable storage medium stores a computer program which, when executed by a processor, implements the method of any of claims 1-8.
CN202410836742.1A 2024-06-26 2024-06-26 A method for online integration of SQL based on low-code platform Pending CN118860361A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410836742.1A CN118860361A (en) 2024-06-26 2024-06-26 A method for online integration of SQL based on low-code platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410836742.1A CN118860361A (en) 2024-06-26 2024-06-26 A method for online integration of SQL based on low-code platform

Publications (1)

Publication Number Publication Date
CN118860361A true CN118860361A (en) 2024-10-29

Family

ID=93176015

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410836742.1A Pending CN118860361A (en) 2024-06-26 2024-06-26 A method for online integration of SQL based on low-code platform

Country Status (1)

Country Link
CN (1) CN118860361A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN119440490A (en) * 2025-01-10 2025-02-14 山东浪潮科学研究院有限公司 A device and method for low-code platform to support multi-language code generation

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN119440490A (en) * 2025-01-10 2025-02-14 山东浪潮科学研究院有限公司 A device and method for low-code platform to support multi-language code generation

Similar Documents

Publication Publication Date Title
CN107704265B (en) A configurable rule generation method for business flow
US9465590B2 (en) Code generation framework for application program interface for model
CN111125440B (en) Monad-based persistent layer composite condition query method and storage medium
US7007266B1 (en) Method and software system for modularizing software components for business transaction applications
US10445675B2 (en) Confirming enforcement of business rules specified in a data access tier of a multi-tier application
CN101334728A (en) A Method and Platform for Interface Generation Based on XML Document Description
CN110990011A (en) Data request method of automation interface
WO2023151239A1 (en) Micro-service creation method and related device
CN118860361A (en) A method for online integration of SQL based on low-code platform
CN111176658B (en) Automatic conversion method from AADL (architecture analysis and design language) to Simulink model based on meta-object mechanism
CN113655996B (en) An enterprise-level system generation method based on demand model
CN108845793B (en) ORM design method and device
CN105335161B (en) It is a kind of from TASM time abstractions state machine to extension NTA automatic machines conversion method
CN114385145A (en) A Web system back-end architecture design method and computer equipment
US11693652B2 (en) Automated authoring of software solutions from a data model
CN114925142A (en) Multi-type database compatibility method, device, equipment and medium of ORM framework
CN111008011A (en) A System Builder for Power Platform Application Development
CN116450110A (en) Automatic generation method and system for access codes of database based on custom attributes
CN112799638B (en) Non-invasive rapid development method, platform, terminal and storage medium
CN116069669A (en) Fully automatic distributed consistency analysis method, system, device and storage medium
CN114816428A (en) Object-C-based iOS project architecture method
CN114924733A (en) Form dependency relationship management and form accurate rendering method and system
CN114398074A (en) Method and device for automatic interface development
CN115469847A (en) Method for constructing micro-architecture platform, storage medium and electronic device
CN120144097A (en) Method and system for generating service interface based on structured data

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