org.fluentjdbc.DatabaseSingleTableQuery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-jdbc Show documentation
Show all versions of fluent-jdbc Show documentation
A Java library used to execute JDBC statements and build SQL
package org.fluentjdbc;
public interface DatabaseSingleTableQuery> extends DatabaseQueriable {
DatabaseListableQueryBuilder unordered();
DatabaseListableQueryBuilder orderBy(String orderByClause);
DatabaseUpdateBuilder update();
DatabaseDeleteBuilder delete();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy