Elexis API documentation
Version 2.1.6 as of January 22 2012

com.healthmarketscience.jackcess.query
Class DeleteQuery

java.lang.Object
  extended by com.healthmarketscience.jackcess.query.Query
      extended by com.healthmarketscience.jackcess.query.BaseSelectQuery
          extended by com.healthmarketscience.jackcess.query.DeleteQuery

public class DeleteQuery
extends BaseSelectQuery

Concrete Query subclass which represents a delete query, e.g.: DELETE * FROM <table> WHERE <expression>

Author:
James Ahlborn

Nested Class Summary
 
Nested classes/interfaces inherited from class com.healthmarketscience.jackcess.query.Query
Query.Row, Query.Type
 
Constructor Summary
DeleteQuery(java.lang.String name, java.util.List<Query.Row> rows, int objectId)
           
 
Method Summary
 
Methods inherited from class com.healthmarketscience.jackcess.query.BaseSelectQuery
getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupings, getHavingExpression, getOrderings, getSelectColumns, getSelectType, 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

DeleteQuery

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

Elexis API documentation
Version 2.1.6 as of January 22 2012

Copyright 2005-2011 by Gerry Weirich, Elexis