public class PassthroughQueryImpl extends QueryImpl implements PassthroughQuery
QueryImpl.AppendableList<E>, QueryImpl.Row, QueryImpl.RowFilter, QueryImpl.RowFormatter
Query.Type
Constructor and Description |
---|
PassthroughQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag) |
Modifier and Type | Method and Description |
---|---|
String |
getConnectionString() |
String |
getPassthroughString() |
protected boolean |
supportsStandardClauses() |
protected void |
toSQLString(StringBuilder builder) |
create, filterRowsByFlag, filterRowsByNotFlag, getColumnRows, getFlagRow, getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupByRows, getHavingRow, getIntValue, getJoinRows, getName, getObjectFlag, getObjectId, getOrderByRows, getOrderings, getOwnerAccessType, getParameterRows, getParameters, getRemoteDatabaseRow, getRowByAttribute, getRows, getRowsByAttribute, getShortValue, getTableRows, getType, getTypeRow, getUniqueRow, getWhereExpression, getWhereRow, hasFlag, hasFlag, isHidden, isQuoted, toAlias, toOptionalQuotedExpr, toQuotedExpr, toRemoteDb, toSQLParameterString, toSQLString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getType, isHidden, toSQLString
public PassthroughQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
public String getConnectionString()
getConnectionString
in interface PassthroughQuery
public String getPassthroughString()
getPassthroughString
in interface PassthroughQuery
protected boolean supportsStandardClauses()
supportsStandardClauses
in class QueryImpl
protected void toSQLString(StringBuilder builder)
toSQLString
in class QueryImpl
Copyright © 2005–2018. All rights reserved.