All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brooklyn.entity.database.postgresql.PostgreSqlDriver Maven / Gradle / Ivy

package brooklyn.entity.database.postgresql;

import brooklyn.entity.basic.SoftwareProcessDriver;
import brooklyn.util.task.system.ProcessTaskWrapper;

/**
 * The {@link brooklyn.entity.basic.SoftwareProcessDriver} for PostgreSQL.
 */
public interface PostgreSqlDriver extends SoftwareProcessDriver {

    String getStatusCmd();

    ProcessTaskWrapper executeScriptAsync(String commands);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy