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>
- Author:
- James Ahlborn
Constructor Summary |
UpdateQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
Methods inherited from class java.lang.Object |
equals, 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()
Copyright 2005-2011 by Gerry Weirich, Elexis