| Package | Description |
|---|---|
| org.irenical.drowsy.query | |
| org.irenical.drowsy.query.builder | |
| org.irenical.drowsy.query.builder.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseQuery |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryBuilder.build()
Returns a built query.
|
| Modifier and Type | Method and Description |
|---|---|
BUILDER_CLASS |
QueryBuilder.subquery(Query subquery)
Appends the query's string value to this query builder, prefixed by
( and suffixed by ).
|
| Modifier and Type | Method and Description |
|---|---|
Query |
InsertBuilder.build() |
Query |
BaseQueryBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
BUILDER_CLASS |
BaseQueryBuilder.subquery(Query subquery) |
Copyright © 2017 Irenical. All rights reserved.