5 Star 50 Fork 21

aurora-engine/gobatis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GoBatis.dtd 904 Bytes
一键复制 编辑 原始数据 按行查看 历史
aurora.io 提交于 2022-12-06 16:13 . 更新SGO 包名和 dtd约束名称
<?xml version="1.0"?>
<!ELEMENT mapper (#PCDATA|insert|select|update|delete|for|if)*>
<!ELEMENT insert (#PCDATA|insert|select|update|delete|for|if)*>
<!ELEMENT select (#PCDATA|insert|select|update|delete|for|if)*>
<!ELEMENT update (#PCDATA|insert|select|update|delete|for|if)*>
<!ELEMENT delete (#PCDATA|insert|select|update|delete|for|if)*>
<!ELEMENT for (#PCDATA|insert|select|update|delete|for|if)*>
<!ELEMENT if (#PCDATA|insert|select|update|delete|for|if)*>
<!ATTLIST mapper namespace CDATA #REQUIRED>
<!ATTLIST select id CDATA #REQUIRED>
<!ATTLIST insert id CDATA #REQUIRED>
<!ATTLIST update id CDATA #REQUIRED>
<!ATTLIST delete id CDATA #REQUIRED>
<!ATTLIST for slice CDATA #REQUIRED>
<!ATTLIST for item CDATA #REQUIRED>
<!ATTLIST for open CDATA >
<!ATTLIST for close CDATA >
<!ATTLIST for column CDATA >
<!ATTLIST for separator CDATA>
<!ATTLIST if expr #PCDATA #REQUIRED>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/aurora-engine/gobatis.git
[email protected]:aurora-engine/gobatis.git
aurora-engine
gobatis
gobatis
master

搜索帮助