com.healthmarketscience.jackcess.impl.query
Class UpdateQueryImpl
java.lang.Object
com.healthmarketscience.jackcess.impl.query.QueryImpl
com.healthmarketscience.jackcess.impl.query.UpdateQueryImpl
- All Implemented Interfaces:
- Query, UpdateQuery
public class UpdateQueryImpl
- extends QueryImpl
- implements UpdateQuery
Concrete Query subclass which represents a row update query, e.g.:
UPDATE <table> SET <newValues>
- 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, getWhereRow, hasFlag, hasFlag, isHidden, isQuoted, supportsStandardClauses, toAlias, toOptionalQuotedExpr, toQuotedExpr, toRemoteDb, toSQLParameterString, toSQLString, toString |
UpdateQueryImpl
public UpdateQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
getTargetTables
public List<String> getTargetTables()
- Specified by:
getTargetTables in interface UpdateQuery
getRemoteDbPath
public String getRemoteDbPath()
- Specified by:
getRemoteDbPath in interface UpdateQuery
getRemoteDbType
public String getRemoteDbType()
- Specified by:
getRemoteDbType in interface UpdateQuery
getNewValues
public List<String> getNewValues()
- Specified by:
getNewValues in interface UpdateQuery
getWhereExpression
public String getWhereExpression()
- Specified by:
getWhereExpression in interface UpdateQuery- Overrides:
getWhereExpression in class QueryImpl
toSQLString
protected void toSQLString(StringBuilder builder)
- Specified by:
toSQLString in class QueryImpl
Copyright © 2005-2017 Health Market Science. All Rights Reserved.