public function __construct()
 {
     parent::__construct();
     $this->setDialect(1);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fields[] = 'swId';
     $this->_fields[] = 'swName';
     $this->_fields[] = 'description';
     $this->_fields[] = 'installationNotes';
     $this->_fields[] = 'additionalDetails';
     $this->_fields[] = 'yumRepofileId';
     $this->_fields[] = 'aptRepofileId';
     $this->_fields[] = 'knownIssues';
     $this->_fields[] = 'timestampInserted';
     $this->_fields[] = 'timestampLastUpdated';
     $this->_fields[] = 'timestampLastProductionBuild';
     $this->_fields[] = 'insertedBy';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['name'] = 'string';
     $this->_fieldTypes['swId'] = 'integer';
     $this->_fieldTypes['swName'] = 'string';
     $this->_fieldTypes['description'] = 'string';
     $this->_fieldTypes['installationNotes'] = 'string';
     $this->_fieldTypes['additionalDetails'] = 'string';
     $this->_fieldTypes['yumRepofileId'] = 'integer';
     $this->_fieldTypes['aptRepofileId'] = 'integer';
     $this->_fieldTypes['knownIssues'] = 'string';
     $this->_fieldTypes['timestampInserted'] = 'string';
     $this->_fieldTypes['timestampLastUpdated'] = 'string';
     $this->_fieldTypes['timestampLastProductionBuild'] = 'string';
     $this->_fieldTypes['insertedBy'] = 'integer';
     $this->_table = 'meta_product_repo_area';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fields[] = 'category';
     $this->_fields[] = 'description';
     $this->_fields[] = 'disciplineid';
     $this->_fields[] = 'addedby';
     $this->_fields[] = 'addedon';
     $this->_fields[] = 'tags';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'homepage';
     $this->_fields[] = 'elixir_url';
     $this->_fields[] = 'parentid';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['name'] = 'string';
     $this->_fieldTypes['category'] = 'string';
     $this->_fieldTypes['description'] = 'string';
     $this->_fieldTypes['disciplineid'] = 'integer';
     $this->_fieldTypes['addedby'] = 'integer';
     $this->_fieldTypes['addedon'] = 'string';
     $this->_fieldTypes['tags'] = 'string';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_fieldTypes['homepage'] = 'string';
     $this->_fieldTypes['elixir_url'] = 'string';
     $this->_fieldTypes['parentid'] = 'integer';
     $this->_table = 'datasets';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'void';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'state';
     $this->_fields[] = 'expires_on';
     $this->_fields[] = 'published_on';
     $this->_fields[] = 'notes';
     $this->_fields[] = 'title';
     $this->_fields[] = 'alteredby';
     $this->_fields[] = 'lastmodified';
     $this->_fields[] = 'publishedby';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['void'] = 'integer';
     $this->_fieldTypes['guid'] = 'string';
     $this->_fieldTypes['state'] = 'e_vowide_image_state';
     $this->_fieldTypes['expires_on'] = 'string';
     $this->_fieldTypes['published_on'] = 'string';
     $this->_fieldTypes['notes'] = 'string';
     $this->_fieldTypes['title'] = 'string';
     $this->_fieldTypes['alteredby'] = 'integer';
     $this->_fieldTypes['lastmodified'] = 'string';
     $this->_fieldTypes['publishedby'] = 'integer';
     $this->_table = 'vowide_image_lists';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'vapplicationid';
     $this->_fields[] = 'vappversionid';
     $this->_fields[] = 'vmiid';
     $this->_fields[] = 'vmiinstanceid';
     $this->_fields[] = 'vmiflavourid';
     $this->_fields[] = 'vappversionguid';
     $this->_fields[] = 'vmiguid';
     $this->_fields[] = 'vmiinstanceguid';
     $this->_fields[] = 'vapplicationname';
     $this->_fields[] = 'vappversionversion';
     $this->_fields[] = 'vmigroupname';
     $this->_fields[] = 'instanceversion';
     $this->_fieldTypes['vapplicationid'] = 'integer';
     $this->_fieldTypes['vappversionid'] = 'integer';
     $this->_fieldTypes['vmiid'] = 'integer';
     $this->_fieldTypes['vmiinstanceid'] = 'integer';
     $this->_fieldTypes['vmiflavourid'] = 'integer';
     $this->_fieldTypes['vappversionguid'] = 'string';
     $this->_fieldTypes['vmiguid'] = 'uuid';
     $this->_fieldTypes['vmiinstanceguid'] = 'uuid';
     $this->_fieldTypes['vapplicationname'] = 'string';
     $this->_fieldTypes['vappversionversion'] = 'string';
     $this->_fieldTypes['vmigroupname'] = 'string';
     $this->_fieldTypes['instanceversion'] = 'string';
     $this->_table = 'vappviews';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'appid';
     $this->_fields[] = 'rating';
     $this->_fields[] = 'comment';
     $this->_fields[] = 'submittedon';
     $this->_fields[] = 'submitterid';
     $this->_fields[] = 'submittername';
     $this->_fields[] = 'submitteremail';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'moderated';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['appid'] = 'integer';
     $this->_fieldTypes['rating'] = 'integer';
     $this->_fieldTypes['comment'] = 'string';
     $this->_fieldTypes['submittedon'] = 'string';
     $this->_fieldTypes['submitterid'] = 'integer';
     $this->_fieldTypes['submittername'] = 'string';
     $this->_fieldTypes['submitteremail'] = 'string';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_fieldTypes['moderated'] = 'boolean';
     $this->_table = 'appratings';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'addedby';
     $this->_fields[] = 'addedon';
     $this->_fields[] = 'uri';
     $this->_fields[] = 'is_master';
     $this->_fields[] = 'exchange_fmt';
     $this->_fields[] = 'connection_type';
     $this->_fields[] = 'is_public';
     $this->_fields[] = 'organizationid';
     $this->_fields[] = 'notes';
     $this->_fields[] = 'dataset_version_id';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['addedby'] = 'integer';
     $this->_fieldTypes['addedon'] = 'string';
     $this->_fieldTypes['uri'] = 'string';
     $this->_fieldTypes['is_master'] = 'boolean';
     $this->_fieldTypes['exchange_fmt'] = 'integer';
     $this->_fieldTypes['connection_type'] = 'integer';
     $this->_fieldTypes['is_public'] = 'boolean';
     $this->_fieldTypes['organizationid'] = 'integer';
     $this->_fieldTypes['notes'] = 'string';
     $this->_fieldTypes['dataset_version_id'] = 'integer';
     $this->_table = 'dataset_locations';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'appid';
     $this->_fields[] = 'release';
     $this->_fields[] = 'series';
     $this->_fields[] = 'state';
     $this->_fields[] = 'addedon';
     $this->_fields[] = 'publishedon';
     $this->_fields[] = 'manager';
     $this->_fields[] = 'lastupdated';
     $this->_fields[] = 'releaseid';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['appid'] = 'integer';
     $this->_fieldTypes['release'] = 'string';
     $this->_fieldTypes['series'] = 'string';
     $this->_fieldTypes['state'] = 'integer';
     $this->_fieldTypes['addedon'] = 'string';
     $this->_fieldTypes['publishedon'] = 'string';
     $this->_fieldTypes['manager'] = 'integer';
     $this->_fieldTypes['lastupdated'] = 'string';
     $this->_fieldTypes['releaseid'] = 'integer';
     $this->_table = 'app_releases';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'typeid';
     $this->_fields[] = 'userguid';
     $this->_fields[] = 'userdata';
     $this->_fields[] = 'targetguid';
     $this->_fields[] = 'actorguid';
     $this->_fields[] = 'actordata';
     $this->_fields[] = 'stateid';
     $this->_fields[] = 'created';
     $this->_fields[] = 'lastupdated';
     $this->_fields[] = 'guid';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['typeid'] = 'integer';
     $this->_fieldTypes['userguid'] = 'string';
     $this->_fieldTypes['userdata'] = 'string';
     $this->_fieldTypes['targetguid'] = 'uuid';
     $this->_fieldTypes['actorguid'] = 'uuid';
     $this->_fieldTypes['actordata'] = 'string';
     $this->_fieldTypes['stateid'] = 'integer';
     $this->_fieldTypes['created'] = 'string';
     $this->_fieldTypes['lastupdated'] = 'string';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_table = 'userrequests';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fields[] = 'title';
     $this->_fields[] = 'description';
     $this->_fields[] = 'url';
     $this->_fields[] = 'formatid';
     $this->_fields[] = 'checksum';
     $this->_fields[] = 'checksumfunc';
     $this->_fields[] = 'size';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'addedby';
     $this->_fields[] = 'addedon';
     $this->_fields[] = 'lastupdatedby';
     $this->_fields[] = 'lastupdatedon';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['name'] = 'string';
     $this->_fieldTypes['title'] = 'string';
     $this->_fieldTypes['description'] = 'string';
     $this->_fieldTypes['url'] = 'string';
     $this->_fieldTypes['formatid'] = 'integer';
     $this->_fieldTypes['checksum'] = 'string';
     $this->_fieldTypes['checksumfunc'] = 'e_hashfuncs';
     $this->_fieldTypes['size'] = 'integer';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_fieldTypes['addedby'] = 'integer';
     $this->_fieldTypes['addedon'] = 'string';
     $this->_fieldTypes['lastupdatedby'] = 'integer';
     $this->_fieldTypes['lastupdatedon'] = 'string';
     $this->_table = 'contextscripts';
 }
Beispiel #10
0
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fields[] = 'scope';
     $this->_fields[] = 'validated';
     $this->_fields[] = 'description';
     $this->_fields[] = 'homepage';
     $this->_fields[] = 'enrollment';
     $this->_fields[] = 'aup';
     $this->_fields[] = 'domainid';
     $this->_fields[] = 'deleted';
     $this->_fields[] = 'deletedon';
     $this->_fields[] = 'alias';
     $this->_fields[] = 'status';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['name'] = 'string';
     $this->_fieldTypes['scope'] = 'string';
     $this->_fieldTypes['validated'] = 'string';
     $this->_fieldTypes['description'] = 'string';
     $this->_fieldTypes['homepage'] = 'string';
     $this->_fieldTypes['enrollment'] = 'string';
     $this->_fieldTypes['aup'] = 'string';
     $this->_fieldTypes['domainid'] = 'integer';
     $this->_fieldTypes['deleted'] = 'boolean';
     $this->_fieldTypes['deletedon'] = 'string';
     $this->_fieldTypes['alias'] = 'string';
     $this->_fieldTypes['status'] = 'string';
     $this->_table = 'vos';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'size';
     $this->_fields[] = 'uri';
     $this->_fields[] = 'version';
     $this->_fields[] = 'checksum';
     $this->_fields[] = 'checksumfunc';
     $this->_fields[] = 'notes';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'addedon';
     $this->_fields[] = 'addedby';
     $this->_fields[] = 'vmiflavourid';
     $this->_fields[] = 'autointegrity';
     $this->_fields[] = 'coreminimum';
     $this->_fields[] = 'ramminimum';
     $this->_fields[] = 'lastupdatedby';
     $this->_fields[] = 'lastupdatedon';
     $this->_fields[] = 'description';
     $this->_fields[] = 'title';
     $this->_fields[] = 'integrity_status';
     $this->_fields[] = 'integrity_message';
     $this->_fields[] = 'ramrecommend';
     $this->_fields[] = 'corerecommend';
     $this->_fields[] = 'accessinfo';
     $this->_fields[] = 'enabled';
     $this->_fields[] = 'initialsize';
     $this->_fields[] = 'initialchecksum';
     $this->_fields[] = 'ovfurl';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['size'] = 'bigint';
     $this->_fieldTypes['uri'] = 'string';
     $this->_fieldTypes['version'] = 'string';
     $this->_fieldTypes['checksum'] = 'string';
     $this->_fieldTypes['checksumfunc'] = 'e_hashfuncs';
     $this->_fieldTypes['notes'] = 'string';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_fieldTypes['addedon'] = 'string';
     $this->_fieldTypes['addedby'] = 'integer';
     $this->_fieldTypes['vmiflavourid'] = 'integer';
     $this->_fieldTypes['autointegrity'] = 'boolean';
     $this->_fieldTypes['coreminimum'] = 'integer';
     $this->_fieldTypes['ramminimum'] = 'integer';
     $this->_fieldTypes['lastupdatedby'] = 'integer';
     $this->_fieldTypes['lastupdatedon'] = 'string';
     $this->_fieldTypes['description'] = 'string';
     $this->_fieldTypes['title'] = 'string';
     $this->_fieldTypes['integrity_status'] = 'string';
     $this->_fieldTypes['integrity_message'] = 'string';
     $this->_fieldTypes['ramrecommend'] = 'integer';
     $this->_fieldTypes['corerecommend'] = 'integer';
     $this->_fieldTypes['accessinfo'] = 'string';
     $this->_fieldTypes['enabled'] = 'boolean';
     $this->_fieldTypes['initialsize'] = 'string';
     $this->_fieldTypes['initialchecksum'] = 'string';
     $this->_fieldTypes['ovfurl'] = 'string';
     $this->_table = 'vmiinstances';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'reltypeid';
     $this->_fields[] = 'verbid';
     $this->_fields[] = 'target_guid';
     $this->_fields[] = 'target_type';
     $this->_fields[] = 'actionid';
     $this->_fields[] = 'verb';
     $this->_fields[] = 'verbname';
     $this->_fields[] = 'verbrname';
     $this->_fields[] = 'subject_guid';
     $this->_fields[] = 'subject_type';
     $this->_fields[] = 'typeguid';
     $this->_fields[] = 'guid';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['reltypeid'] = 'integer';
     $this->_fieldTypes['verbid'] = 'integer';
     $this->_fieldTypes['target_guid'] = 'string';
     $this->_fieldTypes['target_type'] = 'e_entity';
     $this->_fieldTypes['actionid'] = 'integer';
     $this->_fieldTypes['verb'] = 'string';
     $this->_fieldTypes['verbname'] = 'string';
     $this->_fieldTypes['verbrname'] = 'string';
     $this->_fieldTypes['subject_guid'] = 'uuid';
     $this->_fieldTypes['subject_type'] = 'e_entity';
     $this->_fieldTypes['typeguid'] = 'uuid';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_table = 'entityrelations';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'reltypeid';
     $this->_fields[] = 'target_guid';
     $this->_fields[] = 'subject_guid';
     $this->_fields[] = 'parentid';
     $this->_fields[] = 'addedon';
     $this->_fields[] = 'addedby';
     $this->_fields[] = 'denyon';
     $this->_fields[] = 'denyby';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'hiddenon';
     $this->_fields[] = 'hiddenby';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['reltypeid'] = 'integer';
     $this->_fieldTypes['target_guid'] = 'string';
     $this->_fieldTypes['subject_guid'] = 'uuid';
     $this->_fieldTypes['parentid'] = 'integer';
     $this->_fieldTypes['addedon'] = 'string';
     $this->_fieldTypes['addedby'] = 'integer';
     $this->_fieldTypes['denyon'] = 'string';
     $this->_fieldTypes['denyby'] = 'integer';
     $this->_fieldTypes['guid'] = 'string';
     $this->_fieldTypes['hiddenon'] = 'string';
     $this->_fieldTypes['hiddenby'] = 'integer';
     $this->_table = 'relations';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'version';
     $this->_fields[] = 'guid';
     $this->_fields[] = 'notes';
     $this->_fields[] = 'vappid';
     $this->_fields[] = 'published';
     $this->_fields[] = 'createdon';
     $this->_fields[] = 'expireson';
     $this->_fields[] = 'enabled';
     $this->_fields[] = 'archived';
     $this->_fields[] = 'status';
     $this->_fields[] = 'archivedon';
     $this->_fields[] = 'submissionid';
     $this->_fields[] = 'isexternal';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['version'] = 'string';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_fieldTypes['notes'] = 'string';
     $this->_fieldTypes['vappid'] = 'integer';
     $this->_fieldTypes['published'] = 'boolean';
     $this->_fieldTypes['createdon'] = 'string';
     $this->_fieldTypes['expireson'] = 'string';
     $this->_fieldTypes['enabled'] = 'boolean';
     $this->_fieldTypes['archived'] = 'boolean';
     $this->_fieldTypes['status'] = 'string';
     $this->_fieldTypes['archivedon'] = 'string';
     $this->_fieldTypes['submissionid'] = 'integer';
     $this->_fieldTypes['isexternal'] = 'boolean';
     $this->_table = 'vapp_versions';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'appname';
     $this->_fields[] = 'ownerid';
     $this->_fields[] = 'ownername';
     $this->_fields[] = 'contact';
     $this->_fields[] = 'title';
     $this->_fields[] = 'linkid';
     $this->_fields[] = 'appid';
     $this->_fields[] = 'linktype';
     $this->_fields[] = 'urlname';
     $this->_fields[] = 'parentname';
     $this->_fields[] = 'baseref';
     $this->_fields[] = 'valid';
     $this->_fields[] = 'result';
     $this->_fields[] = 'warning';
     $this->_fields[] = 'info';
     $this->_fields[] = 'url';
     $this->_fields[] = 'line';
     $this->_fields[] = 'col';
     $this->_fields[] = 'name';
     $this->_fields[] = 'checktime';
     $this->_fields[] = 'dltime';
     $this->_fields[] = 'dlsize';
     $this->_fields[] = 'cached';
     $this->_fields[] = 'firstchecked';
     $this->_fields[] = 'lastchecked';
     $this->_fields[] = 'age';
     $this->_fields[] = 'whitelisted';
     $this->_fieldTypes['appname'] = 'string';
     $this->_fieldTypes['ownerid'] = 'integer';
     $this->_fieldTypes['ownername'] = 'string';
     $this->_fieldTypes['contact'] = 'string';
     $this->_fieldTypes['title'] = 'string';
     $this->_fieldTypes['linkid'] = 'string';
     $this->_fieldTypes['appid'] = 'integer';
     $this->_fieldTypes['linktype'] = 'string';
     $this->_fieldTypes['urlname'] = 'string';
     $this->_fieldTypes['parentname'] = 'string';
     $this->_fieldTypes['baseref'] = 'string';
     $this->_fieldTypes['valid'] = 'integer';
     $this->_fieldTypes['result'] = 'string';
     $this->_fieldTypes['warning'] = 'string';
     $this->_fieldTypes['info'] = 'string';
     $this->_fieldTypes['url'] = 'string';
     $this->_fieldTypes['line'] = 'integer';
     $this->_fieldTypes['col'] = 'integer';
     $this->_fieldTypes['name'] = 'string';
     $this->_fieldTypes['checktime'] = 'integer';
     $this->_fieldTypes['dltime'] = 'integer';
     $this->_fieldTypes['dlsize'] = 'integer';
     $this->_fieldTypes['cached'] = 'integer';
     $this->_fieldTypes['firstchecked'] = 'string';
     $this->_fieldTypes['lastchecked'] = 'string';
     $this->_fieldTypes['age'] = 'string';
     $this->_fieldTypes['whitelisted'] = 'boolean';
     $this->_table = 'linkstatuses';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'firstname';
     $this->_fields[] = 'lastname';
     $this->_fields[] = 'dateinclusion';
     $this->_fields[] = 'institution';
     $this->_fields[] = 'countryid';
     $this->_fields[] = 'positiontypeid';
     $this->_fields[] = 'image';
     $this->_fields[] = 'name';
     $this->_fields[] = 'regionid';
     $this->_fields[] = 'doccount';
     $this->_fields[] = 'hasdocs';
     $this->_fields[] = 'guid';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['firstname'] = 'string';
     $this->_fieldTypes['lastname'] = 'string';
     $this->_fieldTypes['dateinclusion'] = 'string';
     $this->_fieldTypes['institution'] = 'string';
     $this->_fieldTypes['countryid'] = 'integer';
     $this->_fieldTypes['positiontypeid'] = 'integer';
     $this->_fieldTypes['image'] = 'string';
     $this->_fieldTypes['name'] = 'string';
     $this->_fieldTypes['regionid'] = 'integer';
     $this->_fieldTypes['doccount'] = 'string';
     $this->_fieldTypes['hasdocs'] = 'boolean';
     $this->_fieldTypes['guid'] = 'string';
     $this->_table = 'pplviews';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(1);
     $this->_fields[] = 'deletedBy';
     $this->_fields[] = 'timestampDeleted';
     $this->_fields[] = 'id';
     $this->_fields[] = 'productReleaseId';
     $this->_fields[] = 'displayVersion';
     $this->_fields[] = 'releaseNotes';
     $this->_fields[] = 'changeLog';
     $this->_fields[] = 'poaUrl';
     $this->_fields[] = 'poaCandidateUrl';
     $this->_fields[] = 'poaPath';
     $this->_fields[] = 'targetPlatformCombId';
     $this->_fields[] = 'dMethodCombId';
     $this->_fields[] = 'qualityCriteriaVerificationReport';
     $this->_fields[] = 'stageRolloutReport';
     $this->_fields[] = 'additionalDetails';
     $this->_fields[] = 'deleted';
     $this->_fields[] = 'extraFld1';
     $this->_fields[] = 'extraFld2';
     $this->_fields[] = 'extraFld3';
     $this->_fields[] = 'extraFld4';
     $this->_fields[] = 'extraFld5';
     $this->_fields[] = 'timestampInserted';
     $this->_fields[] = 'timestampLastUpdated';
     $this->_fields[] = 'timestampLastStateChange';
     $this->_fields[] = 'insertedBy';
     $this->_fieldTypes['deletedBy'] = 'integer';
     $this->_fieldTypes['timestampDeleted'] = 'string';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['productReleaseId'] = 'integer';
     $this->_fieldTypes['displayVersion'] = 'string';
     $this->_fieldTypes['releaseNotes'] = 'longtext';
     $this->_fieldTypes['changeLog'] = 'longtext';
     $this->_fieldTypes['poaUrl'] = 'string';
     $this->_fieldTypes['poaCandidateUrl'] = 'string';
     $this->_fieldTypes['poaPath'] = 'string';
     $this->_fieldTypes['targetPlatformCombId'] = 'integer';
     $this->_fieldTypes['dMethodCombId'] = 'integer';
     $this->_fieldTypes['qualityCriteriaVerificationReport'] = 'string';
     $this->_fieldTypes['stageRolloutReport'] = 'string';
     $this->_fieldTypes['additionalDetails'] = 'string';
     $this->_fieldTypes['deleted'] = 'enum';
     $this->_fieldTypes['extraFld1'] = 'string';
     $this->_fieldTypes['extraFld2'] = 'string';
     $this->_fieldTypes['extraFld3'] = 'string';
     $this->_fieldTypes['extraFld4'] = 'string';
     $this->_fieldTypes['extraFld5'] = 'string';
     $this->_fieldTypes['timestampInserted'] = 'string';
     $this->_fieldTypes['timestampLastUpdated'] = 'string';
     $this->_fieldTypes['timestampLastStateChange'] = 'string';
     $this->_fieldTypes['insertedBy'] = 'integer';
     $this->_table = 'deleted_meta_poa_release';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'netfilter';
     $this->_fields[] = 'tokenid';
     $this->_fieldTypes['netfilter'] = 'string';
     $this->_fieldTypes['tokenid'] = 'string';
     $this->_table = 'access_token_netfilters';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'netfilter';
     $this->_fields[] = 'keyid';
     $this->_fieldTypes['netfilter'] = 'string';
     $this->_fieldTypes['keyid'] = 'integer';
     $this->_table = 'apikey_netfilters';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'appid';
     $this->_fields[] = 'relcount';
     $this->_fieldTypes['appid'] = 'integer';
     $this->_fieldTypes['relcount'] = 'integer';
     $this->_table = 'app_release_count';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'appid';
     $this->_fields[] = 'researcherid';
     $this->_fieldTypes['appid'] = 'integer';
     $this->_fieldTypes['researcherid'] = 'integer';
     $this->_table = 'appbookmarks';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'appid';
     $this->_fields[] = 'proglangid';
     $this->_fieldTypes['appid'] = 'integer';
     $this->_fieldTypes['proglangid'] = 'integer';
     $this->_table = 'appproglangs';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'description';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['description'] = 'string';
     $this->_table = 'doctypes';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'projectid';
     $this->_fields[] = 'contactpersonid';
     $this->_fieldTypes['projectid'] = 'integer';
     $this->_fieldTypes['contactpersonid'] = 'integer';
     $this->_table = 'harvest.projectcontactpersons';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(1);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['name'] = 'varchar';
     $this->_table = 'meta_contact_types';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fieldTypes['id'] = 'float';
     $this->_fieldTypes['name'] = 'name';
     $this->_table = 'account_types';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fieldTypes['id'] = 'float';
     $this->_fieldTypes['name'] = 'name';
     $this->_table = 'vowide_image_states';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fieldTypes['id'] = 'float';
     $this->_fieldTypes['name'] = 'name';
     $this->_table = 'dataset_categories';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'id';
     $this->_fields[] = 'name';
     $this->_fieldTypes['id'] = 'integer';
     $this->_fieldTypes['name'] = 'string';
     $this->_table = 'statuses';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDialect(0);
     $this->_fields[] = 'entitytype';
     $this->_fields[] = 'guid';
     $this->_fieldTypes['entitytype'] = 'string';
     $this->_fieldTypes['guid'] = 'uuid';
     $this->_table = 'entityguids';
 }