jdbc读取数据库文本数据

1.在mysq的mydatabasel数据库中建立一张表 use database; create table if not exists my_clob_test( id int primary key auto_increment, big_text text not null )charset utf8; 2. 工具类(jdbc链接过程代码) (1)注册驱动 (2)创建链接 (3)释放资源
相关文章
相关标签/搜索