Class Jdbc


  • public class Jdbc
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Jdbc()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.sql.Connection getConnection​(java.lang.String url, java.lang.String user, java.lang.String password)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Jdbc

        public Jdbc()
    • Method Detail

      • getConnection

        public static java.sql.Connection getConnection​(java.lang.String url,
                                                        java.lang.String user,
                                                        java.lang.String password)
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception