public class SimpleSelectQuery extends AbstractQuery implements SelectQuery
SelectQuery.Builder
Modifier and Type | Method and Description |
---|---|
protected void |
bind(java.sql.PreparedStatement preparedStatement) |
Result |
getResult(java.sql.ResultSet resultSet) |
protected java.lang.String |
sql() |
prepare, prepareAndBind, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
prepareAndBind
protected java.lang.String sql()
sql
in class AbstractQuery
protected void bind(java.sql.PreparedStatement preparedStatement) throws java.sql.SQLException
bind
in class AbstractQuery
java.sql.SQLException
public Result getResult(java.sql.ResultSet resultSet) throws java.sql.SQLException
getResult
in interface SelectQuery
java.sql.SQLException