Guest User

Untitled

a guest
Jun 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. CopyManager mgr = new CopyManager(...);
  2.  
  3. BufferedReader in = new BufferedReader(new FileReader(...));
  4. in.readLine(); // skip the header line
  5.  
  6. mgr.copyIn("copy target_table from stdin with (...)", in);
Add Comment
Please, Sign In to add comment