| Constructor and Description |
|---|
Sentence(Function function) |
Sentence(Param param) |
Sentence(QueryBuilder.Query query) |
| Modifier and Type | Method and Description |
|---|---|
String |
build() |
Sentence |
fromProperty(Object property)
Specify the property of
FROM alias that will be populated with this sentence |
String |
getName() |
Param[] |
getParams() |
String |
getProperty() |
DBType<?> |
getReturnType() |
<T> T |
getValue(ResultSet rset) |
Sentence |
name(String name) |
Sentence |
returnType(DBType<?> type) |
public Sentence(Param param)
public Sentence(QueryBuilder.Query query)
public Sentence(Function function)
public Sentence fromProperty(Object property)
FROM alias that will be populated with this sentenceproperty - public <T> T getValue(ResultSet rset) throws SQLException
SQLExceptionpublic DBType<?> getReturnType()
public String getProperty()
public String getName()
Copyright © 2016. All Rights Reserved.