class SourceObjectIdentifier extends Model (View source)

Properties

protected $mysqlIdentifierType
protected $mysqlIdentifierDataType
protected $oracleIdentifierType
protected $oracleIdentifierDataType
protected $postgresqlIdentifierType
protected $postgresqlIdentifierDataType
protected $sqlServerIdentifierType
protected $sqlServerIdentifierDataType

Methods

Details

setMysqlIdentifier(MysqlObjectIdentifier $mysqlIdentifier)

No description

Parameters

MysqlObjectIdentifier $mysqlIdentifier

MysqlObjectIdentifier getMysqlIdentifier()

No description

Return Value

MysqlObjectIdentifier

setOracleIdentifier(OracleObjectIdentifier $oracleIdentifier)

No description

Parameters

OracleObjectIdentifier $oracleIdentifier

OracleObjectIdentifier getOracleIdentifier()

No description

Return Value

OracleObjectIdentifier

setPostgresqlIdentifier(PostgresqlObjectIdentifier $postgresqlIdentifier)

No description

Parameters

PostgresqlObjectIdentifier $postgresqlIdentifier

PostgresqlObjectIdentifier getPostgresqlIdentifier()

No description

setSqlServerIdentifier(SqlServerObjectIdentifier $sqlServerIdentifier)

No description

Parameters

SqlServerObjectIdentifier $sqlServerIdentifier

SqlServerObjectIdentifier getSqlServerIdentifier()

No description