Class JDBCDriverClassNameProperty

  • All Implemented Interfaces:
    PropertyVisitorAcceptor, java.lang.Cloneable

    @OpenApiAll
    public class JDBCDriverClassNameProperty
    extends JarEntryProperty
    The property for storing and editing a class name of a JDBC driver.
    • Constructor Detail

      • JDBCDriverClassNameProperty

        public JDBCDriverClassNameProperty()
        Default constructor. Value of the property will be null. ID will be empty string.
      • JDBCDriverClassNameProperty

        public JDBCDriverClassNameProperty​(java.lang.String id,
                                           java.lang.String driverClassName)
        Creates and initializes a new instance of JDBCDriverClassNameProperty class.
        Parameters:
        id - the ID of property.
        driverClassName - the name of class of JDBC driver.