|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages | |
|---|---|
| org.sql.generation.api.common | This package defines some utilities common for all parts of SQL generator. |
| org.sql.generation.api.grammar.booleans | This package provides interfaces for syntax elements of boolean expressions in SQL language. |
| org.sql.generation.api.grammar.builders | A package containing builders for common elements of SQL syntax. |
| org.sql.generation.api.grammar.builders.modification | Package to hold builders common for SQL modification clauses (INSERT, UPDATE, and DELETE). |
| org.sql.generation.api.grammar.builders.query | Package to hold builders for SQL queries (SELECT -statements). |
| org.sql.generation.api.grammar.builders.query.pgsql | This package contains builders specified to work with SQL syntax of the PostgreSQL database provider. |
| org.sql.generation.api.grammar.common | This package contains interfaces and classes common for most parts of SQL generator. |
| org.sql.generation.api.grammar.factories | This package provides factories to create various builders and SQL syntax elements. |
| org.sql.generation.api.grammar.factories.pgsql | Package to contain PostgreSQL-specific factories enabling creating of PostgreSQL-specific syntax elements. |
| org.sql.generation.api.grammar.literals | The package for syntax elements representing various literals. |
| org.sql.generation.api.grammar.modification | This package contains syntax elements relevant to SQL modification clauses (INSERT INTO, DELETE FROM, and UPDATE). |
| org.sql.generation.api.grammar.query | This package and its sub-package contain elements related to SQL queries (SELECT statements). |
| org.sql.generation.api.grammar.query.joins | This package provides syntax interfaces for joined tables, mostly used in FROM clause. |
| org.sql.generation.api.grammar.query.pgsql | This package contains syntax elements specific for queries in PostgreSQL database provider. |
| org.sql.generation.api.vendor | This package provides an API for SQLVendors to implement, and a way to load different vendors dynamically. |
| org.sql.generation.api.vendor.internal | This is package for internal use of vendor loading. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||