Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
Package dev.rafex.ether.database.core.sql

SQL query models, parameters, and lightweight builders. More...

Classes

class  SqlBuilder
interface  StatementBinder

Functions

record SqlParameter (Object value, Integer sqlType, String arrayElementType)
record SqlQuery (String sql, List< SqlParameter > parameters)

Detailed Description

SQL query models, parameters, and lightweight builders.

Function Documentation

◆ SqlParameter()

record dev.rafex.ether.database.core.sql.SqlParameter ( Object value,
Integer sqlType,
String arrayElementType )

Definition at line 32 of file SqlParameter.java.

References SqlParameter().

Referenced by dev.rafex.ether.database.core.sql.SqlBuilder.param(), dev.rafex.ether.database.core.sql.SqlBuilder.param(), and SqlParameter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SqlQuery()

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

Definition at line 33 of file SqlQuery.java.

References SqlQuery().

Referenced by dev.rafex.ether.database.core.sql.SqlBuilder.build(), and SqlQuery().

Here is the call graph for this function:
Here is the caller graph for this function: