Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • ExportVisitor
  • ImportSchema
  • PrefixStripper
  • RemovePrefixes
  • Overview
  • Namespace
  • Class
  • Tree

Namespace Xoops\Core\Database\Schema

Classes summary
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.

API documentation generated by ApiGen