com.healthmarketscience.jackcess.impl.query
Class DataDefinitionQueryImpl
java.lang.Object
com.healthmarketscience.jackcess.impl.query.QueryImpl
com.healthmarketscience.jackcess.impl.query.DataDefinitionQueryImpl
- All Implemented Interfaces:
- DataDefinitionQuery, Query
public class DataDefinitionQueryImpl
- extends QueryImpl
- implements DataDefinitionQuery
Concrete Query subclass which represents a DDL query.
- 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 |
DataDefinitionQueryImpl
public DataDefinitionQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
getDDLString
public String getDDLString()
- Specified by:
getDDLString in interface DataDefinitionQuery
Copyright © 2005-2013 Health Market Science. All Rights Reserved.