public abstract class BaseSelectQueryImpl extends QueryImpl implements BaseSelectQuery
QueryImpl.AppendableList<E>, QueryImpl.Row, QueryImpl.RowFilter, QueryImpl.RowFormatterQuery.Type| Modifier | Constructor and Description |
|---|---|
protected |
BaseSelectQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag,
Query.Type type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromRemoteDbPath() |
String |
getFromRemoteDbType() |
List<String> |
getFromTables() |
List<String> |
getGroupings() |
String |
getHavingExpression() |
List<String> |
getOrderings() |
List<String> |
getSelectColumns() |
String |
getSelectType() |
String |
getWhereExpression() |
protected void |
toSelectInto(StringBuilder builder) |
protected void |
toSQLSelectString(StringBuilder builder,
boolean useSelectPrefix) |
create, filterRowsByFlag, filterRowsByNotFlag, getColumnRows, getFlagRow, getGroupByRows, getHavingRow, getIntValue, getJoinRows, getName, getObjectFlag, getObjectId, getOrderByRows, getOwnerAccessType, getParameterRows, getParameters, getRemoteDatabaseRow, getRowByAttribute, getRows, getRowsByAttribute, getShortValue, getTableRows, getType, getTypeRow, getUniqueRow, getWhereRow, hasFlag, hasFlag, isHidden, isQuoted, supportsStandardClauses, toAlias, toOptionalQuotedExpr, toQuotedExpr, toRemoteDb, toSQLParameterString, toSQLString, toSQLString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getType, isHidden, toSQLStringprotected BaseSelectQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag, Query.Type type)
protected void toSQLSelectString(StringBuilder builder, boolean useSelectPrefix)
public String getSelectType()
getSelectType in interface BaseSelectQuerypublic List<String> getSelectColumns()
getSelectColumns in interface BaseSelectQueryprotected void toSelectInto(StringBuilder builder)
public List<String> getFromTables()
getFromTables in interface BaseSelectQuerygetFromTables in class QueryImplpublic String getFromRemoteDbPath()
getFromRemoteDbPath in interface BaseSelectQuerygetFromRemoteDbPath in class QueryImplpublic String getFromRemoteDbType()
getFromRemoteDbType in interface BaseSelectQuerygetFromRemoteDbType in class QueryImplpublic String getWhereExpression()
getWhereExpression in interface BaseSelectQuerygetWhereExpression in class QueryImplpublic List<String> getGroupings()
getGroupings in interface BaseSelectQuerypublic String getHavingExpression()
getHavingExpression in interface BaseSelectQuerypublic List<String> getOrderings()
getOrderings in interface BaseSelectQuerygetOrderings in class QueryImplCopyright © 2005–2016. All rights reserved.