lumis.util.query
Class QueryCreateTable
java.lang.Object
lumis.util.query.QueryBase
lumis.util.query.QueryCreateTable
public class QueryCreateTable
- extends QueryBase
Methods inherited from class lumis.util.query.QueryBase |
addField, addFilter, addQueryAssignment, addTable, getFieldById, getFields, getFilters, getQueryAssignments, getTable, getTable, getTableByRelationId, getTables, setTable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryCreateTable
public QueryCreateTable()
getPrimaryKeyFieldId
public String getPrimaryKeyFieldId()
- Returns the field id of the field that should be created as the primary key.
A field with the given id must exist in this query.
setPrimaryKeyFieldId
public void setPrimaryKeyFieldId(String primaryKeyFieldId)
- Sets the field id of the field that should be created as the primary key.
A field with the given id must exist in this query.
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.