com.healthmarketscience.jackcess.impl.query
Class MakeTableQueryImpl
java.lang.Object
com.healthmarketscience.jackcess.impl.query.QueryImpl
com.healthmarketscience.jackcess.impl.query.BaseSelectQueryImpl
com.healthmarketscience.jackcess.impl.query.MakeTableQueryImpl
- All Implemented Interfaces:
- BaseSelectQuery, MakeTableQuery, Query
public class MakeTableQueryImpl
- extends BaseSelectQueryImpl
- implements MakeTableQuery
Concrete Query subclass which represents an table creation query, e.g.:
SELECT <query> INTO <newTable>
- 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 |
MakeTableQueryImpl
public MakeTableQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
getTargetTable
public String getTargetTable()
- Specified by:
getTargetTable in interface MakeTableQuery
getRemoteDbPath
public String getRemoteDbPath()
- Specified by:
getRemoteDbPath in interface MakeTableQuery
getRemoteDbType
public String getRemoteDbType()
- Specified by:
getRemoteDbType in interface MakeTableQuery
Copyright © 2005-2015 Health Market Science. All Rights Reserved.