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

org.jdbcdslog.RdbmsSpecifics Maven / Gradle / Ivy

package org.jdbcdslog;

/**
 * Encapsulate sql formatting details about a particular relational database management system so that accurate, useable SQL can be composed for that RDMBS.
 *
 * @author ShunLi
 */
public interface RdbmsSpecifics {

    String formatParameter(Object object);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy