public class SelectStatement<R,C> extends Statement<R,C>
engine, placeholderMap| Constructor and Description |
|---|
SelectStatement(Engine<R,C> engine,
LinkedHashMap<String,Placeholder<R,C>> placeholderMap,
List<ColumnReference<R,C>> selectList,
TableExpression tableExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
check(Metadata metadata,
ErrorReporter reporter) |
OrderedFetchResult |
execute() |
Condition |
getCondition() |
List<ColumnReference<R,C>> |
getReferencedColumns() |
List<ColumnReference<R,C>> |
getSelectList() |
List<SortSpecification> |
getSortSpecification() |
int |
getTableCount() |
Collection<Table<R,C>> |
getTables() |
boolean |
isSelectStatement() |
UpdateableFetchResult |
selectForUpdate() |
bindValue, getPlaceholderMapgetEnd, getSource, getStart, setLocation, throwExceptionpublic SelectStatement(Engine<R,C> engine, LinkedHashMap<String,Placeholder<R,C>> placeholderMap, List<ColumnReference<R,C>> selectList, TableExpression tableExpression)
public void check(Metadata metadata, ErrorReporter reporter)
public OrderedFetchResult execute()
public UpdateableFetchResult selectForUpdate()
public Collection<Table<R,C>> getTables()
public Condition getCondition()
public List<SortSpecification> getSortSpecification()
public List<ColumnReference<R,C>> getSelectList()
public List<ColumnReference<R,C>> getReferencedColumns()
public boolean isSelectStatement()
isSelectStatement in class Statement<R,C>public int getTableCount()
Copyright © 2014. All rights reserved.