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

com.nikialeksey.jood.Db Maven / Gradle / Ivy

There is a newer version: 3.1.2
Show newest version
package com.nikialeksey.jood;

import com.nikialeksey.jood.sql.Sql;

public interface Db {

    QueryResult read(Sql sql) throws JdException;

    void write(Sql sql) throws JdException;

    QueryResult writeReturnGenerated(Sql sql) throws JdException;

    void run(Transaction transaction) throws JdException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy