| Class and Description |
|---|
| Query
Base interface for classes which encapsulate information about an Access
query.
|
| Class and Description |
|---|
| Query
Base interface for classes which encapsulate information about an Access
query.
|
| Class and Description |
|---|
| 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> |
| Class and Description |
|---|
| 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 |
Copyright © 2005–2025 OpenHMS. All rights reserved.