com.healthmarketscience.jackcess.query
Class PassthroughQuery
java.lang.Object
com.healthmarketscience.jackcess.query.Query
com.healthmarketscience.jackcess.query.PassthroughQuery
public class PassthroughQuery
- extends Query
Concrete Query subclass which represents a query which will be executed via ODBC.
Fields inherited from class com.healthmarketscience.jackcess.query.Query |
LOG |
Methods inherited from class com.healthmarketscience.jackcess.query.Query |
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, toAlias, toOptionalQuotedExpr, toQuotedExpr, toRemoteDb, toSQLParameterString, toSQLString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PassthroughQuery
public PassthroughQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
getConnectionString
public java.lang.String getConnectionString()
getPassthroughString
public java.lang.String getPassthroughString()
supportsStandardClauses
protected boolean supportsStandardClauses()
- Overrides:
supportsStandardClauses
in class Query
toSQLString
protected void toSQLString(java.lang.StringBuilder builder)
- Specified by:
toSQLString
in class Query