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

org.openstack4j.model.trove.Database Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.model.trove;

import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
import org.openstack4j.model.trove.builder.DatabaseBuilder;

/**
 * Database Model Entity
 *
 * @author sumit gandhi
 */
public interface Database extends ModelEntity, Buildable {

    String getName();
    String getDbCharacterSet();
    String getDbCollation();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy