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

de.akquinet.jbosscc.guttenbase.mapping.TableNameMapper Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package de.akquinet.jbosscc.guttenbase.mapping;

import java.sql.SQLException;

import de.akquinet.jbosscc.guttenbase.meta.TableMetaData;

/**
 * Map table names, e.g. prepend schema name schema.table or add back ticks (`) to escape special names.
 * 
 * 

* © 2012 akquinet tech@spree *

* * @author M. Dahm */ public interface TableNameMapper { String mapTableName(TableMetaData tableMetaData) throws SQLException; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy