|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.healthmarketscience.jackcess.query.Query
com.healthmarketscience.jackcess.query.BaseSelectQuery
com.healthmarketscience.jackcess.query.DeleteQuery
public class DeleteQuery
Concrete Query subclass which represents a delete query, e.g.: DELETE * FROM
<table> WHERE <expression>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.healthmarketscience.jackcess.query.Query |
---|
Query.AppendableList<E>, Query.Row, Query.RowFilter, Query.RowFormatter, Query.Type |
Field Summary |
---|
Fields inherited from class com.healthmarketscience.jackcess.query.Query |
---|
LOG |
Constructor Summary | |
---|---|
DeleteQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
Method Summary | |
---|---|
protected void |
toSQLString(java.lang.StringBuilder builder)
|
Methods inherited from class com.healthmarketscience.jackcess.query.BaseSelectQuery |
---|
getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupings, getHavingExpression, getOrderings, getSelectColumns, getSelectType, getWhereExpression, toSelectInto, toSQLSelectString |
Methods inherited from class com.healthmarketscience.jackcess.query.Query |
---|
create, filterRowsByFlag, filterRowsByNotFlag, getColumnRows, getFlagRow, getGroupByRows, getHavingRow, getIntValue, getJoinRows, getName, getObjectFlag, getObjectId, getOrderByRows, 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 |
Constructor Detail |
---|
public DeleteQuery(java.lang.String name, java.util.List<Query.Row> rows, int objectId)
Method Detail |
---|
protected void toSQLString(java.lang.StringBuilder builder)
toSQLString
in class Query
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |