Uses of Class
io.github.blyznytsiaorg.bibernate.dao.jdbc.dsl.QueryBuilder
-
Uses of QueryBuilder in io.github.blyznytsiaorg.bibernate.dao.jdbc.dsl
Modifier and TypeClassDescriptionclass
Represents a SQL DELETE query builder for constructing DELETE statements with optional WHERE conditions.class
Represents a SQL INSERT query builder for constructing INSERT statements with specified fields and values.class
Represents a SQL SELECT query builder for constructing SELECT statements with optional clauses such as JOIN, WHERE, GROUP BY, HAVING, and UNION.class
Represents a SQL UPDATE query builder for constructing UPDATE statements with specified fields and conditions.