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

org.leberrigaud.maven.plugins.database.Database Maven / Gradle / Ivy

There is a newer version: 0.10
Show newest version
package org.leberrigaud.maven.plugins.database;

import java.util.List;

public interface Database
{
    List create(String username, String password, String dbName, String schema);

    List drop(String username, String password, String dbName, String schema);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy