Class BasicDataSource.PaGetConnection

  • All Implemented Interfaces:
    java.security.PrivilegedExceptionAction<java.sql.Connection>
    Enclosing class:
    BasicDataSource

    private class BasicDataSource.PaGetConnection
    extends java.lang.Object
    implements java.security.PrivilegedExceptionAction<java.sql.Connection>
    Since:
    2.0
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PaGetConnection()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.sql.Connection run()  
      • Methods inherited from class java.lang.Object

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

      • PaGetConnection

        private PaGetConnection()
    • Method Detail

      • run

        public java.sql.Connection run()
                                throws java.sql.SQLException
        Specified by:
        run in interface java.security.PrivilegedExceptionAction<java.sql.Connection>
        Throws:
        java.sql.SQLException