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

org.unidal.dal.jdbc.query.QueryNaming Maven / Gradle / Ivy

The newest version!
package org.unidal.dal.jdbc.query;

public interface QueryNaming {
   public String getTable(String table);

   public String getField(String field);

   public String getField(String field, String tableAlias);

   public String getTable(String table, String alias);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy