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

org.fluentjdbc.DatabaseSimpleQueryBuilder Maven / Gradle / Ivy

There is a newer version: 0.5.3
Show newest version
package org.fluentjdbc;

import java.sql.Connection;

public interface DatabaseSimpleQueryBuilder extends DatabaseQueryBuilder {

    DatabaseUpdateBuilder update();

    int delete(Connection connection);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy