DatabaseSchema: ezcDbSchemaWriter
[ ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcDbSchemaWriter
|
This class provides the base interface for schema writers. [
source]
This interface is extended by both a specific interface for schema writers who writer to a file (@link ezcDbSchemaFileWriter) and one for writers which create tables in a database (@link ezcDbSchemaDbWriter).
Descendents
Method Summary
|
public int |
getWriterType(
)
Returns what type of schema writer this class implements. |
Methods
getWriterType
int getWriterType(
)
Returns what type of schema writer this class implements.
Depending on the class it either returns ezcDbSchema::DATABASE (for writers that create tables in a database) or ezcDbSchema::FILE (for writers that writer schema definitions to a file).
Last updated: Mon, 27 Jul 2009