| Package | Description |
|---|---|
| org.mentabean.jdbc | |
| org.mentabean.sql |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder.Select |
QueryBuilder.Select.add(Sentence... sentences)
Add the sentences in
SELECT clause |
QueryBuilder.Select |
QueryBuilder.select(Sentence... sentences)
Builds an initial SELECT statement with given sentences
|
QueryBuilder.Select |
QueryBuilder.selectDistinct(Sentence... sentences) |
| Modifier and Type | Method and Description |
|---|---|
Sentence |
Sentence.fromProperty(Object property)
Specify the property of
FROM alias that will be populated with this sentence |
Sentence |
Sentence.name(String name) |
Sentence |
Sentence.returnType(DBType<?> type) |
Copyright © 2016. All Rights Reserved.