User Tools

Site Tools


wiki:tech:java-hints:java-and-oracle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wiki:tech:java-hints:java-and-oracle [2019/04/09 19:33] – created kpcwiki:tech:java-hints:java-and-oracle [2019/04/09 19:34] (current) kpc
Line 2: Line 2:
 ===== read dbms_output in jdbc ===== ===== read dbms_output in jdbc =====
 [[https://s.cfe.pm/1rWB2|source article]]  [[https://s.cfe.pm/1rWB2|source article]] 
-<code lang=java>+<code java>
 try (Connection c = DriverManager.getConnection(url, properties); try (Connection c = DriverManager.getConnection(url, properties);
      Statement s = c.createStatement()) {      Statement s = c.createStatement()) {
wiki/tech/java-hints/java-and-oracle.txt · Last modified: 2019/04/09 19:34 by kpc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki