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

io.github.mmm.orm.connection.DbConnection Maven / Gradle / Ivy

The newest version!
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0 */
package io.github.mmm.orm.connection;

import io.github.mmm.orm.metadata.DbMetaData;

/**
 * Interface for a database connection.
 */
public interface DbConnection {

  /**
   * @return the {@link DbMetaData}.
   */
  DbMetaData getMetaData();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy