Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1.     private Connection connection;
  2.  
  3.     public CDR_DatamartAnatelMovel_V2() {
  4.         if (this.connection == null)
  5.             this.connection = JDBCPooledConection.getInstance(EDataBaseConnection.CDRONE_RAC);
  6.         run();
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement