JDBC03:CLOB,BLOB大文本操做

CLOB 以流的方式處理存儲大量的文本數據 tinytext 最大長度255 text最大長度65535 mediumtext 最大長度 (2^24)-1 longtext最大長度4GBjava public class Demo05 { /*測試文本大對象*/ public static void main(String[] args) throws SQLException {
相關文章
相關標籤/搜索