com.healthmarketscience.jackcess.impl.query
Class AppendQueryImpl
java.lang.Object
com.healthmarketscience.jackcess.impl.query.QueryImpl
com.healthmarketscience.jackcess.impl.query.BaseSelectQueryImpl
com.healthmarketscience.jackcess.impl.query.AppendQueryImpl
- All Implemented Interfaces:
- AppendQuery, BaseSelectQuery, Query
public class AppendQueryImpl
- extends BaseSelectQueryImpl
- implements AppendQuery
Concrete Query subclass which represents an append query, e.g.:
INSERT INTO <table> VALUES (<values>)
- Author:
- James Ahlborn
| Nested classes/interfaces inherited from interface com.healthmarketscience.jackcess.query.Query |
Query.Type |
| Fields inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl |
LOG |
| Methods inherited from class com.healthmarketscience.jackcess.impl.query.BaseSelectQueryImpl |
getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupings, getHavingExpression, getOrderings, getSelectColumns, getSelectType, getWhereExpression, toSelectInto, toSQLSelectString |
| Methods inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl |
create, filterRowsByFlag, filterRowsByNotFlag, getFlagRow, getGroupByRows, getHavingRow, getIntValue, getJoinRows, getName, getObjectFlag, getObjectId, getOrderByRows, getOwnerAccessType, getParameterRows, getParameters, getRemoteDatabaseRow, getRowByAttribute, getRows, getRowsByAttribute, getShortValue, getTableRows, getType, getTypeRow, getUniqueRow, getWhereRow, hasFlag, hasFlag, isHidden, isQuoted, supportsStandardClauses, toAlias, toOptionalQuotedExpr, toQuotedExpr, toRemoteDb, toSQLParameterString, toSQLString, toString |
AppendQueryImpl
public AppendQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
getTargetTable
public String getTargetTable()
- Specified by:
getTargetTable in interface AppendQuery
getTargetColumns
public List<String> getTargetColumns()
- Specified by:
getTargetColumns in interface AppendQuery
getRemoteDbPath
public String getRemoteDbPath()
- Specified by:
getRemoteDbPath in interface AppendQuery
getRemoteDbType
public String getRemoteDbType()
- Specified by:
getRemoteDbType in interface AppendQuery
getValues
public List<String> getValues()
- Specified by:
getValues in interface AppendQuery
getValueRows
protected List<QueryImpl.Row> getValueRows()
getColumnRows
protected List<QueryImpl.Row> getColumnRows()
- Overrides:
getColumnRows in class QueryImpl
getTargetRows
protected List<QueryImpl.Row> getTargetRows()
toSQLString
protected void toSQLString(StringBuilder builder)
- Specified by:
toSQLString in class QueryImpl
Copyright © 2005-2017 Health Market Science. All Rights Reserved.