Package adams.db

Class Drivers

    • Field Detail

      • KEY_EXCLUDED

        public static final String KEY_EXCLUDED
        the key for the excluded drivers list in the props file.
        See Also:
        Constant Field Values
      • m_Singleton

        protected static Drivers m_Singleton
        the singleton.
      • m_Properties

        protected Properties m_Properties
        the properties for database access.
      • m_Drivers

        protected transient List m_Drivers
        The JDBC drivers.
    • Method Detail

      • initialize

        protected void initialize()
        Initializes drivers and data types.
      • getDrivers

        public List getDrivers()
        Returns the vector with drivers. Initializes it if necessary.
        Returns:
        the drivers
      • getSingleton

        public static Drivers getSingleton()
        Returns the singleton, instantiates it if necessary.
        Returns:
        the singleton