Interface DataSourceDescriptor


public interface DataSourceDescriptor
The descriptor of DataSource objects
  • Method Details

    • getName

      String getName()
      Returns:
      the name of the data source
    • getDriverClassName

      String getDriverClassName()
      Returns:
      the driver class name
    • getUrl

      String getUrl()
      Returns:
      the JDBC url
    • getUsername

      String getUsername()
      Returns:
      the JDBC username
    • getPassword

      String getPassword()
      Returns:
      the JDBC password