csvアップロード用のコマンドをdbテーブルにコピーしてjdbcapiで実行するためのパラメーターとして渡すstdinオブジェクトを作成する方法
私が試した例
DataInputStream in = new DataInputStream(new BufferedInputStream(
new FileInputStream("C:/Documents and Settings/517037/Desktop/new.csv")));
copy temp123 from "+in.read()+" using delimiters '|'
しかし、ここでエラーが発生しています。
org.postgresql.util.PSQLException:エラー:「48」またはその近くの構文エラー位置:19
誰かがこれで私を助けることができます