Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
SqlParameter.java File Reference
import java.sql.Types;
import java.util.Objects;
Include dependency graph for SqlParameter.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.SqlParameter (Object value, Integer sqlType, String arrayElementType)