Package lumis.util.query
Class QueryCreateTable
- java.lang.Object
-
- lumis.util.query.QueryBase
-
- lumis.util.query.QueryCreateTable
-
public class QueryCreateTable extends QueryBase
-
-
Constructor Summary
Constructors Constructor Description QueryCreateTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPrimaryKeyFieldId()
Returns the field id of the field that should be created as the primary key.void
setPrimaryKeyFieldId(String primaryKeyFieldId)
Sets the field id of the field that should be created as the primary key.-
Methods inherited from class lumis.util.query.QueryBase
addField, addFilter, addQueryAssignment, addTable, getFieldById, getFields, getFilters, getQueryAssignments, getTable, getTable, getTableByRelationId, getTables, setTable
-
-
-
-
Method Detail
-
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.
-
-