290 lines
8.4 KiB
PHP
290 lines
8.4 KiB
PHP
<?php
|
|
/*
|
|
* Copyright 2014 Google Inc.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
|
* use this file except in compliance with the License. You may obtain a copy of
|
|
* the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
* License for the specific language governing permissions and limitations under
|
|
* the License.
|
|
*/
|
|
|
|
namespace Google\Service\DatabaseMigrationService;
|
|
|
|
class EntityMapping extends \Google\Collection
|
|
{
|
|
/**
|
|
* Unspecified database entity type.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_UNSPECIFIED = 'DATABASE_ENTITY_TYPE_UNSPECIFIED';
|
|
/**
|
|
* Schema.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_SCHEMA = 'DATABASE_ENTITY_TYPE_SCHEMA';
|
|
/**
|
|
* Table.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_TABLE = 'DATABASE_ENTITY_TYPE_TABLE';
|
|
/**
|
|
* Column.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_COLUMN = 'DATABASE_ENTITY_TYPE_COLUMN';
|
|
/**
|
|
* Constraint.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_CONSTRAINT = 'DATABASE_ENTITY_TYPE_CONSTRAINT';
|
|
/**
|
|
* Index.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_INDEX = 'DATABASE_ENTITY_TYPE_INDEX';
|
|
/**
|
|
* Trigger.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_TRIGGER = 'DATABASE_ENTITY_TYPE_TRIGGER';
|
|
/**
|
|
* View.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_VIEW = 'DATABASE_ENTITY_TYPE_VIEW';
|
|
/**
|
|
* Sequence.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_SEQUENCE = 'DATABASE_ENTITY_TYPE_SEQUENCE';
|
|
/**
|
|
* Stored Procedure.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_STORED_PROCEDURE = 'DATABASE_ENTITY_TYPE_STORED_PROCEDURE';
|
|
/**
|
|
* Function.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_FUNCTION = 'DATABASE_ENTITY_TYPE_FUNCTION';
|
|
/**
|
|
* Synonym.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_SYNONYM = 'DATABASE_ENTITY_TYPE_SYNONYM';
|
|
/**
|
|
* Package.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_DATABASE_PACKAGE = 'DATABASE_ENTITY_TYPE_DATABASE_PACKAGE';
|
|
/**
|
|
* UDT.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_UDT = 'DATABASE_ENTITY_TYPE_UDT';
|
|
/**
|
|
* Materialized View.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_MATERIALIZED_VIEW = 'DATABASE_ENTITY_TYPE_MATERIALIZED_VIEW';
|
|
/**
|
|
* Database.
|
|
*/
|
|
public const DRAFT_TYPE_DATABASE_ENTITY_TYPE_DATABASE = 'DATABASE_ENTITY_TYPE_DATABASE';
|
|
/**
|
|
* Unspecified database entity type.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_UNSPECIFIED = 'DATABASE_ENTITY_TYPE_UNSPECIFIED';
|
|
/**
|
|
* Schema.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_SCHEMA = 'DATABASE_ENTITY_TYPE_SCHEMA';
|
|
/**
|
|
* Table.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_TABLE = 'DATABASE_ENTITY_TYPE_TABLE';
|
|
/**
|
|
* Column.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_COLUMN = 'DATABASE_ENTITY_TYPE_COLUMN';
|
|
/**
|
|
* Constraint.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_CONSTRAINT = 'DATABASE_ENTITY_TYPE_CONSTRAINT';
|
|
/**
|
|
* Index.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_INDEX = 'DATABASE_ENTITY_TYPE_INDEX';
|
|
/**
|
|
* Trigger.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_TRIGGER = 'DATABASE_ENTITY_TYPE_TRIGGER';
|
|
/**
|
|
* View.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_VIEW = 'DATABASE_ENTITY_TYPE_VIEW';
|
|
/**
|
|
* Sequence.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_SEQUENCE = 'DATABASE_ENTITY_TYPE_SEQUENCE';
|
|
/**
|
|
* Stored Procedure.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_STORED_PROCEDURE = 'DATABASE_ENTITY_TYPE_STORED_PROCEDURE';
|
|
/**
|
|
* Function.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_FUNCTION = 'DATABASE_ENTITY_TYPE_FUNCTION';
|
|
/**
|
|
* Synonym.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_SYNONYM = 'DATABASE_ENTITY_TYPE_SYNONYM';
|
|
/**
|
|
* Package.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_DATABASE_PACKAGE = 'DATABASE_ENTITY_TYPE_DATABASE_PACKAGE';
|
|
/**
|
|
* UDT.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_UDT = 'DATABASE_ENTITY_TYPE_UDT';
|
|
/**
|
|
* Materialized View.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_MATERIALIZED_VIEW = 'DATABASE_ENTITY_TYPE_MATERIALIZED_VIEW';
|
|
/**
|
|
* Database.
|
|
*/
|
|
public const SOURCE_TYPE_DATABASE_ENTITY_TYPE_DATABASE = 'DATABASE_ENTITY_TYPE_DATABASE';
|
|
protected $collection_key = 'mappingLog';
|
|
/**
|
|
* Target entity full name. The draft entity can also include a column, index
|
|
* or constraint using the same naming notation schema.table.column.
|
|
*
|
|
* @var string
|
|
*/
|
|
public $draftEntity;
|
|
/**
|
|
* Type of draft entity.
|
|
*
|
|
* @var string
|
|
*/
|
|
public $draftType;
|
|
protected $mappingLogType = EntityMappingLogEntry::class;
|
|
protected $mappingLogDataType = 'array';
|
|
/**
|
|
* Source entity full name. The source entity can also be a column, index or
|
|
* constraint using the same naming notation schema.table.column.
|
|
*
|
|
* @var string
|
|
*/
|
|
public $sourceEntity;
|
|
/**
|
|
* Type of source entity.
|
|
*
|
|
* @var string
|
|
*/
|
|
public $sourceType;
|
|
|
|
/**
|
|
* Target entity full name. The draft entity can also include a column, index
|
|
* or constraint using the same naming notation schema.table.column.
|
|
*
|
|
* @param string $draftEntity
|
|
*/
|
|
public function setDraftEntity($draftEntity)
|
|
{
|
|
$this->draftEntity = $draftEntity;
|
|
}
|
|
/**
|
|
* @return string
|
|
*/
|
|
public function getDraftEntity()
|
|
{
|
|
return $this->draftEntity;
|
|
}
|
|
/**
|
|
* Type of draft entity.
|
|
*
|
|
* Accepted values: DATABASE_ENTITY_TYPE_UNSPECIFIED,
|
|
* DATABASE_ENTITY_TYPE_SCHEMA, DATABASE_ENTITY_TYPE_TABLE,
|
|
* DATABASE_ENTITY_TYPE_COLUMN, DATABASE_ENTITY_TYPE_CONSTRAINT,
|
|
* DATABASE_ENTITY_TYPE_INDEX, DATABASE_ENTITY_TYPE_TRIGGER,
|
|
* DATABASE_ENTITY_TYPE_VIEW, DATABASE_ENTITY_TYPE_SEQUENCE,
|
|
* DATABASE_ENTITY_TYPE_STORED_PROCEDURE, DATABASE_ENTITY_TYPE_FUNCTION,
|
|
* DATABASE_ENTITY_TYPE_SYNONYM, DATABASE_ENTITY_TYPE_DATABASE_PACKAGE,
|
|
* DATABASE_ENTITY_TYPE_UDT, DATABASE_ENTITY_TYPE_MATERIALIZED_VIEW,
|
|
* DATABASE_ENTITY_TYPE_DATABASE
|
|
*
|
|
* @param self::DRAFT_TYPE_* $draftType
|
|
*/
|
|
public function setDraftType($draftType)
|
|
{
|
|
$this->draftType = $draftType;
|
|
}
|
|
/**
|
|
* @return self::DRAFT_TYPE_*
|
|
*/
|
|
public function getDraftType()
|
|
{
|
|
return $this->draftType;
|
|
}
|
|
/**
|
|
* Entity mapping log entries. Multiple rules can be effective and contribute
|
|
* changes to a converted entity, such as a rule can handle the entity name,
|
|
* another rule can handle an entity type. In addition, rules which did not
|
|
* change the entity are also logged along with the reason preventing them to
|
|
* do so.
|
|
*
|
|
* @param EntityMappingLogEntry[] $mappingLog
|
|
*/
|
|
public function setMappingLog($mappingLog)
|
|
{
|
|
$this->mappingLog = $mappingLog;
|
|
}
|
|
/**
|
|
* @return EntityMappingLogEntry[]
|
|
*/
|
|
public function getMappingLog()
|
|
{
|
|
return $this->mappingLog;
|
|
}
|
|
/**
|
|
* Source entity full name. The source entity can also be a column, index or
|
|
* constraint using the same naming notation schema.table.column.
|
|
*
|
|
* @param string $sourceEntity
|
|
*/
|
|
public function setSourceEntity($sourceEntity)
|
|
{
|
|
$this->sourceEntity = $sourceEntity;
|
|
}
|
|
/**
|
|
* @return string
|
|
*/
|
|
public function getSourceEntity()
|
|
{
|
|
return $this->sourceEntity;
|
|
}
|
|
/**
|
|
* Type of source entity.
|
|
*
|
|
* Accepted values: DATABASE_ENTITY_TYPE_UNSPECIFIED,
|
|
* DATABASE_ENTITY_TYPE_SCHEMA, DATABASE_ENTITY_TYPE_TABLE,
|
|
* DATABASE_ENTITY_TYPE_COLUMN, DATABASE_ENTITY_TYPE_CONSTRAINT,
|
|
* DATABASE_ENTITY_TYPE_INDEX, DATABASE_ENTITY_TYPE_TRIGGER,
|
|
* DATABASE_ENTITY_TYPE_VIEW, DATABASE_ENTITY_TYPE_SEQUENCE,
|
|
* DATABASE_ENTITY_TYPE_STORED_PROCEDURE, DATABASE_ENTITY_TYPE_FUNCTION,
|
|
* DATABASE_ENTITY_TYPE_SYNONYM, DATABASE_ENTITY_TYPE_DATABASE_PACKAGE,
|
|
* DATABASE_ENTITY_TYPE_UDT, DATABASE_ENTITY_TYPE_MATERIALIZED_VIEW,
|
|
* DATABASE_ENTITY_TYPE_DATABASE
|
|
*
|
|
* @param self::SOURCE_TYPE_* $sourceType
|
|
*/
|
|
public function setSourceType($sourceType)
|
|
{
|
|
$this->sourceType = $sourceType;
|
|
}
|
|
/**
|
|
* @return self::SOURCE_TYPE_*
|
|
*/
|
|
public function getSourceType()
|
|
{
|
|
return $this->sourceType;
|
|
}
|
|
}
|
|
|
|
// Adding a class alias for backwards compatibility with the previous class name.
|
|
class_alias(EntityMapping::class, 'Google_Service_DatabaseMigrationService_EntityMapping');
|