Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Analysis of how to read and write CLOB data by iBATIS

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly shows you "iBATIS how to read and write CLOB data analysis", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "iBATIS how to read and write CLOB data analysis" this article.

IBATIS read and write CLOB data step 1, jar package I use iBATIS-2.3.4.726.jar,oracle-11g.jar (oracle11g's jar package, the name has been changed by myself)

IBATIS read and write CLOB data step 2, data structure

Sql code

CREATE TABLE "M_MODEL" ("MODELID" VARCHAR2 128NOT NULL, "MODEL_HTML" CLOB, CONSTRAINT PK_M_MODEL PRIMARY KEY ("MODELID")) CREATE TABLE "M_MODEL" ("MODELID" VARCHAR2 128NOT NULL, "MODEL_HTML" CLOB, CONSTRAINT PK_M_MODEL PRIMARY KEY ("MODELID"))

IBATIS read and write CLOB data step 3, sqlMap

Xml code

Share To

Development

© 2024 shulou.com SLNews company. All rights reserved.

12
Report