N
Size: a a a
N
KТ
KТ
ТС
ТС
KТ
KТ
o
KТ
b
ТС
Connection connection = DriverManager.getConnection("jdbc:postgresql://localhost/");
CopyManager copyManager = ((PGConnection) connection).getCopyAPI();
copyManager.copyOut("copy (select a, a*a from generate_series(1, 100) as a) to stdout (format csv)", System.out);
ТС
System.out
можно подставить какой-нить FileOutputStream напримерKТ
Connection connection = DriverManager.getConnection("jdbc:postgresql://localhost/");
CopyManager copyManager = ((PGConnection) connection).getCopyAPI();
copyManager.copyOut("copy (select a, a*a from generate_series(1, 100) as a) to stdout (format csv)", System.out);
KТ
KТ
AZ
ЖБ
a
KТ