-- type main table # SELECT id, name, super, typeGroup, classImpl, blueprintpath, gui, icon, needsSecureTransfer, renderer, content from @typeMain@ # -- type properties # SELECT typeId, name, propertyType, stringValue, numericValue, isNumeric, propertyGroup, isFinal, isRequired, inheritType, inheritMode, c_constraints, accessMode from @typeProps@ # -- description table # SELECT typeId, lang, title, description, help from @description@ #