public class SqlSelect extends SqlQuery
Modifier and Type | Class and Description |
---|---|
static class |
SqlSelect.Where |
SqlQuery.Concat
Modifier and Type | Field and Description |
---|---|
protected SqlQuery.Concat |
from |
protected SqlQuery.Concat |
groupBy |
protected SqlQuery.Concat |
join |
protected SqlQuery.Concat |
limit |
protected SqlQuery.Concat |
orderBy |
protected SqlQuery.Concat |
select |
protected SqlQuery.Concat |
where |
Modifier and Type | Method and Description |
---|---|
SqlSelect |
andWhere(SqlSelect.Where... expr) |
SqlSelect |
andWhere(String... expr) |
SqlSelect |
from(String... expr) |
SqlSelect |
groupBy(String... expr) |
SqlSelect |
innerJoin(String... expr) |
SqlSelect |
leftJoin(String... expr) |
SqlSelect |
limit(long lines) |
SqlSelect |
limit(long offset,
long lines) |
SqlSelect |
orderBy(String... expr) |
SqlSelect |
orWhere(SqlSelect.Where... expr) |
SqlSelect |
orWhere(String... expr) |
SqlSelect |
param(Object obj) |
SqlSelect |
params(Object... objs) |
SqlSelect |
select(String... expr) |
String |
toString() |
SqlSelect.Where |
where() |
SqlSelect |
where(SqlSelect.Where... expr) |
SqlSelect |
where(String... expr) |
getParams, inlineParam, paramCurrentIndex, pmark, pmark, quote, whereIn
protected final SqlQuery.Concat select
protected final SqlQuery.Concat from
protected final SqlQuery.Concat join
protected final SqlQuery.Concat where
protected final SqlQuery.Concat groupBy
protected final SqlQuery.Concat orderBy
protected final SqlQuery.Concat limit
public SqlSelect()
public SqlSelect(SqlSelect src)
public SqlSelect limit(long lines)
public SqlSelect limit(long offset, long lines)
public SqlSelect.Where where()
public SqlSelect where(SqlSelect.Where... expr)
public SqlSelect andWhere(SqlSelect.Where... expr)
public SqlSelect orWhere(SqlSelect.Where... expr)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly