Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
SqlQuery.java File Reference
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
Include dependency graph for SqlQuery.java:

Go to the source code of this file.

Packages

package  dev.rafex.ether.database.core.sql
 SQL query models, parameters, and lightweight builders.

Functions

record dev.rafex.ether.database.core.sql.SqlQuery (String sql, List< SqlParameter > parameters)