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 class com.healthmarketscience.jackcess.impl.query.QueryImpl |
QueryImpl.Row |
| Nested classes/interfaces inherited from interface com.healthmarketscience.jackcess.query.Query |
Query.Type |
| Methods inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl |
create, getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getRows, getType, getTypeRow, isHidden, 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
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
Copyright © 2005-2015 Health Market Science. All Rights Reserved.