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)釋放資源
相關文章
相關標籤/搜索