public class PassthroughQueryImpl extends QueryImpl implements PassthroughQuery
QueryImpl.AppendableList<E>, QueryImpl.Row, QueryImpl.RowFilter, QueryImpl.RowFormatterQuery.Type| Constructor and Description |
|---|
PassthroughQueryImpl(java.lang.String name,
java.util.List<QueryImpl.Row> rows,
int objectId,
int objectFlag) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConnectionString() |
java.lang.String |
getPassthroughString() |
protected boolean |
supportsStandardClauses() |
protected void |
toSQLString(java.lang.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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getType, isHidden, toSQLStringpublic PassthroughQueryImpl(java.lang.String name,
java.util.List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
public java.lang.String getConnectionString()
getConnectionString in interface PassthroughQuerypublic java.lang.String getPassthroughString()
getPassthroughString in interface PassthroughQueryprotected boolean supportsStandardClauses()
supportsStandardClauses in class QueryImplprotected void toSQLString(java.lang.StringBuilder builder)
toSQLString in class QueryImpl