SourceObjectIdentifier
class SourceObjectIdentifier extends Model (View source)
Properties
protected | $mysqlIdentifierType | ||
protected | $mysqlIdentifierDataType | ||
protected | $oracleIdentifierType | ||
protected | $oracleIdentifierDataType | ||
protected | $postgresqlIdentifierType | ||
protected | $postgresqlIdentifierDataType | ||
protected | $sqlServerIdentifierType | ||
protected | $sqlServerIdentifierDataType |
Methods
getMysqlIdentifier()
No description
getOracleIdentifier()
No description
getPostgresqlIdentifier()
No description
getSqlServerIdentifier()
No description
Details
setMysqlIdentifier(MysqlObjectIdentifier $mysqlIdentifier)
No description
MysqlObjectIdentifier
getMysqlIdentifier()
No description
setOracleIdentifier(OracleObjectIdentifier $oracleIdentifier)
No description
OracleObjectIdentifier
getOracleIdentifier()
No description
setPostgresqlIdentifier(PostgresqlObjectIdentifier $postgresqlIdentifier)
No description
PostgresqlObjectIdentifier
getPostgresqlIdentifier()
No description
setSqlServerIdentifier(SqlServerObjectIdentifier $sqlServerIdentifier)
No description
SqlServerObjectIdentifier
getSqlServerIdentifier()
No description