Discover Packages
github.com/actiontech/mybatis-mapper-2-sql
package
module
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Dec 5, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
README
¶
mybatis-mapper-2-sql
Generate SQL statements from the MyBatis3 mapper XML file
Expand ▾
Collapse ▴
Documentation
¶
ParseXML is a parser for parse all query in XML to string.
ParseXMLQuery is a parser for parse all query in XML to []string one by one;
you can set `skipErrorQuery` true to ignore invalid query.
ParseXMLs is a parser for parse all query in several XML files to []ast.StmtInfo one by one;
you can set `skipErrorQuery` true to ignore invalid query.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.