Namespace Xoops\Core\Database\Schema
| ExportVisitor | ExportVisitor is a Schema Visitor that builds an exportable array (not object) version of a schema. |
| ImportSchema | ImportSchema processes an array of schema information and creates a XOOPS_DB_PREFIX prefixed Schema object. |
| PrefixStripper | PrefixStripper extends Schema so we can easily add tables and sequences selectively while visiting another schema. |
| RemovePrefixes | RemovePrefixes is a Schema Visitor that builds an new Schema object without the XOOPS_DB_PREFIX. A table list can be optionally applied to filter the Schema. |