|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Classes in com.healthmarketscience.jackcess.query used by com.healthmarketscience.jackcess | |
|---|---|
| Query
Base interface for classes which encapsulate information about an Access query. |
|
| Classes in com.healthmarketscience.jackcess.query used by com.healthmarketscience.jackcess.impl | |
|---|---|
| Query
Base interface for classes which encapsulate information about an Access query. |
|
| Classes in com.healthmarketscience.jackcess.query used by com.healthmarketscience.jackcess.impl.query | |
|---|---|
| AppendQuery
Query interface which represents an append query, e.g.: INSERT INTO <table> VALUES (<values>) |
|
| BaseSelectQuery
Base interface for queries which represent some form of SELECT statement. |
|
| CrossTabQuery
Query interface which represents a crosstab/pivot query, e.g.: TRANSFORM <expr> SELECT <query> PIVOT <expr> |
|
| DataDefinitionQuery
Query interface which represents a DDL query. |
|
| DeleteQuery
Query interface which represents a delete query, e.g.: DELETE * FROM <table> WHERE <expression> |
|
| MakeTableQuery
Query interface which represents an table creation query, e.g.: SELECT <query> INTO <newTable> |
|
| PassthroughQuery
Query interface which represents a query which will be executed via ODBC. |
|
| Query
Base interface for classes which encapsulate information about an Access query. |
|
| Query.Type
|
|
| SelectQuery
Query interface which represents a select query, e.g.: SELECT <columns> FROM <tables> WHERE <expression> |
|
| UnionQuery
Query interface which represents a UNION query, e.g.: SELECT <query1> UNION SELECT <query2> |
|
| UpdateQuery
Query interface which represents a row update query, e.g.: UPDATE <table> SET <newValues> |
|
| Classes in com.healthmarketscience.jackcess.query used by com.healthmarketscience.jackcess.query | |
|---|---|
| BaseSelectQuery
Base interface for queries which represent some form of SELECT statement. |
|
| Query
Base interface for classes which encapsulate information about an Access query. |
|
| Query.Type
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||