| Name | Description | Type | Package | Framework |
| AppendQuery | Query interface which represents an append query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
| BaseSelectQuery | Base interface for queries which represent some form of SELECT statement. | Interface | com.healthmarketscience.jackcess.query | JackCess |
| CrossTabQuery | Query interface which represents a crosstab/pivot query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
| DataDefinitionQuery | Query interface which represents a DDL query. | Interface | com.healthmarketscience.jackcess.query | JackCess |
| DeleteQuery | Query interface which represents a delete query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
| MakeTableQuery | Query interface which represents an table creation query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
| PassthroughQuery | Query interface which represents a query which will be executed via ODBC. | Interface | com.healthmarketscience.jackcess.query | JackCess |
| Query | Base interface for classes which encapsulate information about an Access query. | Interface | com.healthmarketscience.jackcess.query | JackCess |
| Query .Type | Class | com.healthmarketscience.jackcess.query | JackCess | |
| SelectQuery | Query interface which represents a select query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
| UnionQuery | Query interface which represents a UNION query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |
| UpdateQuery | Query interface which represents a row update query, e. | Interface | com.healthmarketscience.jackcess.query | JackCess |