DatabaseSchema: ezcDbSchemaDiffWriter
[ ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcDbSchemaDiffWriter
|
This class provides the base interface for schema difference writers [
source]
This interface is extended by both a specific interface for schema difference writers which write to a file (@link ezcDbSchemaDiffFileWriter) and one for writers that apply differences directly to a database instance (@link ezcDbSchemaDiffDbWriter).
Descendents
Method Summary
|
public int |
getDiffWriterType(
)
Returns what type of schema difference writer this class implements. |
Methods
getDiffWriterType
int getDiffWriterType(
)
Returns what type of schema difference writer this class implements.
Depending on the class it either returns ezcDbSchema::DATABASE (for writers that apply the differences directly to a database) or ezcDbSchema::FILE (for writers that write the differences to a file).
Last updated: Thu, 01 Nov 2007