| Package | Description |
|---|---|
| com.objectsql | |
| com.objectsql.option | |
| com.objectsql.query | |
| com.objectsql.support |
| Modifier and Type | Method and Description |
|---|---|
<S> Pageable<S> |
BaseService.queryPage(IQuery query,
Paging paging) |
<S> Pageable<S> |
BaseServiceImpl.queryPage(IQuery query,
Paging page) |
| Modifier and Type | Method and Description |
|---|---|
QueryInfo |
OracleOptions.doQuery(IQuery query,
Paging page) |
QueryInfo |
MySQLOptions.doQuery(IQuery query,
Paging page) |
QueryInfo |
SQLServerOptions.doQuery(IQuery query,
Paging page) |
| Modifier and Type | Method and Description |
|---|---|
Paging |
IQuery.getPaging() |
Paging |
AbstractQueryImpl.getPaging() |
| Modifier and Type | Method and Description |
|---|---|
void |
IQuery.setPaging(Paging paging) |
void |
AbstractQueryImpl.setPaging(Paging paging) |
| Modifier and Type | Class and Description |
|---|---|
class |
Pageable<T> |
| Modifier and Type | Method and Description |
|---|---|
QueryInfo |
Options.doQuery(IQuery query,
Paging page) |
Copyright © 2025. All rights reserved.