中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

用java 寫入BLOB

發布時間:2020-08-10 14:18:10 來源:ITPUB博客 閱讀:258 作者:paodekuai 欄目:編程語言

import java.io.*;
import java.sql.*;

public class blvb
{
public static void main(String[] args)
{
try {
if(args.length != 2)
{
System.out.println("Usage:");
System.out.println("java lvb ");
System.exit(0);
}

Class.forName("oracle.jdbc.driver.OracleDriver");
Connection connection = DriverManager.getConnection("jdbc:oracle:thin:@DataBaseName:1521:InstanceName", "test", "1234");
PreparedStatement pst = connection.prepareStatement("insert into BLOB_TEST values (" + args[0] + ", ?)");
InputStream in = null;
File f = null;
f = new File(args[1]);
System.out.println("File: " + f.getAbsolutePath());
in = new FileInputStream(f);
//If the column type is clob, you can call method pst.setAsciiStream(int parameterIndex,InputStream x,int length)
pst.setBinaryStream(1,in,(int)f.length());
try {
pst.executeUpdate();
} catch(Exception e){e.printStackTrace();}
in.close();
}
catch (SQLException ex) {
System.err.println("Cannot connect to this database.");
System.err.println(ex);
ex.printStackTrace();
}
catch(Exception e)
{
e.printStackTrace();
}
}
}

[@more@]
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

会东县| 读书| 多伦县| 平江县| 阳信县| 广德县| 正宁县| 进贤县| 五家渠市| 华容县| 泸水县| 七台河市| 甘泉县| 应用必备| 公安县| 湄潭县| 丰台区| 武川县| 沛县| 张家界市| 张家川| 通山县| 老河口市| 韶山市| 绩溪县| 宁波市| 如东县| 无锡市| 时尚| 桂平市| 马鞍山市| 大同市| 湛江市| 迁安市| 定安县| 台东市| 霍山县| 望谟县| 西乌珠穆沁旗| 基隆市| 安庆市|