public class SqlSelectBlock extends SqlNodeBase1
| Modifier and Type | Field and Description |
|---|---|
static Long |
NOT_SET |
subNodealiasName| Constructor and Description |
|---|
SqlSelectBlock(SqlNodeOld node) |
SqlSelectBlock(String aliasName,
SqlNodeOld sqlNode) |
| Modifier and Type | Method and Description |
|---|---|
SqlSelectBlock |
copy1(SqlNodeOld subNode) |
static SqlNodeOld |
distinct(com.hp.hpl.jena.sdb.core.Generator generator,
SqlNodeOld sqlNode) |
static void |
distinct(com.hp.hpl.jena.sdb.core.Generator generator,
SqlSelectBlock block) |
SqlExprList |
getConditions() |
Long |
getLimit() |
Long |
getOffset() |
List<SqlSortCondition> |
getSortConditions() |
boolean |
isDistinct() |
boolean |
isLocked() |
static void |
order(com.hp.hpl.jena.sdb.core.Generator generator,
SqlSelectBlock block,
List<SqlSortCondition> conditions) |
static SqlNodeOld |
restrict(com.hp.hpl.jena.sdb.core.Generator generator,
SqlNodeOld sqlNode,
SqlExprList exprs) |
void |
setAliasName(String name) |
void |
setDistinct(boolean distinct) |
void |
setLimit(Long limit) |
void |
setLock(boolean isLocked) |
void |
setOffset(Long offset) |
void |
setSubNode(SqlNodeOld subNode) |
static void |
slice(com.hp.hpl.jena.sdb.core.Generator generator,
SqlSelectBlock block,
Long start,
Long length) |
copy, getArgs, getSubNodegetAliasName, getAliasToColumn, getConstraints, getSparqlVarsMentioned, getSparqlVarToExprs, toString, writepublic static final Long NOT_SET
public SqlSelectBlock(SqlNodeOld node)
public SqlSelectBlock(String aliasName, SqlNodeOld sqlNode)
public void setLock(boolean isLocked)
public boolean isLocked()
public void setAliasName(String name)
public void setSubNode(SqlNodeOld subNode)
public SqlExprList getConditions()
public Long getOffset()
public Long getLimit()
public boolean isDistinct()
public void setOffset(Long offset)
public void setLimit(Long limit)
public void setDistinct(boolean distinct)
public List<SqlSortCondition> getSortConditions()
public SqlSelectBlock copy1(SqlNodeOld subNode)
public static SqlNodeOld distinct(com.hp.hpl.jena.sdb.core.Generator generator, SqlNodeOld sqlNode)
public static SqlNodeOld restrict(com.hp.hpl.jena.sdb.core.Generator generator, SqlNodeOld sqlNode, SqlExprList exprs)
public static void order(com.hp.hpl.jena.sdb.core.Generator generator,
SqlSelectBlock block,
List<SqlSortCondition> conditions)
public static void distinct(com.hp.hpl.jena.sdb.core.Generator generator,
SqlSelectBlock block)
public static void slice(com.hp.hpl.jena.sdb.core.Generator generator,
SqlSelectBlock block,
Long start,
Long length)
Copyright © 2014. All rights reserved.