lumis.util.query
Class QueryCreateTable

Package class diagram package QueryCreateTable
java.lang.Object
  extended by lumis.util.query.QueryBase
      extended by lumis.util.query.QueryCreateTable

public class QueryCreateTable
extends QueryBase


Field Summary
 
Fields inherited from class lumis.util.query.QueryBase
fields, filters, mainTable, queryAssignments, tables
 
Constructor Summary
QueryCreateTable()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryCreateTable

public QueryCreateTable()
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.



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.