| Package | Description |
|---|---|
| org.databene.jdbacl | |
| org.databene.jdbacl.dialect | |
| org.databene.jdbacl.sql |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DatabaseDialect.restrictRownums(int rowOffset,
int rowCount,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnknownDialect.restrictRownums(int firstRowIndex,
int rowCount,
Query query) |
void |
SqlServerDialect.restrictRownums(int firstRowIndex,
int rowCount,
Query query) |
void |
PostgreSQLDialect.restrictRownums(int firstRowIndex,
int rowCount,
Query query) |
void |
OracleDialect.restrictRownums(int firstRowIndex,
int rowCount,
Query query) |
void |
MySQLDialect.restrictRownums(int firstRowIndex,
int rowCount,
Query query) |
void |
HSQLDialect.restrictRownums(int rowOffset,
int rowCount,
Query query)
restricts the query result set to a certain number of rows, optionally starting from an offset.
|
void |
H2Dialect.restrictRownums(int rowOffset,
int rowCount,
Query query)
restricts the query result set to a certain number of rows, optionally starting from an offset.
|
void |
FirebirdDialect.restrictRownums(int firstRowIndex,
int rowCount,
Query query) |
void |
DerbyDialect.restrictRownums(int firstRowIndex,
int rowCount,
Query query) |
void |
DB2Dialect.restrictRownums(int firstRowIndex,
int rowCount,
Query query) |
void |
CubridDialect.restrictRownums(int offset,
int rowCount,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.and(String condition) |
Query |
Query.from(String tableName) |
Query |
Query.from(String tableName,
String alias) |
Query |
Query.leftJoin(String leftAlias,
String[] leftColumns,
String rightTable,
String rightAlias,
String[] rightColumns) |
static Query |
Query.select(String selection) |
Query |
Query.where(String where) |
Copyright © 2006–2014 Volker Bergmann. All rights reserved.