Elexis API documentation
Version 2.1.6 as of December 11 2011

com.healthmarketscience.jackcess.query
Class UpdateQuery

java.lang.Object
  extended by com.healthmarketscience.jackcess.query.Query
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.healthmarketscience.jackcess.query.Query
Query.Row, Query.Type
 
Constructor Summary
UpdateQuery(java.lang.String name, java.util.List<Query.Row> rows, int objectId)
           
 
Method Summary
 java.util.List<java.lang.String> getNewValues()
           
 java.lang.String getRemoteDbPath()
           
 java.lang.String getRemoteDbType()
           
 java.util.List<java.lang.String> getTargetTables()
           
 java.lang.String getWhereExpression()
           
 
Methods inherited from class com.healthmarketscience.jackcess.query.Query
create, getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getRows, getType, toSQLString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateQuery

public UpdateQuery(java.lang.String name,
                   java.util.List<Query.Row> rows,
                   int objectId)
Method Detail

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()

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis