public abstract class BaseStatement<T extends BaseStatement> extends Statement<T>
protected List<Object>
params
protected String
sql
executor, interceptors, statementInitConfig
T
bind(Object value)
bindArray(Object[] values)
bindList(List<Object> values)
protected void
internalExecute()
setQueryTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected List<Object> params
protected String sql
public T bind(Object value)
public T bindArray(Object[] values)
public T bindList(List<Object> values)
protected void internalExecute()
Copyright © 2019. All rights reserved.