com.healthmarketscience.jackcess.query
Class UpdateQuery
java.lang.Object
com.healthmarketscience.jackcess.query.Query
com.healthmarketscience.jackcess.query.UpdateQuery
public class UpdateQuery
- extends Query
Concrete Query subclass which represents a row update query, e.g.:
UPDATE
<table> SET <newValues>
Fields inherited from class com.healthmarketscience.jackcess.query.Query |
LOG |
Constructor Summary |
UpdateQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
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, getWhereRow, hasFlag, hasFlag, supportsStandardClauses, toAlias, toOptionalQuotedExpr, toQuotedExpr, toRemoteDb, toSQLParameterString, toSQLString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UpdateQuery
public UpdateQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
getTargetTables
public java.util.List<java.lang.String> getTargetTables()
getRemoteDbPath
public java.lang.String getRemoteDbPath()
getRemoteDbType
public java.lang.String getRemoteDbType()
getNewValues
public java.util.List<java.lang.String> getNewValues()
getWhereExpression
public java.lang.String getWhereExpression()
- Overrides:
getWhereExpression
in class Query
toSQLString
protected void toSQLString(java.lang.StringBuilder builder)
- Specified by:
toSQLString
in class Query