Package io.github.blyznytsiaorg.bibernate.dao.jdbc.dsl
package io.github.blyznytsiaorg.bibernate.dao.jdbc.dsl
-
ClassDescriptionRepresents a SQL DELETE query builder for constructing DELETE statements with optional WHERE conditions.Represents a SQL INSERT query builder for constructing INSERT statements with specified fields and values.A record representing a field to be used in an INSERT operation.An abstract class representing a generic SQL query builder with common constants and methods for constructing SQL statements such as SELECT, UPDATE, DELETE, etc.Represents a SQL SELECT query builder for constructing SELECT statements with optional clauses such as JOIN, WHERE, GROUP BY, HAVING, and UNION.Represents a SQL UPDATE query builder for constructing UPDATE statements with specified fields and conditions.Represents an individual field to be updated with its corresponding value.