|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLStatement | |
|---|---|
| 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.vendor | This package provides an API for SQLVendors to implement, and a way to load different vendors dynamically. |
| Uses of SQLStatement in org.sql.generation.api.grammar.modification |
|---|
| Subinterfaces of SQLStatement in org.sql.generation.api.grammar.modification | |
|---|---|
interface |
DeleteBySearch
This syntax element represents a DELETE FROM statement. |
interface |
DeleteStatement
A common interface for all statements deleting data from tables. |
interface |
InsertStatement
This syntax element represents a INSERT INTO statement. |
interface |
UpdateBySearch
This syntax element represents UPDATE statement. |
interface |
UpdateStatement
This is common interface for all statements doing updates. |
| Uses of SQLStatement in org.sql.generation.api.grammar.query |
|---|
| Subinterfaces of SQLStatement in org.sql.generation.api.grammar.query | |
|---|---|
interface |
QueryExpression
This syntax element represents the QueryExpressionBody and, in future, the WithClause (WITH) to be
used with query. |
| Uses of SQLStatement in org.sql.generation.api.vendor |
|---|
| Methods in org.sql.generation.api.vendor with parameters of type SQLStatement | |
|---|---|
String |
SQLVendor.toString(SQLStatement statement)
Takes the SQLStatement (typically either a query, or a modification statement) and produces a textual SQL
statement out of it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||