com.healthmarketscience.jackcess.impl.query
Class PassthroughQueryImpl
java.lang.Object
com.healthmarketscience.jackcess.impl.query.QueryImpl
com.healthmarketscience.jackcess.impl.query.PassthroughQueryImpl
- All Implemented Interfaces:
- PassthroughQuery, Query
public class PassthroughQueryImpl
- extends QueryImpl
- implements PassthroughQuery
Concrete Query subclass which represents a query which will be executed via
ODBC.
- Author:
- James Ahlborn
| Nested classes/interfaces inherited from interface com.healthmarketscience.jackcess.query.Query |
Query.Type |
| Fields inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl |
LOG |
| Methods inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl |
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 |
PassthroughQueryImpl
public PassthroughQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
getConnectionString
public String getConnectionString()
- Specified by:
getConnectionString in interface PassthroughQuery
getPassthroughString
public String getPassthroughString()
- Specified by:
getPassthroughString in interface PassthroughQuery
supportsStandardClauses
protected boolean supportsStandardClauses()
- Overrides:
supportsStandardClauses in class QueryImpl
toSQLString
protected void toSQLString(StringBuilder builder)
- Specified by:
toSQLString in class QueryImpl
Copyright © 2005-2017 Health Market Science. All Rights Reserved.