abstract class BaseSchemaParser implements SchemaParser
Base class for reverse engineering a database schema.
Methods
__construct(PDO $dbh = null) | ||
setConnection(PDO $dbh)
Sets the database connection. |
||
PDO |
getConnection()
Gets the database connection. |
|
setMigrationTable(string $migrationTable)
Setter for the migrationTable property |
||
string |
getMigrationTable()
Getter for the migrationTable property |
|
array |
getWarnings()
Gets array of warning messages. |
|
setGeneratorConfig(GeneratorConfigInterface $config)
Sets the GeneratorConfig to use in the parsing. |
||
GeneratorConfig |
getGeneratorConfig()
Gets the GeneratorConfig option. |
|
mixed |
getBuildProperty(string $name)
Gets a specific propel (renamed) property from the build. |
|
setPlatform($platform) | ||
getPlatform() |
Details
at line 69
public
__construct(PDO $dbh = null)
at line 79
public
setConnection(PDO $dbh)
Sets the database connection.
at line 88
public PDO
getConnection()
Gets the database connection.
at line 98
public
setMigrationTable(string $migrationTable)
Setter for the migrationTable property
at line 108
public string
getMigrationTable()
Getter for the migrationTable property
at line 129
public array
getWarnings()
Gets array of warning messages.
at line 139
public
setGeneratorConfig(GeneratorConfigInterface $config)
Sets the GeneratorConfig to use in the parsing.
at line 149
public GeneratorConfig
getGeneratorConfig()
Gets the GeneratorConfig option.
at line 160
public mixed
getBuildProperty(string $name)
Gets a specific propel (renamed) property from the build.