|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.sql.generation.api.grammar.common | |
|---|---|
| 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.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.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.vendor | This package provides an API for SQLVendors to implement, and a way to load different vendors dynamically. |
| Classes in org.sql.generation.api.grammar.common used by org.sql.generation.api.grammar.booleans | |
|---|---|
| NonBooleanExpression
A common interface for all expressions, which return non-boolean value. |
|
| ValueExpression
A common interface for BooleanExpression and NonBooleanExpression. |
|
| Classes in org.sql.generation.api.grammar.common used by org.sql.generation.api.grammar.builders | |
|---|---|
| NonBooleanExpression
A common interface for all expressions, which return non-boolean value. |
|
| Classes in org.sql.generation.api.grammar.common used by org.sql.generation.api.grammar.builders.modification | |
|---|---|
| TableName
A table name may be just table name, or schema-qualified table name. |
|
| ValueExpression
A common interface for BooleanExpression and NonBooleanExpression. |
|
| Classes in org.sql.generation.api.grammar.common used by org.sql.generation.api.grammar.builders.query | |
|---|---|
| SetQuantifier
Set quantifer, can be either SetQuantifier.ALL or SetQuantifier.DISTINCT. |
|
| Classes in org.sql.generation.api.grammar.common used by org.sql.generation.api.grammar.common | |
|---|---|
| SetQuantifier
Set quantifer, can be either SetQuantifier.ALL or SetQuantifier.DISTINCT. |
|
| ValueExpression
A common interface for BooleanExpression and NonBooleanExpression. |
|
| Classes in org.sql.generation.api.grammar.common used by org.sql.generation.api.grammar.factories | |
|---|---|
| ColumnNameList
This interface presents a non-empty list of plain-text column names. |
|
| NonBooleanExpression
A common interface for all expressions, which return non-boolean value. |
|
| SetQuantifier
Set quantifer, can be either SetQuantifier.ALL or SetQuantifier.DISTINCT. |
|
| TableName
A table name may be just table name, or schema-qualified table name. |
|
| ValueExpression
A common interface for BooleanExpression and NonBooleanExpression. |
|
| Classes in org.sql.generation.api.grammar.common used by org.sql.generation.api.grammar.literals | |
|---|---|
| NonBooleanExpression
A common interface for all expressions, which return non-boolean value. |
|
| ValueExpression
A common interface for BooleanExpression and NonBooleanExpression. |
|
| Classes in org.sql.generation.api.grammar.common used by org.sql.generation.api.grammar.modification | |
|---|---|
| ColumnNameList
This interface presents a non-empty list of plain-text column names. |
|
| SQLStatement
A single SQL statement, which is to be sent to database. |
|
| TableName
A table name may be just table name, or schema-qualified table name. |
|
| ValueExpression
A common interface for BooleanExpression and NonBooleanExpression. |
|
| Classes in org.sql.generation.api.grammar.common used by org.sql.generation.api.grammar.query | |
|---|---|
| ColumnNameList
This interface presents a non-empty list of plain-text column names. |
|
| NonBooleanExpression
A common interface for all expressions, which return non-boolean value. |
|
| SetQuantifier
Set quantifer, can be either SetQuantifier.ALL or SetQuantifier.DISTINCT. |
|
| SQLStatement
A single SQL statement, which is to be sent to database. |
|
| TableName
A table name may be just table name, or schema-qualified table name. |
|
| ValueExpression
A common interface for BooleanExpression and NonBooleanExpression. |
|
| Classes in org.sql.generation.api.grammar.common used by org.sql.generation.api.grammar.query.joins | |
|---|---|
| ColumnNameList
This interface presents a non-empty list of plain-text column names. |
|
| Classes in org.sql.generation.api.grammar.common used by org.sql.generation.api.vendor | |
|---|---|
| SQLStatement
A single SQL statement, which is to be sent to database. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||