|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CorrespondingSpec | |
|---|---|
| org.sql.generation.api.grammar.builders.query | Package to hold builders for SQL queries (SELECT -statements). |
| org.sql.generation.api.grammar.query | This package and its sub-package contain elements related to SQL queries (SELECT statements). |
| Uses of CorrespondingSpec in org.sql.generation.api.grammar.builders.query |
|---|
| Methods in org.sql.generation.api.grammar.builders.query with parameters of type CorrespondingSpec | |
|---|---|
QueryBuilder |
QueryBuilder.except(CorrespondingSpec correspondingSpec,
QueryExpressionBody another)
Adds EXCEPT <setQuantifier> <correspondingSpec> between current query and the given query. |
QueryBuilder |
QueryBuilder.except(SetQuantifier setQuantifier,
CorrespondingSpec correspondingSpec,
QueryExpressionBody another)
Adds EXCEPT between current query and the given query. |
QueryBuilder |
QueryBuilder.intersect(CorrespondingSpec correspondingSpec,
QueryExpressionBody another)
Adds INTERSECT <correspondingSpec> between current query and the given query. |
QueryBuilder |
QueryBuilder.intersect(SetQuantifier setQuantifier,
CorrespondingSpec correspondingSpec,
QueryExpressionBody another)
Adds INTERSECT <setQuantifier> <correspondingSpec> between current query and the given query. |
QueryBuilder |
QueryBuilder.union(CorrespondingSpec correspondingSpec,
QueryExpressionBody another)
Adds UNION <correspondingSpec> between current query and the given query. |
QueryBuilder |
QueryBuilder.union(SetQuantifier setQuantifier,
CorrespondingSpec correspondingSpec,
QueryExpressionBody another)
Adds UNION <setQuantifier> <correspondingSpec> between current query and the given query. |
| Uses of CorrespondingSpec in org.sql.generation.api.grammar.query |
|---|
| Methods in org.sql.generation.api.grammar.query that return CorrespondingSpec | |
|---|---|
CorrespondingSpec |
QueryExpressionBodyBinary.getCorrespondingColumns()
Returns the correspondence columns. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||