Class QueryCreateTable


  • public class QueryCreateTable
    extends QueryBase
    • 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.