public abstract class AbstractAndOrConnection<T,U extends AbstractStatement<T>> extends Object
| Constructor and Description |
|---|
AbstractAndOrConnection(U statement) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getConnectionString() |
protected U |
getStatement() |
String |
toString() |
<S> WhereClause<S,T,U> |
where(Function<T,S> whereField)
Adds a further 'where' clause into the statement.
|
public AbstractAndOrConnection(U statement)
public <S> WhereClause<S,T,U> where(Function<T,S> whereField)
whereField - Getter to the Field that is selectedprotected U getStatement()
protected abstract String getConnectionString()
Copyright © 2019. All rights reserved.